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": "72611a2052ea000a8996b117",
"name": "test",
"data": {
"gbac": {
"write": [
"7af34aa1e6c73680c82393a2"
],
"read": [
"78c365fa0b7aa1cc4cae6cd4",
"049e8a20b30e6dd2d3656aec",
"e03821abc3fbdbc3b33f46f2",
"c8cbd5422b6db9a57101bbdd"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "mollit nulla qui",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "33680b98c09d2018ac172982"
},
"lastModifiedBy": "commodo",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "cdac09f295b813e72ae55381"
}