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": -62850883.60762754,
"y": 33173554.150536463
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": -91481041.33432864,
"y": -65432345.245962955
}
},
"transitions": {},
"groups": [
"6884742de3cb659c7b00ff57",
"415ea033b740ffb3fee554fb",
"51ebb0116a6b6d7ad440050f",
"361e5f9282d8053f16a26a4a",
"537937f46bc7dbac394e466a"
],
"_id": "6ab38036-3721-c5a0-ef3b-e4e010013f90",
"description": "ut Duis sit anim",
"font_size": 12,
"created": "2018-10-14T13:32:21.744Z",
"created_by": "f897687e808ac05e631b7cd7",
"last_updated": "1957-11-12T13:16:03.084Z",
"last_updated_by": "c17276d6a31953a959d8b2ae"
}
]