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": "fdc9671208cd2c9bb01957e3",
"name": "test",
"data": {
"gbac": {
"write": [
"9f7aa4c8b92c4adb43123c72",
"8a6463e6bebb4f5d04e1a738",
"3f8b5c9142ef0500686b2b23",
"57b964ee580eae28ad4f96e7"
],
"read": [
"830d4ac586d6dba3fb887b4b",
"137ce0eadf9477c3e7673cbb",
"242b02d211a0fe505c591ba3",
"63e487b77ff8e17d20d2bd8a",
"9ef895f4f592fa9a2032830c"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "quis aliqua aliquip ad labore",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "0f45770f5649deda8f7b938e"
},
"lastModifiedBy": "nulla cupidatat ex ut proident",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "e26f8b8d1454d7d91f566bc5"
}