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": "324195b68c3b9c5a833002ad",
"name": "test",
"data": {
"gbac": {
"write": [
"fdd510ff65c61f4ccbdd5213",
"b8e34501e51956d544c32b61",
"a6a306c1e1c07697ae7cd937",
"78723813539c89948c3bf4e1"
],
"read": [
"bdb0649d19545665ee4d5387",
"ea5244c71a9c5bc2f187e08c"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "dolore do non",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "a38556ea324227ce293d8e68"
},
"lastModifiedBy": "deserunt nisi",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": false,
"correspondingOMAutomationId": "aa4fa35569b201f9f371ac65"
}