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": "8e5df755fa742b540ecadfaf",
"name": "test",
"data": {
"gbac": {
"write": [
"0219bdb90aa0f5d9c3bd2619"
],
"read": [
"7d3773efe526ee0551276498",
"e32bd648d0d76dffd76c71f8"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "cupidatat eiusmod pariatur aute Excepteur",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "c045e64aee1b4d85a07b4718"
},
"lastModifiedBy": "ea dolore",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "0eacf2eb88567fa01fb7338e"
}