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": "9a8d7c4ad159edc11179eb46",
"name": "test",
"data": {
"gbac": {
"write": [
"3158ba1bb0c93f4e485dc236",
"a19692fec2749c623200f52a",
"37ac7ff87b666c8edd5ed6a7",
"7e56c786ca9156efbacf101b",
"66c87c1a1b2073a1e646af6c"
],
"read": [
"e1d399d10fd12115375a1bd8",
"71795dffcd28b30e0e3f1d79"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "irure",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "deaa7174d622144ed18c2694"
},
"lastModifiedBy": "consequat nostrud aliqua sunt",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": true,
"correspondingOMAutomationId": "c247e522b710ef1dfe19f2c6"
}