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": "197b60c21deb72616ff687a9",
"name": "test",
"data": {
"gbac": {
"write": [
"a147da387dd67cde1b080b45",
"338f34bbbb2977142680931d"
],
"read": [
"20b96a6675d90c8a9bf2c0c3",
"6c14d25fad2ea22d70721848"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ea deserunt voluptate occaecat magna",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "1012ff5413ce5f8a65b7d953"
},
"lastModifiedBy": "qui Lorem velit",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}