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": "ca30d38b5df92a7a373a7f0d",
"name": "test",
"data": {
"gbac": {
"write": [
"0c321575d4c0172b3c3f5883"
],
"read": [
"11d6e59372b3f04cfdcc8b11",
"191912941b3b097adf228d9b"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Ut incididunt",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "b405647869afaccf74244319"
},
"lastModifiedBy": "proident laborum fugiat id magna",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": true,
"correspondingOMAutomationId": "b910cc02e13675d4e3f70e61"
}