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": "d443ea7ee3955ce0165b1e45",
"name": "test",
"data": {
"gbac": {
"write": [
"447301b1dc14ec2d79925d50",
"5ea79a5b0b37e7762efb7589",
"163393747bcecf96c565c025",
"0e233b1835b5970ca4f1b0d9",
"6668486a3ade578513f6c356"
],
"read": [
"418861c3b3426c976765183d",
"15cbee89a4986405073809a2",
"971192695f7b3964ec824513",
"a1fa2345fe9ce475bb04fa01",
"267fd68eceb7579fb79482fd"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "est do labore velit",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "ff24020d583655a06c7f6486"
},
"lastModifiedBy": "cupidatat quis aute",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "3 weeks"
}