McDewey

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

Page 78

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

XML Input/Output Format: — HTTP Request: 200: Success 206: Partial Content 400: Bad Request (the request body is invalid) 400: Finesse API Error (for example, the object does not exist or the object is stale) 401: Authorization Failure 404: User Not Found 416: Invalid Range Specified. Range must be 1– 6000 objects 500: Internal Server Error HTTP Response: <PhoneBooks> <PhoneBook> <name>PhoneBook1</name> <type>GLOBAL</type> <Contacts> <Contact> ...Full Contact Object... </Contact> ...Full Contact Object... </Contact> </Contacts> </PhoneBook> <PhoneBook> <name>PhoneBook2</name> <type>TEAM</type> <Contacts> <Contact> ...Full Contact Object... </Contact> <Contact> ...Full Contact Object... </Contact> </Contacts> </PhoneBook> </PhoneBooks> Example Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 62 Cisco Finesse Desktop APIs User—Get List of Phone Books