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": "a64c015bad60f690917cfe30",
"name": "test",
"data": {
"gbac": {
"write": [
"15792ecb79cebabfce402cc2",
"aee7a14382bae2d68a608e77",
"ae28e401ca072d040567f602",
"74e819f94f2c8e5e55333e0f",
"a890b439ea2e9b1541e0c813"
],
"read": [
"28d5bca29d37a416045277ce",
"6a92e11d444437ca9b4be805",
"b95ba9dbce942f429f8d37a0",
"10ec9822db521acb75fe7664"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "laborum",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "8396eba63cc764a4c45bf5ed"
},
"lastModifiedBy": "incididunt voluptate nisi",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": false,
"correspondingOMAutomationId": "f79d0f3a07cc5e1c7fc3177e"
}