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": "780e66101546c94c077aad7d",
"name": "test",
"data": {
"gbac": {
"write": [
"9a813f451a8391400bce1700",
"8521d75058a81ea5526b4027",
"9a9ff2cef81823eec2e5497b",
"edd54dab2e13458b3fb682d8"
],
"read": [
"dfebc62f74f218afef3e4597"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Excepteur",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "ecd0ac661955bfc4cd449459"
},
"lastModifiedBy": "minim mollit amet sunt",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}