Number of records available in my history
Request: ...&action=
historique
Return from API: HISTORIQUE 123
Traduction: There are 123
SMS in your
Customer Area history.
Display history
Request: ...&action=
historique&from=
10&nb=
20
Information: This request will display 20 records from the last 10th sent messages (records from 10 to 10+20). In the case above, to display the records, we will use
from=0&nb=123..
Return from API: 20/10/2007 18:15:00;336XXXXXXXX;emetteur;0;1;0
Tip: To obtain a column contening your sendings references, add the parameter
showref=1 in your request.
Traduction: Each column is separated by a semicolon :
- Time & date (UTC+1)
- The sending reference (ssi
showref=1 specified in the request)
- Recipient phone number
- the sender (Empty if economic sending)
- Sending type (0 = Classic, 1 = Flash et 2 = other)
- sending method ( 0 =
SMS in waiting list (delayed) and 1 =
SMS delivered to the operator -
not used anymore )
- The status "
Return receipt" of
SMS:
-3 => Reimbursed
-2 => Waiting status
-1 => Unknown status
0 => Message received
1 => Delivery failure
2 => Message rejected
3 => Recipient mobile inactive
4 => Recipient mobile is not responding
5 => Error during data reception
6 => Destination mobile saturated
7 => Unknown destination phone number
8 => Non-routable message
9 => Message transmitted
10 => Message sent
11 => Sending in progress
12 => Query sent
To know the description of the differents return receipt status
Click-here
Retrieve the history from day to day
Request: ...&action=
historique&date_from=
2007-11-01&date_to=
2007-11-31
Information: Dates format
YYYY-MM-DD.
Return from API: See above.
Retrieve hystory from a specific message
Request: ...&action=
historique&id=
12345
Information: 12345 correspond to the
SMS reference to extract. You can retrieve this one by adding the parameter
id=1 in your request.
Return from API: See above.