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": "2b361ca7ffdcac0f647a3c5e",
"name": "test",
"data": {
"gbac": {
"write": [
"e881ac59d62f58bea9b98e83",
"b15bb93e4a3ee35ef9e5ff77",
"9e6627c22429dfa9e10024d4"
],
"read": [
"86d90637cb12db3bafba663e",
"ce7a58f4be334429ebb38e29",
"b7125a8ab7a7d0a29c5bcdfc"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "dolore incididunt",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "70c5a139cded233507237ee8"
},
"lastModifiedBy": "commodo",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": true,
"correspondingOMAutomationId": "a7b7b798fc2eb4919e0b772f"
}