Dixa API//
- Get the position of the conversation in its current queue
List queues
Create queue
List agents
Remove agents
Assign agents
Get queue availability
Get queue
Get the position of the c...
Get the approximate position of a given conversation in its current queue.
Security
ApiKeyAuth(Required scopes: settings.queue:r)
GET
curl -i -X GET \
'https://dev.dixa.io/beta/queues/conversation-position/{csid}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "position": 10, "queuedAt": "2021-12-01T13:00:00.003Z" } }