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": "69b57d6d56aaf66cace1fd3b",
"name": "test",
"data": {
"gbac": {
"write": [
"b0acfdbb6cd5c67d10f3e771",
"37fd9cfeaf60f9f6b9ef4d94",
"76f54bf99de2aae920774d7a",
"191f18c6a45b03baeaa00675"
],
"read": [
"2810f8a92f3133a902a085a9",
"ffa409dbc314ccaf17f8bad0",
"71b4d6fb799f0a04178f72cb",
"309dfb28aeb72aeb0c48d318",
"63057008021f08019b6e3ecf"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "sed nostrud dolore",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "ed71ea5baa0c714fc1a72108"
},
"lastModifiedBy": "qui Excepteur reprehenderit",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
}