Message-ID: <1466306080.15761.1614958028519.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15760_1253934178.1614958028519" ------=_Part_15760_1253934178.1614958028519 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html
http://api.textmarketer.co.uk/ser= vices/rest/deliveryReport/<reportName>
=20e.g. for a delivery report with the name 'mycampaign-020411', the URL wo= uld be:
http://api.textm= arketer.co.uk/services/rest/deliveryReport/mycampaign-020411
=20using the name 'all' allows you to retrieve all campaign/API repor= ts, the URL would be:
http://api= .textmarketer.co.uk/services/rest/deliveryReport/all
=20specific dates and times
http://api= .textmarketer.co.uk/services/rest/deliveryReport/<reportName>/<from-date>/<to-date>
=20e.g. to get the delivery reports for 'mycampaign-020411' between 01:00 a= nd 02:00 on 1st Jan 2011:
http://api= .textmarketer.co.uk/services/rest/deliveryReport/mycampaign-020411/2011-01-01T01:00:00+00:00/2011-01-01T02:00:00+00:00
=20or all reports between the same times:
http://api= .textmarketer.co.uk/services/rest/deliveryReport/all/2011-01-01T01:0= 0:00+00:00/2011-01-01T02:00:00+00:00
=20specific string tag ('custom')
http://api.textmarketer.co.uk/ser= vices/rest/deliveryReport/<reportName>/custom/<tag>
= =20The same as Resource URL 1, above, except that you also specify a 'tag',= which will restrict the search to those messages you sent with that tag (s= ee 'custom' parameter of sms POST).
specific string tag combined with specific dates
As with Resource URL 2, you can also combine a date search with the tag = search, as follows:
http://api.textmarketer.co.uk/ser= vices/rest/deliveryReport/<reportName>/custom/<tag>/<from>= ;/<to>
=20
the dates should be in ISO 8601 format, an= d of course URL-encoded.
An individual delivery report shows the current known status of all mess=
ages sent on a given day, or for a particular campaign. Whereas the resourc=
e deliveryReports gets a list of available delivery report=
names, including delivery reports for campaigns.
See The deli=
veryReports resource above to see how to get a list of available d=
elivery reports and naming conventions.
A =E2=80=98success=E2=80=99 response from an API sms POST call (a send) = only confrms that the number andmessage appear to be in the correct format = =E2=80=93 this does not mean that the number actually exists, or that = the message was received by the recipient.
Whereas a delivery report =E2=80=93 which you retrieve through this deli= veryReport resource =E2=80=93 confrms to you what has actually happened to = the sent message. This may change over time, i.e. a delivery report may not= show a delivered status for a given message 10 minutes after the message w= as sent, but may show a delivered status after an hour.
The status of messages can change up to 72 hours after the message was s= ent. Therefore you may prefer to wait for 72 hours after sending an SM= S before trying to retrieve its delivery report.
The possible outcomes for a sent message in a delivery report are: PENDI= NG, DELIVERED, REJECTED, FAILED, NON-UK or no report at all.
=E2=80=9CREJECTED=E2=80=9D means that the relevant = operator rejected the message and did not attempt to deliver it.
=E2=80=9CFAILED=E2=80=9D probably means that the nu= mber doesn't exist (or not anymore), or the recipient didn't turn on their = phone to receive the message and it expired.
=E2=80=9CNON-UK=E2=80=9D means you are on a UK-only= account and have tried to send a non-UK number.
Very occasionally there is no delivery report status for a given message= at all. This can be due to a failure at the operator end because of except= ionally high load or other problems.