Skip to main content
GET
cURL

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Query Parameters

limit
integer<int64>
default:100

Limit the number of resources returned by the API

Required range: x >= 1
offset
integer<int64>
default:0

Offset the resources returned by the API

Required range: x >= 0
include
enum<string>[]

A comma separated list of related resources to include.

Available options:
organisation,
user,
definition,
definition_version,
instance,
submission
filter
string
default:""

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

sort
enum<string>[]

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.

data
A list of workflow transition records · object[]
required
jsonapi
object
required
meta
object
required
included
object[]

Related resources that can be included when a workflow transition record is returned

An organisation