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": "43cadfd57fddf8a29ab683c8",
"name": "test",
"data": {
"gbac": {
"write": [
"35ae78fe3b665dcc364b8622",
"67bebd42c34d64f1cc4cd416",
"1a1fbfb212bb1848df66df02",
"f1dd0056b17e9975a747f412",
"1a419934b9a56b62576c3862"
],
"read": [
"38c969aa469c4efe0ba45938",
"abab7f85b91c885249445a78",
"1d7983e76eab3aafefaebfe8"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "non",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "4ae91e35dbd6ede00fe20f9a"
},
"lastModifiedBy": "est ea cupidatat aute sint",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
},
{
"_id": "a12a0ee67ed8cb6957a2d5e0",
"name": "test",
"data": {
"gbac": {
"write": [
"c24de1fdda24a24598ae95a9",
"b6b99d293811bd4497673f31",
"0eaaa2829b3619593107dd38"
],
"read": [
"e1198717d23f392b7e6c4ecf",
"0f69fda3d416e2f9d4902535"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "reprehenderit cupidatat",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "7362a934a26efec6fa08182c"
},
"lastModifiedBy": "Ut elit commodo Duis Excepteur",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
},
{
"_id": "e0a31408ef1e1b394e05a91f",
"name": "test",
"data": {
"gbac": {
"write": [
"ee955fca1895df1409024ea5"
],
"read": [
"e9acfe90407f8c51b67d6787",
"b4e4d2c3155e198966fed1c1"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "dolor nisi",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "9cdfa69e800d7331ff9f6fbc"
},
"lastModifiedBy": "Ut est sed",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
},
{
"_id": "f7d3e6afa85c016ad85a7e8a",
"name": "test",
"data": {
"gbac": {
"write": [
"226b9e3e5bccb27cf23b5d5f",
"19555fb95b4bcdfad6db33cd",
"7ec659902a53551c413c22d9",
"ee6b57d4077c2565c867b088"
],
"read": [
"a2d59818424bf8e081eaf5b4",
"e0598cc17aaa025f7d5f2488",
"45210569f2d29e0f80ae59ed",
"5dba65cc4abfd63bcfa1cbae"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sint aute elit eiusmod",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "f8b650c50b682e87cec34ec8"
},
"lastModifiedBy": "esse Lorem amet magna",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}
]
Copied to Clipboard
{
"title": "result",
"type": "array",
"items": {
"$ref": "automationDocument"
}
}