Workflows
List workflow summaries and retrieve a saved workflow definition
GET
List Workflows
id, name, and description.
Authentication
Query Parameters
| Parameter | Required | Description |
|---|---|---|
companyId | Yes | Your Overlap company or organization identifier. |
The same lookup is also available at
GET /companies/{companyId}/workflows.Response
Get Workflow
Query Parameters
| Parameter | Required | Description |
|---|---|---|
companyId | Yes | Your Overlap company or organization identifier. |
workflowId | Yes | The saved workflow id. |
The same lookup is also available at
GET /companies/{companyId}/workflows/{workflowId}.