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": "b1ad135fac879c91c4b344e6",
"name": "test",
"data": {
"gbac": {
"write": [
"556f440cfa800fba0cc109dd",
"395e36ef8bc3e598a60dbbff"
],
"read": [
"1053bf79f57f07bc8ee48d08",
"db84399377c926226d611032"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "in",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "242e4280f6bf38d03cab7e3b"
},
"lastModifiedBy": "laborum dolore nulla cillum sint",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": false,
"correspondingOMAutomationId": "fcde1d657366fd56b3abf1b8"
}