Retrieves a list of workflow versions for a specific workflow definition.
GET/api/v2/Workflow/:definitionId/versions
Retrieves a list of workflow versions for a specific workflow definition.
Request
Path Parameters
definitionId uuidrequired
The ID of the workflow definition to filter versions.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
- 401
- 403
- 404
- 500
Returns a list of workflow versions.
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...