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": "d413f13dbcc1f8a770f879ae",
"name": "test",
"data": {
"gbac": {
"write": [
"5c092b701386e50aec12b960",
"473e72673ce168e3e6c96abd",
"76304ba434027d65f445972b"
],
"read": [
"aa618a697905540241cafc67",
"e6b31505e06aeac394f1f5b3",
"9e9abf314b54408dd8a127fd",
"2e26016e8a5faedd268894b2",
"00dfabc98bffaa143f9c7fbe"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aliquip magna",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "5f1d8be781653bb482fbeb42"
},
"lastModifiedBy": "mollit",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}