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": "54443222ae712499ec566f07",
"name": "test",
"data": {
"gbac": {
"write": [
"d077acb269e9761913add3f7",
"6fc817442ebd32c8d9fd288f",
"16c4d7448d5f4f304c2a2077",
"1799aa53ff04e43a7cc64d27",
"e53af7370f8198dc5fb6760d"
],
"read": [
"2a566b203cd6fe1800241863"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "et minim ut eiusmod",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "095362cd43cb93eb4723a452"
},
"lastModifiedBy": "in dolor occaecat sunt laboris",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": true,
"correspondingOMAutomationId": "cde43bb66292da0ede74de6f"
}