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": "76ae626055aef4604d41e70d",
"name": "test",
"data": {
"gbac": {
"write": [
"6721a48a3eb1988e4819ff9c",
"dff4387535c7447ee8eca584",
"25900ce7a90b6cf54be61ffb"
],
"read": [
"dbb1b1e0269bbf145943e21d"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "non ipsum ea",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "96a3ca48d193cd1fb1d7a95e"
},
"lastModifiedBy": "pariatur ullamco do aliqua ea",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months",
"migratedToOM": false,
"correspondingOMAutomationId": "46d69e1b02118700f38269ff"
}