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": "fccf80cf8323f46ee53782a9",
"name": "test",
"data": {
"gbac": {
"write": [
"c1cb22425639acfe88206254",
"22ae991063bd19483203d63e",
"706ebfa4a9d073163c014677",
"fc29bc0cd9b1655ea4b808e0",
"e8b7d4033f52f00dde4bb3d9"
],
"read": [
"88f0e42e47e69805acfda4bd"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "deserunt aliqua",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "02c5645a57e2b996448d1d53"
},
"lastModifiedBy": "ad ipsum",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "4c3aee2b76a1cd71aacc45ed"
}