Retrieves a paginated list of workflows with optional search filtering.
GET/api/v2/Workflow
Retrieves a paginated list of workflows with optional search filtering.
Request
Query Parameters
page int32
Default value: 1
The page number to retrieve. Default is 1.
pageSize int32
Default value: 20
Number of items per page. Maximum allowed is 1000. Default is 20.
term string
Optional search term to filter workflows.
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns a paginated list of workflows.
If the page size exceeds 1000.
The user is unauthorized or the session expired
The user does not have permission
The entity was not found
There was an unexpected error
Loading...