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": "9534de4457adb52f256cf954",
"name": "test",
"data": {
"gbac": {
"write": [
"9f0b5f155dd640fdb3e2bbaf",
"8551986aadf471ccb5a490ba",
"7d079abfb53eb3d2c115ef48"
],
"read": [
"1a61247e292d527de73df1ac",
"8cb4935ea1dbc8cad121b23d",
"6353b3239f50bc1e5c8d4202"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "adipisicing aliqua in occaecat amet",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "d2b1154dad8a8784c65b1e4b"
},
"lastModifiedBy": "eu nostrud nisi eiusmod deserunt",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
}