Workflow

List workflows

Retrieve all workflow objects.

Supported filters: id, queue

Supported ordering: id

For additional info please refer to filters and ordering.

get/api/v1/workflows

Query parameters

page_sizeinteger

Number of results per page

cursorstring

A value used for cursor-based pagination. Obtain this value from the next or previous URLs in a paginated response. Do not construct cursor values manually.

idinteger[]

Object ID(s) filter

queueinteger[]

Queue ID(s) filter

ordering'id' | '-id'

Result ordering.

Response

OK

Example response

{
  "results": [
    {
      "id": 7540,
      "name": "Approval workflow for US entity",
      "url": "https://example.rossum.app/api/v1/workflows/7540",
      "organization": "https://example.rossum.app/api/v1/organizations/406",
      "condition": {}
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.