Dixa API//
- Get the position of the conversation in its current queue
Create end user
Get end user
List end user conversations
Close conversation
Followup conversation
Transfer conversation
Create conversation rating result
Create conversation rating offer
Create conversation
Import conversation
Claim conversation
Get queue availability
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/v1/queues/conversation-position/{csid}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "position": 10, "queuedAt": "2021-12-01T13:00:00.003Z" } }