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": "0eb42d6320aed4ffde52fa79",
"name": "test",
"data": {
"gbac": {
"write": [
"bdc33c36365953dcd6d132d4",
"ecdf9087d005912c88354779",
"b112bd2e40720faf9cf30401",
"a1ca18cf81c43391e048e89a",
"682b88ce1651c84af31281ee"
],
"read": [
"fabfc2b5360c7aae1dd85439",
"be48e936c7f456f054ed9fc0",
"02a0b1fd59572962466b73d5",
"36e4840f431d8895c307fc66",
"05de09a1973f2d053ce3e2be"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "irure nisi enim sint",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "e47fb1c809ed1897cb8be23d"
},
"lastModifiedBy": "eiusmod irure quis id ea",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}