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": "57313778d3b084ad21d0309c",
"name": "test",
"data": {
"gbac": {
"write": [
"c23a442544cb15a084dd507a",
"c2cf39bcfc9b3641b270fa54"
],
"read": [
"f58f96f95f2cc7c564c618b0",
"5e3ecbb43084f1bbaee127b3",
"fc92e7e3effadd86445d7376",
"05c9554c7c10d5aa0fa60554"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "laboris culpa ex",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "01c0bacff8febf2b01bf671e"
},
"lastModifiedBy": "dolore",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "d920218fb099db7a2a94013f"
}