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": "fb861c27be08c685dd5a2769",
"name": "test",
"data": {
"gbac": {
"write": [
"30927ed68a0435f9a1b24714",
"f04bf58e21bf9f55c4671d91",
"5184e255247fb1b5c91262dc",
"775ce054a536355a3c008b6c",
"28d0f19b0c1c30521694a406"
],
"read": [
"e8b05deb866529f781ca0435"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "cupidatat labore voluptate",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "6ac776921aa059bb208c34fd"
},
"lastModifiedBy": "irure amet culpa aute qui",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day",
"migratedToOM": false,
"correspondingOMAutomationId": "cdd92c776e37c45b15c24101"
}