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": "f02d0bd7f25c9b4a9e73f542",
"name": "test",
"data": {
"gbac": {
"write": [
"a85b036663f1519566551ca7",
"93b9fc61ea2aac0e30abda4f",
"cc8716e0c141e028de605452"
],
"read": [
"ae9f18bd55a1417e0e989a0e",
"9f3c5f4be3c3439e0f6e5b9c",
"98ee54ad8dfc200b7e8fba8b",
"ec37bdee43e985d173691f33",
"a1827d9d207bb469fac78149"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "amet",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "f296b707f4a7c1b33cef7338"
},
"lastModifiedBy": "qui adipisicing",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "d1f490fc1414548307c8f804"
}