PhoneBook—Export Contact List
This API allows an administrator to export a list of contacts that belong to a specific phone book. The list is exported in CSV format.
|
URI: |
https://<FQDN>/finesse/api/PhoneBook/<id>/Contacts/csvFileContent | ||
|
Example URI: |
https://finesse1.xyz.com/finesse/api/PhoneBook/34/Contacts/csvFileContent | ||
|
Security Constraints: |
Only administrators can use this API. | ||
|
HTTP Method: |
GET | ||
|
Content Type: |
text/CSV | ||
|
Input/Output Format: |
Multipart/form-data type=file | ||
|
Example Exported CSV File: |
| ||
|
HTTP Response: |
200: Success
400: Finesse API Error 401: Authorization Failure 403: Forbidden 404: Not Found 500: Internal Server Error | ||
|
Example Failure Response: |
|