workflows
Lists the workflows of the application
Lists the default versions of all workflows under the specified application that match the filtering criteria specified in the parameters.
get/applications/{application}/workflows
Query parameters
namestring
Name prefix of the requested entity. If not specified, then all names are returned.
statusstring[]
One or more states to return. If not specified, then all states are returned.
fromTimestring
Starting date of validity. Format: 'UNIX timestamp'
endTimestring
Ending date of validity, Format: 'UNIX timestamp'
pagenumber
Which page of the results to fetch
perPagenumber
Results per page
orderbystring[]
Fields to sort by. Field name is for ascending order, -fieldName (prefixed by a '-') is for descending order
Response
The set of workflows that match the filtering criteria.