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": "5e70850019df13e23024ccd7",
"name": "test",
"data": {
"gbac": {
"write": [
"6712c93458abde60aa9b7cd1",
"3498c39deb932cd57d5aca0e"
],
"read": [
"e83e9803ebee00eaa6b5a06a",
"71791bc929ba99b4ce947ac0"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "tempor ad",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "7c311550cb75f1ab5f214ee0"
},
"lastModifiedBy": "aliqua elit minim in sunt",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}