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": "a5feaca21fd1f0f1f7feecd3",
"name": "test",
"data": {
"gbac": {
"write": [
"f1acb8e4c43d546f9cb2e85d",
"ebc44329510f119b1aa467c7"
],
"read": [
"cd166df1ff34b23819bfb267",
"84370b42edfb8933384b7a78"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ea",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "a9c368c482d9963c6def28a3"
},
"lastModifiedBy": "consequat aliqua culpa",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}