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": "d2908126c7efdd41eb3c11fa",
"name": "test",
"data": {
"gbac": {
"write": [
"d75a9e24e4a33af082625b57",
"2aa442cec62ef57580d15b6c",
"d719a90d7de32309513cb468",
"543878f0cd05d0afee3c7906",
"242125c0b7f7ade56ee00284"
],
"read": [
"ac91b9e54e0519eba0c2bb3e",
"57be92d6e3917551506cda3d"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "cupidatat do ullamco aliquip et",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "8f336c8739e737761bd6daaa"
},
"lastModifiedBy": "dolore ea",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}