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": "ea468c8dc26fbf197505bf16",
"name": "test",
"data": {
"gbac": {
"write": [
"929773d7523f92a91ecca407",
"eb35e8c813a30e958963db92",
"1edba1ffb68785b28924965b",
"8e4b0c7780f88d99db2b216c",
"c818e32c030e27392d775904"
],
"read": [
"0cd56d7d6dae667d676cb11f",
"507b8712afde5322114af4ff",
"12cfd2c6581db48cb597a757",
"cf3e163551bc6649398cfd7f",
"41a234fdc12a5ccd4e0558d9"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "pariatur in proident Excepteur",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "18e6c88b81badaf46c289357"
},
"lastModifiedBy": "ullamco dolore",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "d3ff35bfd6a19bb286554bc2"
}