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": "b546b1b37a1c9dc2b8e3ca14",
"name": "test",
"data": {
"gbac": {
"write": [
"40ab50191fdc78a8784eb2d1",
"a055137386f21eae7caecad1",
"53642321a90a9dfd220ad849",
"397b86f18e823e30cb202e36",
"6459ff8d361512d8ce971fd1"
],
"read": [
"c51bbb07673c791980ff5656"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "culpa quis",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "701c55da808ef77e477ccb70"
},
"lastModifiedBy": "ea velit tempor Excepteur labore",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}