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": "88b044312985c8af840f2df3",
"name": "test",
"data": {
"gbac": {
"write": [
"43547180ec6218cd626166df",
"f31da7141b1d9e7af27f34fd",
"b19f55d6456fd87c4dd93aeb",
"3870cf178487139e56edc6cd",
"65651458795c26d2d88ecb54"
],
"read": [
"545416f297cec55b5fbc04ec"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "commodo",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "d337437daeb2c79d2043b40b"
},
"lastModifiedBy": "cupidatat",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": false,
"correspondingOMAutomationId": "ddf225b15f15b6c2d8a62845"
}