latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Workflow Revisions

List workflow revision variables

Returns merge tag variables available in a workflow revision, filtered by type. Variables are returned in alphabetical order by label.

get/workflows/{workflowId}/revisions/{revisionId}/variables

Path parameters

workflowIdstring required

The ID of the Workflow

revisionIdstring required

The ID of the Revision

Query parameters

type'Standard' | 'FormField' | 'DataSet' | 'EmailTrigger' | 'DocumentReview' required

The kind of merge tag variable this is.

  • Standard — built-in variable like {{workflow.name}} or {{run.startedDate}}.
  • FormField — resolves to a form field value on the workflow run.
  • DataSet — resolves to a column from a linked data set row.
  • EmailTrigger — populated from an inbound email that triggered the workflow run.
  • DocumentReview — available on workflows using the Document Approvals feature.

Filter by variable type: Standard, FormField, DataSet, EmailTrigger, or DocumentReview.

_string

Opaque pagination cursor. Take this value from the previous response's links[] entry whose name is "next" (typically just follow that link's href instead of reading this value). Omit on the first page. If the previous response had no next link, there are no more pages.

Response

Example response

{
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}