Skip to end of metadata
Go to start of metadata

 

Get the contents of an individual delivery report names.

Example successful response body XML:

Response meanings:

XML tag/attribute Meaning
report 

Details of the delivery report (can be more than one report tag).

name 

The name of the delivery report.

last_updated

The date that an individual delivery report / message status was last updated, in ISO 8601 format.
This allows you to determine whether there was a change since you last accessed the report.

extension

DEPRECATED – this value no longer has any meaning

reportrow 

The status of an individual message (i.e. to a particular mobile number) within the delivery report.

mobile_number The mobile number that the message was sent to.
status

The status of the message delivery, PENDING, DELIVERED, REJECTED, FAILED, NON-UK.

specific errors:

Code Meaning
0The custom value must contain only alpha-numeric characters
1

The custom value must be between 1 and 20 characters in length

2

The 'from' and 'to' timestamps must be in ISO 8601 format

that status code 404 (not found) is returned if the delivery report does not exist.

DTD for deliveryReport GET:

  • No labels