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": "140f69ecc3f4c62f8600e702",
"name": "test",
"data": {
"gbac": {
"write": [
"c3a16ec3e94008a76c3a47e3"
],
"read": [
"007790fea2d62bf189ba5d29",
"78f04abbb1cb21aec57f9dcb",
"897ba842984863a245cf5b2e",
"4b3fe7ea76c68414f769c92b"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "proident Lorem esse",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "914d907ef296752b8e5869a1"
},
"lastModifiedBy": "minim tempor ipsum ea",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}