queue-controller
Get Queue (getQueueById)
Fetch the Queue object based on the provided Queue Id.
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
get/api/queues/{queueId}
Path parameters
queueIdstring required
A string value representing the queue id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Response
OK
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "QUEUE"
},
"createdTime": 1746028547220,
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
},
"additionalInfo": {}
}