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": "7a60a3d0acdf500f1accee02",
"name": "test",
"data": {
"gbac": {
"write": [
"b824c0406eee608bf9c339eb",
"c3abdbf5be64185d2a731585",
"04d8678402a92279f119b386",
"61768dafb4180d40c53542c3",
"2f44e72d6d641bc3f073e27d"
],
"read": [
"5b0630ceaf82d2944179382c",
"680da24442419d57308dd1e6",
"a3fc566ec83a41ac62bdae3c",
"34d306d6efcf3a0c95893872"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "labore velit nostrud",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "698781deecf618146c9cebb4"
},
"lastModifiedBy": "dolore est",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": true,
"correspondingOMAutomationId": "c4371ae0db8df9dcd09df8b4"
}