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": -8782999.771972835,
"y": -8543253.543880254
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -503428.46410398185,
"y": 58947746.62003243
}
},
"transitions": {},
"groups": [
"6540b551722cbdb561d3463f"
],
"_id": "377f818e-6904-5609-0465-3199de141706",
"description": null,
"font_size": 12,
"created": "1991-11-11T13:10:47.386Z",
"created_by": "944b81d6e62fb73f2dc2bde4",
"last_updated": "1953-02-17T02:04:31.566Z",
"last_updated_by": "9c987475d2967c0a539a1854"
},
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": -11867840.53410998,
"y": -71727266.95551428
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 54396180.64786002,
"y": -48015804.89524504
}
},
"transitions": {},
"groups": [
"3277b384e2e5c4e9254ed2e0"
],
"_id": "3f205118-d928-c44a-3a3c-7530dbed1a78",
"description": "eu ullamco in dolore in",
"font_size": 12,
"created": "1945-08-16T02:41:48.596Z",
"created_by": "524f8b6cd639ce0deeecc9ea",
"last_updated": "2014-02-20T05:00:18.441Z",
"last_updated_by": "4325761ecca0b973feee4c91"
}
]