get https://connect.routee.net/voice/tracking/conversation/
You can get all the tracking information for the voice trackings by providing the conversation tracking id
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
content | Contains the search results. |
content.messageId | The id of one of the dial parts included in a conversation. |
content.conversationTrackingId | The id of the conversation. |
content.to | The recipient. |
content.from | The sender Id of the conversation |
content.country | The country of the recipient in ISO 3166-1 alpha 2 format. |
content.status | The status of the dial. |
content.status.status | The status. |
content.status.date | The date that the status was reported. |
content.originatingService | The service that sent this dial. |
content.direction | The direction of the dial. |
content.duration | The overall duration of this dial part. |
content.price | The cost of this dial part. |
content.chargeInterval | The time interval used for charging this call (in seconds). |
content.collectedTones | The collected DTMF tones. |
content.recordings | Information about the related recorded files. |
content.recordings.trackingId | The tracking Id of the recorded file. |
content.recordings.start | The start time of the recording (ISO-8601 date-time format). |
content.recordings.end | The end time of the recording (ISO-8601 date-time format). |
content.recordings.from | The initiator of the call. |
content.recordings.to | The recipient of the call. |
content.recordings.url | The url to download the recorded file. |
content.recordings.voiceTrackingIds | An array with the tracking Ids of the voice messages related to the conversation. |
content.recordings.conversationTrackingId | The tracking Id of the voice conversation. |
content.recordings.duration | The duration of the recording (in seconds). |
content.answeredBy | Indicates if the call is answered by human or machine. Possible values: "HUMAN", "MACHINE", "UNKNOWN". |
last | Whether the current page is the last one. |
totalElements | The total amount of elements for the current search. |
first | Whether the current page is the first one. |
numberOfElements | The number of elements currently on this page. |
size | The requested page size. |
number | The requested page number. |
totalPages | The number of total pages. |