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": "eae90ed15a95890509328f85",
"name": "test",
"data": {
"gbac": {
"write": [
"dbc4c485a4d824cc02884041",
"35c8d5f4c1c45ea6f2d4bcfd",
"bb78a4e469e1886299c32395",
"3d43d9be5298a2ccd6d99e7a"
],
"read": [
"8c4665391f376ee5bcde4c9d",
"8f8dabe5c995b8f189f38ecf"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "in ex proident voluptate",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "85ccfac598e3c02ee7d7d7a3"
},
"lastModifiedBy": "consectetur Excepteur dolore",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": true,
"correspondingOMAutomationId": "a225b5c5bfefe532ef18cb39"
}