McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 297

↗ View in doc context
page
297
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::281

The Contact object is structured as follows: <Contact> <firstName></firstName> <lastName></lastName> <phoneNumber></phoneNumber> <description></description> <uri>/finesse/api/PhoneBook/{phoneBookId}/Contact/{id}</uri> </Contact> Contact APIs Contact—Get This API allows an administrator to get a specific phone book contact. https://<FQDN>/finesse/api/PhoneBook/<phoneBookId>/Contact/<id> URI: https://finesse1.xyz.com/finesse/api/PhoneBook/34/Contact/785 Example URI: Only administrators can use this API. Security Constraints: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: 200: Success 400: Bad Request 400: Finesse API Error 401: Authorization Failure 403: Forbidden 404: Not Found 500: Internal Server Error HTTP Response: <Contact> <firstName>John</firstName> <lastName>Doe</lastName> <phoneNumber>5551234</phoneNumber> <description>Accounts Manager</description> <uri>/finesse/api/PhoneBook/34/Contact/785</uri> </Contact> Example Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 281 Cisco Finesse Configuration APIs Contact APIs