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": "448155170bae249d4d0c554b",
"name": "test",
"data": {
"gbac": {
"write": [
"83f496a2a98710d9c75a8bf8",
"bf471a65fb014ee44974ab21",
"2f98d662ea2f3bd9d4bf779f"
],
"read": [
"01adcc2cf23527d1c9555f6c",
"8c07bcaa1052f5c7afe1b768",
"93bd6bb0ca2e9311532b3aac",
"f1bc4ddeb202fbc2a3ebce41",
"af3e6e3e576b07f9032f7477"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "in",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "4e4b5e3fdbc001c3c45f1b26"
},
"lastModifiedBy": "culpa",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": true,
"correspondingOMAutomationId": "68c7b5b5112036d1432b67e7"
}