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": "af56c87bf262b010bf0ad6ef",
"name": "test",
"data": {
"gbac": {
"write": [
"2b19894b04da4780247af090",
"a37e55dd5a4140fa0735102b",
"943b89d81a11cfc7b852f524",
"408ce1317252477bb22469d3",
"8e17b79b4885b756835544a1"
],
"read": [
"fca3c997ffa407470d7786cb",
"58af0890f0519be8198ec752",
"ae61a6f76de3ae683589c732"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "dolor veniam labore",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "529f0b9679a4618d68b611e5"
},
"lastModifiedBy": "ullamco ut",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}