McDewey

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

Page 192

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

Response if the agent is assigned to skill groups in the Media Routing Domain: <Media> <uri>/finesse/api/User/1001004/Media/5000</uri> <description>Chat MRD</description> <dialogLogoutAction>CLOSE</dialogLogoutAction> <id>5000</id> <interruptible>false</interruptible> <maxDialogLimit>10</maxDialogLimit> <name>Cisco_Chat_MRD</name> <ReasonCode> <category>NOT_READY</category> <code>10</code> <forAll>true</forAll/> <id>16</id> <label>Team Meeting</label> <uri>/finesse/api/ReasonCode/16</uri> </ReasonCode> <reasonCodeId>16</reasonCodeId> <routable>true</routable> <state>NOT_READY</state> <stateChangeTime>2015-09-11T06:55:14.782Z</stateChangeTime> <interruptAction>IGNORE</interruptAction> </Media> Response if the agent is not assigned to skill groups in the Media Routing Domain: <Media> <uri>/finesse/api/User/1001004/Media/5002</uri> <description>Chat MRD</description> <id>5002</id> <interruptible>false</interruptible> <name>Cisco_Chat_MRD2</name> </Media> 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: Media—Get List This API allows a user to get a list of Media objects for all nonvoice Media Routing Domains (MRDs) associated with an agent. The media object also includes the agent's state information for that MRD. The agent association with an MRD is determined via membership in skill groups associated with the MRD. https://<FQDN>/finesse/api/User/<id>/Media URI: https://finesse1.xyz.com/finesse/api/User/1234/Media Example URI: Users can only act on their own Media objects. Security Constraints: GET HTTP Method: — Content Type: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 176 Cisco Finesse Desktop APIs Media—Get List