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 |
queryParameters |
object |
yes |
Options for query parameters |
Copied to Clipboard
{
"type": "object",
"properties": {
"queryParameters": {
"title": "queryParameters",
"type": "object"
}
},
"required": [
"queryParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
array |
List of all automation documents |
Copied to Clipboard
{
"list": [
{
"_id": "46ac1b0131306b21899c2502",
"name": "test",
"data": {
"gbac": {
"write": [
"c8b98c856e4d63106049385e",
"3766b9e99e519f474d83e0f4",
"c2023fac61b5af91a063109f",
"69bd4e7ee79d6f0673abf08a"
],
"read": [
"9559e6d96949c8f3d15ccf20"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "culpa exercitation Ut ullamco nisi",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "96c44a767cbc4026679459e6"
},
"lastModifiedBy": "eu aliquip consequat",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": false,
"correspondingOMAutomationId": "38f20d17538b2dad19b18d92"
},
{
"_id": "67079fe86821588fbf91685d",
"name": "test",
"data": {
"gbac": {
"write": [
"e72ed35989397d7a6eba84cc"
],
"read": [
"23875fae9bafa3ea158e4140"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ullamco in labore dolore fugiat",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "9bb9e6e511c4e875d3e9ec09"
},
"lastModifiedBy": "do aute",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": true,
"correspondingOMAutomationId": "3286708d37dbf9460dc56cbd"
},
{
"_id": "2bfa09425aa8e76286e871d6",
"name": "test",
"data": {
"gbac": {
"write": [
"bc37051d4fde4b83e2a744c9"
],
"read": [
"a4b28c3719782a2fca1ff095",
"8cc977a32d5299c9ec67f5ef",
"1861ead3537716910c67eeab",
"7cd8680d6217894456f9622d"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sit in consequat dolor eiusmod",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "bca585c9b2cd45bc486ba53e"
},
"lastModifiedBy": "non enim",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": true,
"correspondingOMAutomationId": "f49ec8cb4e2583cf0aa86ddc"
},
{
"_id": "d5077fd8581f996b39161493",
"name": "test",
"data": {
"gbac": {
"write": [
"e16806b7440b976ba5972da0"
],
"read": [
"279c7ad852aa06121e6a73d2",
"79796b8e617ab11c9d67acbc",
"9f4f461b7ea5f83484a31c96",
"62d128f2fb1041a4dff8a102"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Ut nisi",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "6d0d4345ac19701541d8d3fc"
},
"lastModifiedBy": "quis non",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "cb86fe5fd7755d2f1e73dc66"
}
],
"total": 88807584,
"skip": -33005744,
"limit": -65382106
}
Copied to Clipboard
{
"title": "result",
"type": "object",
"properties": {
"list": {
"type": "array",
"items": {
"$ref": "automationDocument"
}
},
"total": {
"type": "integer"
},
"skip": {
"type": "integer"
},
"limit": {
"type": "integer"
}
}
}