Use this API to retrieve the details of a single queue based on external ID.
All of the following are 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/1008"
}
], - "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": "1008"
}
]
}