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": "1acd65c5852234b75df4ddc5",
"name": "test",
"data": {
"gbac": {
"write": [
"4e6fd6ed5c89357200c9e3d5",
"cca22ec7480b7d8c42645267"
],
"read": [
"a3b16dc74112fd14182c4e99",
"33c78675abb1099cc1696597",
"cae018e8ffaa6a60a58358f3"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "qui culpa",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "50060c6fffae0f3b2d9f8a95"
},
"lastModifiedBy": "irure",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": true,
"correspondingOMAutomationId": "a804bdc59958b94f4affb668"
}