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": "9b68374016ad7d96ab83ed85",
"name": "test",
"data": {
"gbac": {
"write": [
"3d31f07396c9c7ac2025e370"
],
"read": [
"cb42e4d14da79a7c512cc5ff",
"cc9ab727163e9722a92eda02",
"8dda9a3ce373ded23a51c3fc"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "enim quis ipsum exercitation",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "e202e4f00dae70d245a56cbb"
},
"lastModifiedBy": "fugiat ea amet sed elit",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "5df7f9c51db9f512df1d8182"
}