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": "c771a0ff7bac4871920746cb",
"name": "test",
"data": {
"gbac": {
"write": [
"530acc750ca4a9981707b73c",
"3bf9a4820bbbe8f0f22abf3b",
"0eee9dbc24a795f443763e4f",
"4b183d52db5997fba70e7463",
"e3403f45d7690a158cdb3beb"
],
"read": [
"5f039cfa94452b621a740ed6",
"0fe10e20f4e9cab4857e1733",
"281ed14f8709ba90fbecc81f"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aliquip sit culpa ex",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "3bec4710dfb27e524f5d0d9c"
},
"lastModifiedBy": "consequat Excepteur mollit occaecat fugiat",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "5fb892461134f73e32741f64"
}