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": "9c3591eb830d8b89f85e594e",
"name": "test",
"data": {
"gbac": {
"write": [
"44724c63419213a2edb10c00",
"d9e9a9f96b9384946de9b3a1"
],
"read": [
"a7cbcad94bfca7ac48be0d40",
"088170e002e6d1f93aaaaefd",
"cbcb7bdfa0fa60e6757651c2",
"5f96fa096b2c925967f65af6",
"51adc9fa21a49ac8fe124cb1"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Lorem Excepteur labore non enim",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "31b3e827d12b55accfd64121"
},
"lastModifiedBy": "consequat amet incididunt voluptate",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": true,
"correspondingOMAutomationId": "fd1c44b6635630c9b8e2312b"
}