Summary
Get workflows
Description
Get a list of all Workflows.
Route
GET /golden_config/getWorkflows
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
This method has no parameters |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
workflows |
array |
A list of all Workflows. |
Copied to Clipboard
[
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": 34798101.29943791,
"y": -81599171.99639732
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -74671204.97762379,
"y": 54595889.83998281
}
},
"transitions": {},
"groups": [
"beb8913d08ea53e80162982e"
],
"_id": "9a1c7c14-e057-b331-42f0-4cd017b85981",
"description": null,
"font_size": 12,
"created": "1956-10-09T10:08:22.705Z",
"created_by": "182338755341d7364d6d81c5",
"last_updated": "1977-01-28T18:35:04.647Z",
"last_updated_by": "3e51ba5be64817ee4e4da630"
}
]