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": "0453640eef2d4bb8df26960e",
"name": "test",
"data": {
"gbac": {
"write": [
"8d04eed4aaf9f868d566b935",
"3ff8d876bd350a64d05393bc",
"98f0a6b7b8a519ce1caaf9db",
"1568b8468389a33ac130753b"
],
"read": [
"3a3d47c93cc8ced7652d64a4"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "fugiat sunt commodo",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "ad61420ad3b3edc8ebe14efd"
},
"lastModifiedBy": "fugiat ullamco mollit",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
}