get https://connect.routee.net/sms/tracking/single/
You can get all the tracking information for the messages (parts) of a single SMS by providing its message id.
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
applicationName | The name of the application that was used to send this message. |
campaign | The name of the campaign that this message was sent from. |
country | The country of the recipient in ISO 3166-1 alpha 2 format. |
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. |
messageId | The id of the message (trackingId). All the parts of a multipart SMS have the same messageId. |
groups | The groups that the recipient belongs to. |
body | The message of the SMS. |
operator | The operator of the recipient. |
originatingService | The service that sent this message. |
to | The recipient. |
latency | The overall delivery latency of the message. |
parts | The number of actual SMS parts. |
part | The number of the current SMS part. |
price | The cost of this SMS part. |
label | The label of the SMS tracking. |
status | Information about the Sms status. |
status.date | The date that the status was reported. |
status.status | The status of the SMS tracking. Check here for possible values. |
status.reason | The reason of the status |
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. |
status.reason.description | The description of the detailed status |
from | The sender Id of the message |
direction | The direction of the message. Possible values: "Inbound", "Outbound" |
ERROR CODES
STATUS | CODE | DESCRIPTION |
---|---|---|
404 | 404005000 | Tracking not found. |