/mcpExample <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: User—Get List of Workflows This API allows a user to get a list of workflows and workflow actions assigned to that user. Cisco Finesse Release 12.5(1) onward, this API is deprecated. For more information about the Workflow object, see Workflow, on page 286. https://<FQDN>/finesse/api/User/<id>/Workflows URI: https://finesse1.xyz.com/finesse/api/User/1234/Workflows Example URI: Any user can get their own workflows if they are signed in or they provide valid authorization credentials when challenged. 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) 63 Cisco Finesse Desktop APIs User—Get List of Workflows