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 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 messagerotationAlgorithm
customerId
replyTo
statuses
- a history of status changes with a timestampdeliveryReportStatus
- the status of the delivery reportsupplierMessageId
- the ID provided by the supplieruserId
chargedCredits
- the number of credits charged for sending this messagemetadata
- a list of metadata or additional information related to the message.rerouteNumber
- the number of times the message has been rerouted.carrier
- the carrier used to send the message
{ "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": "" }