Enumerate workflow tickets
POST/vedsdk/workflow/ticket/enumerate
Returns the GUIDs of all workflow tickets associated with the object and user. If no Object DN is provided, it will use the current session ID.
Required scope: Any
Request
Responses
- 200
- 400
- 401
- 500
The workflow ticket GUIDs were successfully retrieved.
The request was invalid, possibly due to missing required properties.
The user is not authorized to retrieve the workflow ticket GUIDs.
An error occurred on the server while retrieving the workflow ticket GUIDs.