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": "4876faaffc823ece04d4494d",
"name": "test",
"data": {
"gbac": {
"write": [
"3ec5ee87a6b49e6d99542acc",
"39faad24197873b11db9f327",
"09ccebdc6de5451fdfa54ff4",
"ff368f0d7ec5bb1b3d67cb56",
"9737c3e694ca97d2e16fe3e1"
],
"read": [
"ad4595f4bfcfe6bb85f8e244",
"64771ed53a689000d34325d9",
"8ce35653f3d7cf72158699a0",
"4cbe3bafd93cbf3cb8a5c390",
"ab46d76dc0a7264a4903ec00"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "aute dolore",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "4a99e5fbbc6226e43736ea06"
},
"lastModifiedBy": "fugiat ea in",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}