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": "5e54824aa7c981ac61dfabb3",
"name": "test",
"data": {
"gbac": {
"write": [
"64b8b9161d6a9d6dd523299a",
"aa343cd95e8b9243ed6d32fd",
"16a09e2e44d64c80c03927da",
"bea30ccb3e07cab538417ef3"
],
"read": [
"f3bc9b6a8f68a8cc46c13d68",
"645de1cfcf26728ab665cd3d",
"5181f5d7cc4e1a503fa4fde9",
"5cdae549d53fb61a3598f98f"
]
},
"lastUpdated": "2019-11-25T22:51:39.201Z",
"description": "laborum nisi sint",
"workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
"formId": "1fceecc4561463fc58d542d6"
},
"lastModifiedBy": "enim nisi cillum voluptate",
"lastRunAt": "2019-11-25T22:51:39.201Z",
"nextRunAt": "2019-11-25T22:51:39.201Z",
"repeatInterval": "2 months"
}