Description
Get a listing of all SMS Address Books.
Method
Get
Call
|
||
Name | Mandatory | Description |
This is a unique ID to identify the client | ||
This is a GUID to identify the client and to access the API | ||
By Default: 100 Items. If 0 return All. If PageNumber is used, it determines the page size (number of records per page) | ||
Indicates the requested page number. It’s necessary to use with the parameter NumberOfRecords | ||
Default false (and then sort by Creation Date Desc) |
Result
<api version="1">
<address_books>
<address_book>
<address_book_id>4254</address_book_id>
<name>FirstSms</name>
<total_number_phone>3</total_number_phone>
</address_book>
<address_book>
<address_book_id>4314</address_book_id>
<name>SecondList</name>
<total_number_phone>2</total_number_phone>
</address_book>
</address_books>
</api>
Result Attributes
|
|
AddressBooks[] | Contains list of address books |
AddressBook[] | Identify each address book |
address_book_id | ID of the address book |
name | Name of address book |
total_number_phone | Total of number phones in this address book |