McDewey

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

Page 56

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

<ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: User—Get List of Dialogs (Nonvoice Only) This API allows an agent or administrator to get a list of nonvoice dialogs associated with a particular user for a specific Media Routing Domain (MRD). https://<FQDN>/finesse/api/User/<id>/Media/<mrdId>/Dialogs URI: https://finesse1.xyz.com/finesse/api/User/1234/Media/5001/Dialogs Example URI: Agents can only get a list of their own dialogs. Administrators can get a list of dialogs associated with any user. To get a list of dialogs, a user must be signed in or provide valid authorization credentials when challenged. Security Constraints: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: 200: Success 401: Authorization Failure 500: Internal Server Error 503: Service Unavailable HTTP Response: <Dialogs> <Dialog> ... Full Dialog Object ... </Dialog> <Dialog> ... Full Dialog Object ... </Dialog> <Dialog> ... Full Dialog Object ... </Dialog> <Dialog> ... Full Dialog Object ... </Dialog> <Dialog> ... Full Dialog Object ... </Dialog> ... Additional Dialogs... </Dialogs> Example Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 40 Cisco Finesse Desktop APIs User—Get List of Dialogs (Nonvoice Only)