Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| baseTaskId |
The base task identifier. |
integer |
Required |
| appTaskId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
The base task, if it exists.
Nano.BaseTask| Name | Description | Type | Additional information |
|---|---|---|---|
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| components |
Gets or sets the components. |
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. |
| flow |
Gets or sets the flow 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",
"components": "sample String 3",
"externalParty": "sample String 4",
"message": "sample String 5",
"baseTaskGroup": 6,
"id": 1,
"flow": 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","components":"sample String 3","externalParty":"sample String 4","message":"sample String 5","baseTaskGroup":6,"id":1,"flow":1,"permission":1,"role":1,"verificationType":1,"baseQuestions":["1","2"],"childRelatedBaseTasks":["1","2"],"parentRelatedBaseTasks":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.