McDewey

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

Page 332

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

<ApiErrors> <ApiError> <ErrorType>Unauthorized</ErrorType> <ErrorMessage>The user is not authorized to perform this operation.</ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: Team—Get List of Reason Codes This API allows an administrator to get a list of reason codes for the specified category assigned to a specific team. The list is in the same format as defined in the section ReasonCode. https://<FQDN>/finesse/api/Team/<id>/ReasonCodes?category=<category> URI: https://finesse1.xyz.com/finesse/api/Team/574/ReasonCodes?category=NOT_READY Example URI: Only administrators can use this API. Security Constraints: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: 200: Success 400: Bad Request 400: Finesse API Error 401: Authorization Failure 403: Forbidden 404: Not Found 500: Internal Server Error HTTP Response: <ReasonCodes category="NOT_READY"> <ReasonCode> ... Full Reason Code Object ... </ReasonCode> <ReasonCode> ... Full Reason Code Object ... </ReasonCode> <ReasonCode> ... Full Reason Code Object ... </ReasonCode> .... </ReasonCodes> Example Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 316 Cisco Finesse Configuration APIs Team—Get List of Reason Codes