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": "4bf11203dc0b97f098ea30c3",
"name": "test",
"data": {
"gbac": {
"write": [
"837f973d56b9d971a5d15025",
"fdd05c50948586bcd00e6c98",
"65cc5877d9c53d0f53df2c09"
],
"read": [
"de23b31891a092525a65e037"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "amet ipsum ea eiusmod labore",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "e0f38541ef8cdf4c5c453e86"
},
"lastModifiedBy": "irure",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks",
"migratedToOM": true,
"correspondingOMAutomationId": "6090a43b568b04c98c1b450c"
}