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": "229a792830985638c577f3eb",
"name": "test",
"data": {
"gbac": {
"write": [
"1b3639ba7107ea9fd0c17fd4"
],
"read": [
"d006845d60a4770d51ff4c87",
"4b9316ba158fbf916fa53e74",
"1159611b9c4f0bc842a87d68"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sed ea officia",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "bb0638bb8244a1df649508c8"
},
"lastModifiedBy": "reprehenderit anim",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": false,
"correspondingOMAutomationId": "8a605acd6b9af6284c7bc3b7"
}