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": "e6131783795876202909e7b8",
"name": "test",
"data": {
"gbac": {
"write": [
"68f61909ed58dee1a173eb90"
],
"read": [
"fa1243116b9e00bc4d5e319c"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "dolor",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "1c3af6abb910d0184242d599"
},
"lastModifiedBy": "culpa eiusmod mollit in ex",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "f519a510e5e07a44a3cc6db2"
}