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": "b4be66b717476ae83f272e19",
"name": "test",
"data": {
"gbac": {
"write": [
"a3a1ad42779d52463113a581",
"ea75f5f478fa20a1abc09270",
"8c55a833ec0297d8d71facd4",
"3fad6bb0970a6a8b27463920"
],
"read": [
"20ddec51f3485ca7d2558e98",
"aa99f7b04aad0d96e958bbea"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "commodo ut",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "ffdf05d8ddf14b7dbeb3de24"
},
"lastModifiedBy": "aliquip laboris ea adipisicing",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": true,
"correspondingOMAutomationId": "4af54d6fb86f0c4ec3f70f84"
}