Summary
Gets all known automations
Description
Gets all known automations returned in alphabetical order
Route
GET /automation_catalog/automations
Roles
admin
other
readonly
apiread
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 |
result |
array |
List of all automation documents |
Copied to Clipboard
[
{
"_id": "e2392d576a66f775fae0ff5c",
"name": "test",
"data": {
"gbac": {
"write": [
"bd5e791e81b921ed058fd127",
"0f05c5d2913f34377f061cf6",
"313de824222044079ee3b804",
"5eda2f93b55e23ac390c4248",
"6faf16d5b924545edfd3325e"
],
"read": [
"7d200522fe2643633b8f3440",
"871849df8d1db76b5624f613",
"ef486e80e08a88f7940cd3a0",
"b5d7fe67d6b4f298a369b2f4"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "incididunt proident",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "672d4c3eb0092d091ab94721"
},
"lastModifiedBy": "veniam",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
},
{
"_id": "b65a035304c2a9da6d20ea06",
"name": "test",
"data": {
"gbac": {
"write": [
"69c7af0d904b88d7ddf489fc",
"b0c775c6c9a7c17433ab6a82",
"5baf5ef719b020f1de192016"
],
"read": [
"5c5edcedcacf11f07d4ab728"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sit ad",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "2b2becc8a806da5332cc15a4"
},
"lastModifiedBy": "enim dolore Lorem deserunt",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}
]
Copied to Clipboard
{
"title": "result",
"type": "array",
"items": {
"$ref": "automationDocument"
}
}