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": "f9f5f05f788146f44b23613a",
"name": "test",
"data": {
"gbac": {
"write": [
"db43fc17493752d3bdae5800",
"9451a50ca504731b810fdc7d",
"5332b1115faf05f6dda63f34"
],
"read": [
"92e68c27249eae50d793e356",
"0fc488fc1da98a940efe3c59"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ut dolore consectetur",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "32509198ddd31de5d4f65431"
},
"lastModifiedBy": "adipisicing eiusmod aliqua",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "3e16371b29c0520803a8d019"
}