POST Api/EBI/GetTasks?orderID={orderID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTasks_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskID | integer |
None. |
|
| TaskTypeID | integer |
None. |
|
| TaskTypeName | string |
None. |
|
| Description | string |
None. |
|
| IsDefault | boolean |
None. |
|
| TaskIcon | string |
None. |
|
| StartDate | date |
None. |
|
| DueDate | date |
None. |
|
| EndDate | date |
None. |
|
| HighImportance | boolean |
None. |
|
| AssignedTo | integer |
None. |
|
| StatusID | integer |
None. |
|
| StatusName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TaskID": 1,
"TaskTypeID": 2,
"TaskTypeName": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"TaskIcon": "sample string 6",
"StartDate": "2026-06-03T14:21:56.3197338-04:00",
"DueDate": "2026-06-03T14:21:56.3197338-04:00",
"EndDate": "2026-06-03T14:21:56.3197338-04:00",
"HighImportance": true,
"AssignedTo": 8,
"StatusID": 9,
"StatusName": "sample string 10"
},
{
"TaskID": 1,
"TaskTypeID": 2,
"TaskTypeName": "sample string 3",
"Description": "sample string 4",
"IsDefault": true,
"TaskIcon": "sample string 6",
"StartDate": "2026-06-03T14:21:56.3197338-04:00",
"DueDate": "2026-06-03T14:21:56.3197338-04:00",
"EndDate": "2026-06-03T14:21:56.3197338-04:00",
"HighImportance": true,
"AssignedTo": 8,
"StatusID": 9,
"StatusName": "sample string 10"
}
]