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": "0f8ab53ee3a8b2de05d84943",
"name": "test",
"data": {
"gbac": {
"write": [
"bcc9fccd30ed21c0876e1fe3",
"0863d5eb990ce625df0c41b8",
"b9124f316cea0042ede0a90a",
"dbb84f5ac0fee2960e0f6f6e"
],
"read": [
"551b84ec441ff4ef3f446605",
"066ab6c435bb76c8ebb7153a",
"38b295bc0d558a2160d1531a",
"0cb2ceaf2f4cbef650eab481",
"5b70c05fccd5c7c6c89eb1dc"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Lorem labore",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "7dbaab4554d3d8094a1b7e1e"
},
"lastModifiedBy": "fugiat in nisi officia adipisicing",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": true,
"correspondingOMAutomationId": "bffab641ecbe613925affda8"
}