GET /services/rest/user/mms/{mms_id}?username={username}&password={password}
Response model
Only id
, sender
, recipient
, title
, contentsIds
, userId
, customerId
, contentIds
, replayTo
are guaranteed to be present. Other fields depends Some fields may be empty as they depend on the current processing state and may be empty
...
id
...
sender
...
recipient
...
title
- the title or the message.
...
contentIds
- an array of content IDs associated with the message
...
rotationAlgorithm
...
customerId
...
replyTo
...
statuses
- a history of status changes with a timestamp
...
deliveryReportStatus
- the status of the delivery report
...
supplierMessageId
- the ID provided by the supplier
...
userId
...
chargedCredits
- the number of credits charged for sending this message
...
metadata
- a list of metadata or additional information related to the message.
...
rerouteNumber
- the number of times the message has been rerouted.
...
Code Block |
---|
{ "id": "6706e4e4a47f4065f30b4485", "userId": "6706e4dd4198813dc94093a5", "customerId": "6706e4d74198813dc94093a3", "sender": "48 123456789", "recipient": "61 787 654 321", "title": "Hi", "contentIds": [ "e02a70da8c97f0cfc9f152c9217cee44d01e48b3f2d93231a39306a594c3e219" ], "rotationAlgorithm": "", "replyTo": "", "statuses": [ "2024-10-09 20:17:41 +0000: SUBMITTED", "2024-10-09 20:17:43 +0000: UNDELIVERABLE" ], "deliveryReportStatus": "", "supplierMessageId": "", "chargedCredits": 0, "metadata": [], "rerouteNumber": 0, "carrier": "" } |