McDewey

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

Page 172

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

Example <ApiErrors> <ApiError> <ErrorType>Authorization Failure</ErrorType> <ErrorMessage>UNAUTHORIZED</ErrorMessage> <ErrorData>1234</ErrorData> </ApiError> </ApiErrors> Example <ApiErrors> <ApiError> <ErrorType>Invalid Input</ErrorType> <ErrorData></ErrorData> <ErrorMessage>Invalid range header format. Format: objects=1-6000</ErrorMessage> </ApiError> </ApiErrors>> Example <ApiErrors> <ApiError> <ErrorType>Invalid Input</ErrorType> <ErrorData></ErrorData> <ErrorMessage>Maximum number of contacts cannot exceed 6000</ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: TeamResource—Get Workflows This API allows an agent or supervisor to get the workflows and workflow actions that are assigned to a team. For more information about the Workflow object, see Workflow, on page 286. https://<FQDN>/finesse/api/TeamResource/<teamId>/Workflows URI: https://finesse1.xyz.com/finesse/api/TeamResource/1234/Workflows Example URI: Agents and supervisors who are part of the team can use this API. To get the workflows for the team, the user must be signed in or provide valid authorization credentials. Security Constraints: GET HTTP Method: — Content Type: XML Input/Output Format: — HTTP Request: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 156 Cisco Finesse Desktop APIs TeamResource—Get Workflows