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": "29fd8db58980c1fe9f9b83e5",
"name": "test",
"data": {
"gbac": {
"write": [
"feed98b6d3092a3c3b281abb",
"5359c37aebced04e327bb8e1",
"52814bf1432ad0426fa136b4"
],
"read": [
"d7f5ba740c63b38b6a385938",
"ec5df022d1699ddd39ad9946"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ex proident consequat",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "30aa1f1418f3efb5668373bd"
},
"lastModifiedBy": "proident aliqua incididunt ad",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": true,
"correspondingOMAutomationId": "cf394832e20e65ac7b6813ba"
}