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": "36d6bd3b9cadb13190152369",
"name": "test",
"data": {
"gbac": {
"write": [
"6828d86ba09e53e065b1cd82",
"14ef5519e96988e98b7d5442",
"4275314efbf8dbbba408c555"
],
"read": [
"8bb400ecbdeaeb3c212c95e6",
"b6a01ffe16937543ea716933",
"10504cadb405804ef6eb19b4",
"8f0be497ce7b2139105994da",
"bf7ecf0df44187b9bff96592"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "cillum",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "e220c95328f61eb3c0e0e643"
},
"lastModifiedBy": "sit aute",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "fb79d533a18fe5aa8f97b646"
}