get https://connect.routee.net/voice/tracking/campaign/
You can get all the tracking information for the messages of a voice campaign by providing the tracking id
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
content | Contains the search results. |
content.messageId | The id of the voice message. |
content.to | The recipient. |
content.from | The sender Id of the call. |
content.groups | The groups that the recipient belongs to. |
content.country | The country of the recipient in ISO 3166-1 alpha 2 format. |
content.status | The voice message's status. |
content.status.date | The date that the status was updated. |
content.status.status | The status of the voice message. Check here for possible values. |
content.campaign | The name of the campaign that this message belongs to. |
content.applicationName | The name of the application that was used to send this message. |
content.originatingService | The service that sent this message. |
content.direction | The direction of this call. |
content.duration | The duration of this call. |
content.fileURL | The URL of the .wav file. |
content.message | The text message that converted to voice. |
content.message.gender | The gender of the voice message (male or female). |
content.message.language | The language of the voice message. |
content.message.text | The text of the voice message. |
content.price | The price of the voice message. |
content.chargeInterval | The time interval used for charging this voice message (in seconds). |
content.recordings | Information about the related recorded files. |
totalPages | The number of total pages. |
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. |
number | The requested page number. |
size | The requested page size. |