GET api/NE/TaskInbox_GetCounts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TaskInboxCount| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessUnitId | integer |
None. |
|
| BusinessUnit | string |
None. |
|
| TaskQueueId | integer |
None. |
|
| Queue | string |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Models.TaskInboxCount, NE.Models",
"BusinessUnitId": 1,
"BusinessUnit": "sample string 2",
"TaskQueueId": 3,
"Queue": "sample string 4",
"Total": 5
},
{
"$ref": "1"
}
]