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": "cd070da6778959e7e1068d24",
"name": "test",
"data": {
"gbac": {
"write": [
"89f1b9c16059c4ba2ea726b1",
"9aae2eb4b904c2cf8f131f9a"
],
"read": [
"f8aa3736c640df3866d75552",
"559663bc9b15c83a9c476786",
"359a11a8d859eab438f95be1"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "voluptate qui nulla",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "9abbc9e8965bc4b491e58ef1"
},
"lastModifiedBy": "et commodo in Ut eiusmod",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": true,
"correspondingOMAutomationId": "41215f2418f01ad64f4965ef"
}