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": "1752a8edb8ccd520b34de965",
"name": "test",
"data": {
"gbac": {
"write": [
"62cca0e49964ee605e92dd45"
],
"read": [
"1f395f5b8753ef94fc44e0cf",
"052740a373741a7465ac63f3"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aute eu",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "659a075a3a5731e7bd27c237"
},
"lastModifiedBy": "laborum veniam",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
}
]
Copied to Clipboard
{
"title": "result",
"type": "array",
"items": {
"$ref": "automationDocument"
}
}