McDewey

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

Page 193

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

XML Input/Output Format: — HTTP Request: id (required): The ID of the user Request Parameters: 200: Success 400: Bad Request (for example, malformed or incomplete request) 400: Parameter Missing 401: Unauthorized (for example, the user is not authenticated in the Web Session) 404: Not Found (for example, the user ID is not known) HTTP Response: <MediaList> <Media> ...Full Media Object ... </Media> <Media> ...Full Media Object ... </Media> </MediaList> Example HTTP Response <ApiErrors> <ApiError> <ErrorData>1002001</ErrorData> <ErrorMessage>The user specified in the authentication credentials and the uri don't match</ErrorMessage> <ErrorType>Invalid Authorization User Specified</ErrorType> </ApiError> </ApiErrors> Example Failure Response: MediaDomain—Get List This API allows a user to get a list of all Media Domain objects configured on Unified CCE. https://<FQDN>/finesse/api/MediaDomain URI: https://finesse1.xyz.com/finesse/api/MediaDomain Example URI: Only administrators can use this API Security Constraints: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: 200: Success 500: Internal Server Error HTTP Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 177 Cisco Finesse Desktop APIs MediaDomain—Get List