Description
Get a list of sending history
Method
Get
Call
|
|
|
|
|
|
|
|
This is a unique ID to identify the client |
|
|
This is a GUID to identify the client and for access to the API |
|
|
Type of send: 0 address book list 1 single number |
|
|
Phone number |
|
|
Date of send |
|
|
0 not delivered 1 delivered 2 waiting |
Example of result 1:
<?xml version='1.0' encoding='UTF-8'?>
<api version="1">
<histories>
<history>
<id_history>5025</id_history>
<date_send>12.12.2012</date_send>
<message>Hello world!</message>
<charge>1205</charge>
<address_book_list>
<id_address_book>2506</id_address_book>
<phones>
<phone>
<id_number>1025</id_number>
<number>0041791234545</number>
<status>Jean</status>
</phone>
</phones>
<id_address_book>2507</id_address_book>
</address_book_list>
</history>
</histories>
</api>
Example of result 2:
<?xml version='1.0' encoding='UTF-8'?>
<api version="1">
<histories>
<history>
<id_history>5026</id_history>
<date_send>12.12.2012</date_send>
<message>Hello world!</message>
<charge>1205</charge>
<number>0041796543210</number>
<status>1</status>
</history>
</histories>
</api>
Result Attributes
|
|
histories[] | Contains list of historics |
history[] | Identify each historic |
id_history | ID of the historic |
date_send | Date of sms was send |
message | Message |
charge | Required number of credit for this send |