Workflows
Author, read and organise workflows.
| Endpoint | Path | |
|---|---|---|
GET | List workflows in the active workspace | /api/workflows |
POST | Create a workflow | /api/workflows |
GET | List every tag in use in the workspace | /api/workflows/tags |
POST | Report every problem in a definition without writing anything | /api/workflows/validate |
POST | Import a workflow from an export envelope | /api/workflows/import |
POST | Apply one operation to many workflows | /api/workflows/bulk |
GET | Get one workflow | /api/workflows/{id} |
PUT | Update a workflow's draft | /api/workflows/{id} |
DELETE | Delete a workflow permanently | /api/workflows/{id} |
GET | Export a workflow as a portable envelope | /api/workflows/{id}/export |
PUT | Replace a workflow's tags | /api/workflows/{id}/tags |
PUT | Move a workflow into a folder | /api/workflows/{id}/folder |
POST | Duplicate a workflow | /api/workflows/{id}/duplicate |