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": "49f04fb6decc3e606a4f2e61",
"name": "test",
"data": {
"gbac": {
"write": [
"6ca0bb7020a4c11e15f931de",
"3e53f46572618a7ff82564d6"
],
"read": [
"77fadb5b420b7842b9243b21",
"b2a508dadcf302b4d8e4b9e3",
"5c6ede184b597fa1a647e72d",
"1f7ecbe774dbe186c55c3fd6"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "in aliquip fugiat exercitation voluptate",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "509453c32bd07e5d9095ed8c"
},
"lastModifiedBy": "ex irure",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 day"
}