cURL
Workflows
List workflow transition records
List workflow transition records
GET
cURL
Authorizations
Session token for authentication.
Query Parameters
Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0A comma separated list of related resources to include.
Available options:
organisation, user, definition, definition_version, instance, submission Filters the response data based on the value provided.
Available filters:
eq(id,xxx): Filter transition records by ID.eq(organisation,xxx): Filter transition records by organisation ID.eq(definition,xxx): Filter transition records by workflow definition ID.eq(definition_version,xxx): Filter transition records by workflow definition version ID.eq(instance,xxx): Filter transition records by workflow instance ID.eq(form,xxx): Filter transition records by form ID.eq(submission,xxx): Filter transition records by form submission ID.eq(duration,xxx): Filter transition records by the number of minutes spent in the previous step.eq(to.id,xxx): Filter transition records by the ID of the step transitioned to.eq(to.name,xxx): Filter transition records by the name of the step transitioned to.eq(to.status,xxx): Filter transition records by the status of the step transitioned to.ge(created_at,xxx): Filter transition records created on or after a date and time.le(created_at,xxx): Filter transition records created on or before a date and time.
The step transitioned from is not filterable.
For more information on using named filters, see the docs
A comma separated list of fields to sort by.
Available options:
created_at, -created_at, duration, -duration Response
Get a list of workflow transition records
Document level meta about the resources on the server in list endpoints.