get https://connect.routee.net/sms/tracking/campaign/
You can get all the tracking information for the messages of a bulk send out by providing the tracking id
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
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. |
content | Contains the search results. |
content.applicationName | The name of the application that was used to send this message. |
content.campaignName | The name of the campaign that this message was sent from. |
content.campaignTrackingId | The tracking id of the campaign that this message was sent from. |
content.country | The country of the recipient in ISO 3166-1 alpha 2 format. |
content.smsId | The unique id of one SMS part included in the message. If the message is multipart then these values will be different for each part. |
content.messageId | The id of the message. All the parts of a multipart SMS have the same messageId. |
content.groups | The groups that the recipient belongs to. |
content.body | The message of the SMS. |
content.operator | The operator of the recipient. |
content.originatingService | The service that sent this message. |
content.to | The recipient. |
content.latency | The overall delivery latency of the message. |
content.parts | The number of actual SMS parts. |
content.part | The number of the current SMS part. |
content.price | The cost of this SMS part. |
content.status | Information about the Sms status. |
content.status.date | The date that the status was reported. |
content.status.status | The status of the SMS. Check here for possible values. |
content.status.reason | The reason of the status |
content.status.reason.detailedStatus | The detailed status. Possible values: Sent, Delivered, Undelivered, Failed, Undelivered on Handset, Unknown Number, Roaming, Call Barred, Unknown Status, Carrier Violation, Expired. Check here for details. |
content.status.reason.description | The description of the detailed status |
content.from | The sender Id of the message |
content.direction | The direction of the message. Possible values: "Inbound", "Outbound" |
ERROR CODES
STATUS | CODE | DESCRIPTION |
---|---|---|
404 | 404001001 | Account not found. |
400 | 404009001 | Campaign not found. |