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": "946546233993613e1a63fe66",
"name": "test",
"data": {
"gbac": {
"write": [
"ab94d1185495fc1df5c5c681"
],
"read": [
"72e59f5509023f25fa73c4c4",
"c1460eae89eefe0e412a9327",
"43308c693a147ad9713f8e1e",
"2d6f7b05d6315a36cb940954",
"2f1bcb252fcb9627bb9cd947"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sed nisi",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "dac8036cc8424b3254cd9867"
},
"lastModifiedBy": "magna voluptate",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "972e543d3baf275ca7c2cc49"
}