v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Workflow

Retrieves the collection of Workflow resources.

Retrieves the collection of Workflow resources.

get/workflows

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Workflow collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each workflow

createdstring

The time and date the workflow was created

updatedstring nullable

The time and date the workflow was last updated.

isActiveboolean nullable

Whether the workflow is active or not

typestring nullable

Whether the workflow is based on enrollment or revolves around a static/dynamic date.

Example response

[
  {
    "integration": "quickbooks"
  }
]