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": "9ef3656a2179bdd83e79df30",
"name": "test",
"data": {
"gbac": {
"write": [
"f90b165acb4d38d26b628319"
],
"read": [
"896105b67032ce595bbc7041",
"9409bea02a15a50c0c93bf53"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ipsum consequat nisi",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "1c00bac36078b8ac37a61cdc"
},
"lastModifiedBy": "occaecat exercitation cillum",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "5bba4b7bb0309456ef0137d4"
}