Summary
Gets an single automation by its id
Description
Gets an single automation by its id
Route
GET /automation_catalog/automations/:id
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
Unique id of the automation |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
document |
object |
Automation document that was requested |
Copied to Clipboard
{
"_id": "b28ad3310f9196a0b7bf1333",
"name": "test",
"data": {
"gbac": {
"write": [
"8c93065cc9fe5aea13a93d1f",
"757a61e497f647a553572f03",
"c855c91736976adcd4ff67d4",
"b74323c6505cdc43cb474210",
"72cda43ff857085764439baa"
],
"read": [
"1976fca110239185e40835be",
"8daad3cf797ac94bed73a6ac",
"3442e388024f64d8ff5668bc",
"2583d6ebbc4820b3eadc05a9",
"555e2e6ecfb4ec12dc8da245"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "adipisicing",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "cd4434893afebc5fff4e75a6"
},
"lastModifiedBy": "qui sunt sit",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}