Task
The Task API allows the user to access task information.
Security
jwt-bearer-token
apiKey | API Key |
|---|---|
Name | Authorization |
In | header |
Endpoint
GET /task/{id}
Summary
Get the task information by task_id.
Request Parameters
In | Field Name | Type | Required | Description |
|---|---|---|---|---|
header |
| string | Yes | The identifier (ID) of the company that owns the document |
path |
| string | Yes | The task ID |
Responses
Code | Description | Schema |
|---|---|---|
200 | Success | |
400 | Bad request, for more information look at body error | |
401 | Unauthorized error | |
403 | Forbidden error | |
404 | Not Found | |
422 | Unprocessable error | |
500 | Internal Server Error |
Data Model
task_get_response_1
Field Name | Type | Description |
|---|---|---|
| string |
|
| string |
|
| string | The transfer-dm-sync type |
| string | The transfer-dm-sync status including |
| string | The transfer-dm-sync error message |
| string | The current transfer information including |
| array object | The subtasks of the current task |