McDewey

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

Page 255

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

<ReasonCode> <uri>/finesse/api/ReasonCode/45</uri> <category>NOT_READY</category> <code>10</code> <label>Team Meeting</label> <forAll>true</forAll> <systemCode>true</systemCode> </ReasonCode> Example Response: <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>jsmith</ErrorData> </ApiError> </ApiErrors> Example Failure Response: ReasonCode—Get List This API allows an administrator to get a list of not ready or sign out reason codes. The required URI parameter category specifies whether to retrieve not ready reason codes, sign out reason codes or both. If the category parameter is missing, the API returns an error. https://<FQDN>/finesse/api/ReasonCodes?category=NOT_READY|LOGOUT|ALL URI: https://finesse1.xyz.com/finesse/api/ReasonCodes?category=ALL Example URI: Only administrators can use this API. Security Constraints: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: 200: Success 400: Invalid Input 401: Authorization Failure 401: Invalid Authorization User Specified 403: Forbidden 404: Not Found 500: Internal Server Error HTTP Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 239 Cisco Finesse Configuration APIs ReasonCode—Get List