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": "0c827d95de07a2c650469dbe",
"name": "test",
"data": {
"gbac": {
"write": [
"ae382b123a15b32b806ac2d2",
"649849a5a81c8a5bbb85cebf",
"665e96571a925687b4fd6b81",
"671674dc039b5b58f3100eab",
"bde3f66ff5728309149921ec"
],
"read": [
"1255ac4b8837416ec0001a0c"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "laboris Duis anim ullamco sint",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "a20b9f8cf3f546ab1ae7674e"
},
"lastModifiedBy": "proident tempor qui",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": true,
"correspondingOMAutomationId": "91a255d0702ebac773df626e"
}