Get a workflow schema
Returns the schema for a workflow, including required fields, required variables, and variable properties. Use this to understand what parameters are needed when creating a request for this workflow.
Authorizations
Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.
Path Parameters
The resource's hash ID.
"0dbhXg"
Response
The workflow schema.
Describes the fields and variables required to create a request for this workflow.
"Vendor Agreement"
Top-level fields that must be provided when creating a request.
[
"workflow_id",
"requester_email",
"counterparty_name",
"counterparty_email",
"counterparty_organization_name"
]
Variable names that must be included in the variables JSON.
["purpose"]
A map of variable names to their type definitions, including whether they are required and any available options.