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": "7e1748c8679db9c39beb5aaa",
"name": "test",
"data": {
"gbac": {
"write": [
"b3072cc8f360ed0c8eaa5916"
],
"read": [
"2bc0e86c5fc69852786f6c02",
"7c394cd2c02be26cfe2a0f99",
"9beef4ad30c12ed1243d9c0a",
"1a1e62cd730759e359ba0fc2",
"cb61788be32fef6204c43a8c"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ipsum sint",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "7677a83203153dc0d00afb2f"
},
"lastModifiedBy": "ut cillum occaecat",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}