v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Workflow

Retrieves a Workflow resource.

Retrieves a Workflow resource.

get/workflows/{id}

Path parameters

idstring required

Resource identifier

Response

Workflow resource

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"
}