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": "d0ae25a8a7e37ea7dd32d8c7",
"name": "test",
"data": {
"gbac": {
"write": [
"d0fd2b9ab94018f011c37dc9"
],
"read": [
"a24192ec8e9b6a8f97780dc8",
"c28f7305c3ebefc7eeff9cd4",
"a585a11aba4cab43228dfdb7",
"7b07feacc769601488f220aa"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "in laboris Lorem in Duis",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "ba18b3b6cacf695cff3a735c"
},
"lastModifiedBy": "labore voluptate et",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": true,
"correspondingOMAutomationId": "4e5c0f34f17f28b9f99e9f84"
}