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": "97fd3ace17cad74bfdd90f3e",
"name": "test",
"data": {
"gbac": {
"write": [
"804c6ff45c6a3dc868fe182b",
"aaf6065dfe59c6f0c0334e64"
],
"read": [
"ff6c4a623504fc95605f186a",
"f5e9ead1a4236f79a734c833",
"b1662bcff28e999c09817c8f"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "esse ad sit minim",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "fb7b542d1e18255107f9627e"
},
"lastModifiedBy": "cillum",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "2fca56fe9256f266c300d419"
}