/mcpTeam API Errors Description Error Type Status The request body is invalid. Bad Request 400 API error such as the object is stale or does not exist. Finesse API Error 400 Unauthorized (for example, the user is not yet authenticated in the Web Session). The user is not authorized to use the API (the user is not an administrator). Authorization Failure 401 The user attempted to run the API against the secondary Finesse server. Configuration APIs cannot be run against the secondary Finesse server. Forbidden 403 The specified resource cannot be found. Not Found 404 Any runtime exception is caught and responded with this error. Internal Server Error 500 SystemVariable The SystemVariable object represents a variable that can be extracted from a Finesse event object and displayed on the Finesse desktop or used in a workflow. The SystemVariable object is structured as follows: <SystemVariable> <name></name> <node></node> </SystemVariable> SystemVariable APIs SystemVariable—List This API allows an administrator to get a list of all system variables. The Outbound variable BACustomerNumber only appears in the response when Finesse is deployed with Unified CCX. Note https://<FQDN>/finesse/api/SystemVariables URI: https://finesse1.xyz.com/finesse/api/SystemVariables Example URI: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 328 Cisco Finesse Configuration APIs Team API Errors
