McDewey

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

Page 171

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

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, the object is stale, or violation of the DB constraint) 401: Authorization Failure 401: Invalid Authorization 404: Not Found (for example, the teamId does not exist or has been deleted) 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) 155 Cisco Finesse Desktop APIs TeamResource—Get Phone Books