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": "fef6659f244050e35e10c9ec",
"name": "test",
"data": {
"gbac": {
"write": [
"8d4461ae3522a401ca338e9f",
"95fbbf3fdac47482e1f5143e",
"5a68d53afbed9eccdee75cbf",
"a5fad8aeb4166c7565bfe092",
"4f92ea0306c4f7d57179488d"
],
"read": [
"23d36ae31a63b6a04fe407c1",
"2a043b11bd143c01d4d6b16d"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "Excepteur",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "31bf63e837087ac1174596e3"
},
"lastModifiedBy": "ipsum",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}