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": "0cc3b520e260b220409a3bab",
"name": "test",
"data": {
"gbac": {
"write": [
"8cd9b48c8d25ac4e5a3a4813",
"4555725bd8721428b8850a52",
"447078071f10fb5a64dd3b5f"
],
"read": [
"fe2cc02e29d94db3d4f3cc37",
"b9bcaad7b4c015239bd2b7d0",
"9cc151421b0d8be8111bcbd6",
"077637329e1881157a0dea42"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ea magna laborum mollit eu",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "0b1fe025398b70cd48964bc8"
},
"lastModifiedBy": "ut",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}