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": "6b1df01e871848cc92d00f71",
"name": "test",
"data": {
"gbac": {
"write": [
"a9f2c22ee70f1c0bdb10834c",
"7f0809cb57a1a52d90391ca7",
"d4b4d1322b0d8b5b66a0c986"
],
"read": [
"9995bac89df4fbfdc4bf1d60",
"fdd4d9ff1fd1fac31ed4d04e",
"65dabd0b0cf132f6e55df039",
"10bdf47d6ed0550074276081"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "ea cillum consectetur nostrud",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "a46ec0f6aba9bff6137f865f"
},
"lastModifiedBy": "laborum nisi enim in",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "1 hour"
}