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": "cf49055d433664ae53aa9672",
"name": "test",
"data": {
"gbac": {
"write": [
"04855c1f474fad8458e41649",
"c8937ac8c05d00429da933a1",
"df90851cff4ed5e56ddeb9ab",
"cc64ae719856970ff72980db",
"96842702208a354bc756e315"
],
"read": [
"f90c52a8a2f7d69269a89be7",
"012e483834f8a4ace1df66f0"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ex nostrud aliquip",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "15dd1a66ad3261a50380d740"
},
"lastModifiedBy": "sed nulla enim quis ullamco",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}