POST Api/EBI/GetTaskType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GetTaskType_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskTypeID | integer |
None. |
|
| TaskTypeName | string |
None. |
|
| Description | string |
None. |
|
| IsDefault | boolean |
None. |
|
| TaskIcOn | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TaskTypeID": 1,
"TaskTypeName": "sample string 2",
"Description": "sample string 3",
"IsDefault": true,
"TaskIcOn": "sample string 5"
},
{
"TaskTypeID": 1,
"TaskTypeName": "sample string 2",
"Description": "sample string 3",
"IsDefault": true,
"TaskIcOn": "sample string 5"
}
]