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": "f7b01be3cb4d6efc791b417f",
"name": "test",
"data": {
"gbac": {
"write": [
"4b2e4f885aa0d96def42acc2",
"de591618c1b48591e69ab62b",
"b153855bdeca0efc2e4ece5d"
],
"read": [
"0b1f2d6f733f9c549a6bdcd2",
"7e4b34101480cf6ba518987c",
"f7e50b2890663d0122d2d379",
"a20814258bdabaa87833ed72"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Ut sed aliquip",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "9878fb1994f3fcf4b6ffe602"
},
"lastModifiedBy": "commodo labore occaecat nulla",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}