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": "c2fe65682dd24a6d57b99aa9",
"name": "test",
"data": {
"gbac": {
"write": [
"44ed51ade32b08b9998b2b3f",
"042c7aac6d461415c71bab4b",
"812a4c4f7cf0f99b7cbff622"
],
"read": [
"8bb56e2611d8d2c3969c3952"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "in deserunt occaecat",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "a2d9ca6108d739e15e4af6e3"
},
"lastModifiedBy": "consequat id qui sed",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
},
{
"_id": "34d4c47dd729a0a715824b8d",
"name": "test",
"data": {
"gbac": {
"write": [
"0343b98cf09e2aa3004efff6",
"430c02cb1bff69d0ad66ad97",
"f60aa85f1dd9f17445d0dfc2",
"92e8fec38fe470127b2f0b7a",
"c0f1da2a712cb3dc906dc856"
],
"read": [
"f2acf528787ce0382b3d7155",
"b89c30517aa57f09aebf0236",
"e223093520ed0009f34b03ed",
"6f11c77417367f198f3400e1"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aute elit",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "54acb80440547a7a53fa2721"
},
"lastModifiedBy": "et ipsum deserunt ex",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
},
{
"_id": "43a6191851637e81c28e8034",
"name": "test",
"data": {
"gbac": {
"write": [
"e07c8c992cc31571a345466d",
"ee2b510c3ba64229d2e16274"
],
"read": [
"d8bdd880ba2a3f2689ff6c22",
"1fe15b33bc1f08849e8d1520",
"1a9fe2be5c4721d8cda7cc38"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "incididunt culpa",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "62170b0a6ca255097121f885"
},
"lastModifiedBy": "Lorem enim",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
},
{
"_id": "d38a52f6b8a7e80a8d084316",
"name": "test",
"data": {
"gbac": {
"write": [
"00eb62e3ea18f87a93864538",
"8cc5723e5fbfeeb74d35eaea",
"79c684e982fa250a8a484f28",
"e459e517c6233db1e091a04b",
"afd5b3b49737f408f3fc13a0"
],
"read": [
"ca6181a5c0127d7caae2a6df",
"80d13a82a67af0fc37fe688e"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "consequat consectetur",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "cacce0f35317eb5925c78d4e"
},
"lastModifiedBy": "dolore officia laboris reprehenderit sunt",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}
]
Copied to Clipboard
{
"title": "result",
"type": "array",
"items": {
"$ref": "automationDocument"
}
}