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": "2dbc3d038422baca714baef6",
"name": "test",
"data": {
"gbac": {
"write": [
"f21776734c709e678b671a70",
"67cc5275085c4dbef07da5f6"
],
"read": [
"dcf9f1ee2ae7e11ba434614e",
"b80f548dfbbd40f8d8ace742",
"9685a2d09ec2258bbd57d0df",
"e156e492f915e1e30eafe141"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Excepteur minim non proident",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "7be75405c743c222b401919e"
},
"lastModifiedBy": "in ex exercitation consequat Excepteur",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
}