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": "a2bba58035f575cbfb3d7f69",
"name": "test",
"data": {
"gbac": {
"write": [
"fa972d49d66da66b72f6f110",
"b62a2a40b8199930826f8603",
"d26d8a519275ed838f7b6bf2"
],
"read": [
"97aa77ab87cdb98d250c2f35"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "do Ut elit minim",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "177686cb17e6ada13788d30a"
},
"lastModifiedBy": "ex",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": true,
"correspondingOMAutomationId": "7dbef163275be1edb533b4bd"
}