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": "4c2a77cc49831e34f22f7adb",
"name": "test",
"data": {
"gbac": {
"write": [
"8da8924f84b2fc8d3b72e007",
"d57b8e8c7b6ec1b786ccb7f5",
"813b75ee8c578e455ba8e1b2",
"5c2aba7724bf9dc3c30077b3"
],
"read": [
"242f2a28e9dc7548a326356d",
"848b9fb61395392162761b3a",
"e5f8ca403fac7de17cb68a50",
"4544f1b2b13ebf0785543162",
"30e487002aa001b4316c4b8f"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "dolore officia cillum esse voluptate",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "7b6a2fae212c30b22ed08376"
},
"lastModifiedBy": "veniam aute Duis dolor ad",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": false,
"correspondingOMAutomationId": "221b24914b90ad023774c309"
}