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": "29a0c95a03ff918e3ec27e6f",
"name": "test",
"data": {
"gbac": {
"write": [
"a5e1314f5486dc25e809f2f4",
"41bd02af144e560eb8615615",
"92c2b4897678df05f53005ce"
],
"read": [
"9e5e9cf261938e8f19385ca3",
"c3e495923f4549279280fc71",
"788dc68bf738ba6327c23385"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sit aliqua eu",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "eb44e71da507056b5a675225"
},
"lastModifiedBy": "laboris aute ad",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
}