v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Retrieve Conversation dial Tracking

You can get all the tracking information for the voice trackings by providing the conversation tracking id

get/voice/tracking/conversation/{conversationTrackingId}

Path parameters

conversationTrackingIdstring required

The tracking id of the conversation which includes the dials.

Headers

Authorizationstring required

Bearer {access_token}

Response

200

totalPagesinteger
lastboolean
totalElementsinteger
firstboolean
numberOfElementsinteger
sizeinteger
numberinteger

Example response

{
  "content": [
    {
      "messageId": "b244ccb5-6497-4afc-b6fb-9abf6e878ae5",
      "conversationTrackingId": "c86f7bff-640d-44ca-b23e-8805768ed77a",
      "to": "+306911111111",
      "from": "dimi",
      "country": "GR",
      "status": {
        "status": "Completed",
        "date": "2017-06-12T06:23:45Z"
      },
      "originatingService": "Voice",
      "direction": "Outbound",
      "duration": 28,
      "price": 0.014,
      "chargeInterval": 1
    }
  ],
  "totalPages": 1,
  "last": true,
  "totalElements": 2,
  "first": true,
  "numberOfElements": 2,
  "size": 20
}