Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of base tasks.
Collection of Nano.BaseTaskName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
externalParty |
Gets or sets the external party. |
string |
None. |
message |
Gets or sets the message. |
string |
None. |
baseTaskGroup |
Gets or sets the base task group identifier. |
integer |
None. |
id |
Gets or sets the base task identifier. |
integer |
None. |
permission |
Gets or sets the permission identifier. |
integer |
None. |
role |
Gets or sets the role identifier. |
integer |
None. |
verificationType |
Gets or sets the verification type identifier. |
integer |
None. |
baseQuestions |
Gets or sets the base question identifiers. |
Collection of integer |
None. |
childRelatedBaseTasks |
Gets or sets the child related base task identifiers. |
Collection of integer |
None. |
parentRelatedBaseTasks |
Gets or sets the parent related base task identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "category": "sample String 1", "code": "sample String 2", "externalParty": "sample String 3", "message": "sample String 4", "baseTaskGroup": 5, "id": 1, "permission": 1, "role": 1, "verificationType": 1, "baseQuestions": [ "1", "2" ], "childRelatedBaseTasks": [ "1", "2" ], "parentRelatedBaseTasks": [ "1", "2" ] }, { "category": "sample String 1", "code": "sample String 2", "externalParty": "sample String 3", "message": "sample String 4", "baseTaskGroup": 5, "id": 1, "permission": 1, "role": 1, "verificationType": 1, "baseQuestions": [ "1", "2" ], "childRelatedBaseTasks": [ "1", "2" ], "parentRelatedBaseTasks": [ "1", "2" ] } ]
text/html
Sample:
[{"category":"sample String 1","code":"sample String 2","externalParty":"sample String 3","message":"sample String 4","baseTaskGroup":5,"id":1,"permission":1,"role":1,"verificationType":1,"baseQuestions":["1","2"],"childRelatedBaseTasks":["1","2"],"parentRelatedBaseTasks":["1","2"]},{"category":"sample String 1","code":"sample String 2","externalParty":"sample String 3","message":"sample String 4","baseTaskGroup":5,"id":1,"permission":1,"role":1,"verificationType":1,"baseQuestions":["1","2"],"childRelatedBaseTasks":["1","2"],"parentRelatedBaseTasks":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.