Description
Get a listing of all phone numbers in Address Book
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 | ||
ID of the address book |
Result
<api version="1">
<phones>
<phone>
<id_number>1777314</id_number>
<firstname>Jean</firstname>
<lastname>Dupont</lastname>
<number>0041791234545</number>
</phone>
<phone>
<id_number>1777425</id_number>
<firstname>Charle</firstname>
<lastname>Henry</lastname>
<number>0041791234540</number>
</phone>
</api>
Result Attributes
|
|
Phones[] | Contains list of address books |
Phone[] | Identify each address book |
id_number | Id of the phone number |
number | Phone number |
firstname | First name |
lastname | Last name |