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": "537ba51e3fc0d433bc64308f",
"name": "test",
"data": {
"gbac": {
"write": [
"136c48b97906894384764aee",
"3761b0be141acb2fa0e72705",
"6b22fefa0ad96e6a2e6e5d48",
"e0cba527da73dacb31e00d48",
"5e7097b98196380d508c8e45"
],
"read": [
"809e6eea228e90f9128f6763",
"66e23b8920c332df8967a1b2",
"919bd3ea270523b112080b20",
"e1d270b3f0c31ac2b98810fd",
"7b693eb7470d9852346f5524"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "nisi",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "e3034a730280cb768c7976a4"
},
"lastModifiedBy": "sint laboris Ut commodo",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "2c0a67e09baea65b38f093e8"
}