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": 46397284.63260743,
"y": -30872472.70223114
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 80098754.51847348,
"y": 46710892.189926624
}
},
"transitions": {},
"groups": [
"7c3e1aa1cbda9c9aff3f3b7e",
"3b6fb68904d8382e09eebfa0",
"b5f5d1ca710ff7c03eadc75d",
"c98170a907ff1b902e1e7059",
"d9df8eb0d08deb317913a912"
],
"_id": "83459be3-9d0a-4fea-39be-46b2871ce65b",
"description": "officia Ut Duis ut",
"font_size": 12,
"created": "1943-12-27T03:29:17.886Z",
"created_by": "af148bd68b392e9c59c12fbc",
"last_updated": "1965-07-23T23:18:05.74Z",
"last_updated_by": "f09c9676601fbc88fc87be37"
}
]