Use this API to retrieve one or more queues identified by IDs. To provide multiple IDs, a comma separated string must be used in request URI. A maximum of 75 IDs is allowed per request. Neither pagination nor range query parameters are supported by this API.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission required. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "queue": [
- {
- "name": "Loans queue",
- "link": [
- {
- "rel": "self",
- "href": "/core/workassignmentmgr/v3/queue/1001"
}
], - "department": {
- "name": "Service",
- "id": "999"
}, - "active": true,
- "exceptionQueue": false,
- "lastModified": "2018-06-14T06:39:13.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "id": "1001"
}
]
}