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": "d67f9910fb4efc40c361b5b3",
"name": "test",
"data": {
"gbac": {
"write": [
"a70ba86938c300a3df168724",
"6323a96e6f121d958dd7ee63",
"01a548f97f33a787f732f3c0",
"2f62fad564ffe17a2b34d6db"
],
"read": [
"5bcbb3a5a64ce6b4f821fe41",
"1f831f17498658fea5a6e014",
"fa0c6094a5515cf58b2284ac"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "irure dolore Ut deserunt",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "673d23faad9fda5ffd9f0c2f"
},
"lastModifiedBy": "dolor",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}