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": "e0a99540d32b83d766d7fad0",
"name": "test",
"data": {
"gbac": {
"write": [
"c84f235b3194ba3f52029134",
"2d8cdda62eea591172d39997",
"206fea01e968ca8e3a900596",
"ad73656a999e625ddf56f69d",
"62f58e8d312e0ece612361dc"
],
"read": [
"ccd73bb06e5dd97ed3741a7d",
"6643a10402454d5a813fdce5"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ut sed laborum quis in",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "8cfe928edb23e257eb99ab5b"
},
"lastModifiedBy": "magna",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}