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": "c28035cfdaf34e237493c46d",
"name": "test",
"data": {
"gbac": {
"write": [
"8a6b130d12a7de26ee0ee60b",
"bd8a1466a71004320eb3a4b9",
"2ae83853005999ef77799b10",
"94a99bcb839ca3f4d79c45d2",
"3a817ef2c57e1ce5ab8b840a"
],
"read": [
"301625534ae0fefbad2c85fb",
"bff40bb710892f8e06981003",
"4cc2e19a3b6e6260d6bc3928",
"a2ab6c0b1fb16364702545a7"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Lorem nisi Duis Ut officia",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "d2a61f7342c28d3887a5243b"
},
"lastModifiedBy": "ea cupidatat non labore",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": true,
"correspondingOMAutomationId": "c30f39f61bcad9e9fdcb4177"
}