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": "50ffa3bb68cce96c86b01c52",
"name": "test",
"data": {
"gbac": {
"write": [
"7d4f431198df3e5157d4d798",
"23b9b483df57b3122144d3f4"
],
"read": [
"bec1589fe0f003fd877ae398",
"177e8e1cb61855f7d7f59f81",
"9fc41ba1e63dc178d1723b68",
"0f95b1ededf2b6e40a6cf33b",
"fbd7be833b3e6793d1b4772e"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "laborum aute non aliquip",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "596ab9d2cfcca2026166a556"
},
"lastModifiedBy": "do dolor Ut ipsum in",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "e30896166ef193627a9373ce"
}