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": "b41c9752e6f86c28253f4486",
"name": "test",
"data": {
"gbac": {
"write": [
"014474916d4e1cdc0e17a3ad"
],
"read": [
"8d9ecabe4b9383f7d6a2daa7",
"7f6a5ba09de6dee85d356b46",
"bbbd10fc6a148df30d9b7df6",
"e2d8cfc9e7343c28bf3508f8",
"a244dc2e7b7c3cc6ab9dd044"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ad",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "d4b53e603aa988849e2326ab"
},
"lastModifiedBy": "ex aute laboris fugiat tempor",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
},
{
"_id": "ac3f54ab093a86616295b117",
"name": "test",
"data": {
"gbac": {
"write": [
"96f059b800d242503071b51a"
],
"read": [
"747c601d24bb1f5096d788de",
"24634f0f8a801890525f30c2",
"979b5ef45fad884e4ba01246"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "qui ullamco eiusmod in quis",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "4112f367a1375a00ade3539a"
},
"lastModifiedBy": "consequat occaecat do dolore velit",
"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"
}
}