List all ticketQueueView count
GET {{baseUrl}}/v1/ticketQueueView/count?viewId=<long> &departmentId=<String>
This API returns the number of tickets in a particular view.
OAuth Scope
Desk.tickets.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
viewId | string | ID of the view whose ticket count must be fetched | |
departmentId | string | ID of the department from which the ticket count must be fetched | |
agentId | string | ID of the agent assigned to resolve the tickets |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"count":"10"}