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": "5bb7007c8f35ad3ac2a603b0",
"name": "test",
"data": {
"gbac": {
"write": [
"e7bd2acb03623acfd38c7abc",
"07a8ea724eb5f3731ba8be6a",
"61b3914231627ae2ada9112c",
"2a60ad8567865e3263c4295b"
],
"read": [
"a3beaeecfc11d9af4986e83e",
"8e64731d071e3eaf0d52edb0",
"6577ffaeb70b9ca8561a6b67",
"bd01efdf69231e52bc1aec9d"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "proident mollit et dolor reprehenderit",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "6c7dff6bd540b362ed09fc79"
},
"lastModifiedBy": "dolor cupidatat nulla",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "61ef901715d8d05add3327af"
}