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": "f8e5bb599b0f441f4dcf1c8d",
"name": "test",
"data": {
"gbac": {
"write": [
"0a6f7074fcebee2ffc268855",
"caf60bf635360aad661483d3",
"cec0110d216f404f1f823ecd",
"fa32a57e2cb30bd12dbe906c"
],
"read": [
"b09571dc644b97503937ed40"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sit nulla velit occaecat ex",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "31d47d7d9ca5a9618499d29c"
},
"lastModifiedBy": "id",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": true,
"correspondingOMAutomationId": "b96e6f0fe58151133dd78ecf"
}