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": "f2e8a1266b39e704f5068928",
"name": "test",
"data": {
"gbac": {
"write": [
"6f15bc14f2415b87c5c760ef",
"7e385cd64f3891863c72fb6d"
],
"read": [
"2408b8c91b585de80c34cf4f",
"55248ee2c6b665d371431cfe",
"3b21e65c4ace2163f3830c0c"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "velit commodo",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "64e4be743960b16412cc161b"
},
"lastModifiedBy": "consectetur sed",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "02ecaf3f3054b1eed77c52ce"
}