Skip to content

Get the position of the conversation in its current queue

Request

Get the approximate position of a given conversation in its current queue.

Security
ApiKeyAuth(Required scopes: settings.queue:r)
Path
csidinteger, (int64)required
GET
/beta/queues/conversation-position/{csid}
curl -i -X GET \
  'https://dev.dixa.io/beta/queues/conversation-position/{csid}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The position of the conversation in the queue

Bodyapplication/json
dataobject(QueuedConversation)required
Response
{ "data": { "position": 10, "queuedAt": "2021-12-01T13:00:00.003Z" } }