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": "b4e1e790b68ed50a8d14b00e",
"name": "test",
"data": {
"gbac": {
"write": [
"9858e05cbdca2691671ef899",
"57d391f804459359eb258445",
"88b8e2a68d264d9b93e469cd",
"4d37da21b7834c3e785495fc"
],
"read": [
"0bb06b1e90d7f4103fa6d9e5",
"8322caae01ade3a8eee6060d"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aliquip ut Ut deserunt",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "0850f544b5e5cd9be9f54036"
},
"lastModifiedBy": "enim laboris culpa",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour",
"migratedToOM": false,
"correspondingOMAutomationId": "609d813bf30b8d1024949c79"
}