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": "1100d25c9c66cfed388ec01c",
  "name": "test",
  "data": {
    "gbac": {
      "write": [
        "6b2545b74f5ec4002e0bc598",
        "ec10c95532d3225d064912b8",
        "ea0f3cecae964551d6ffa631",
        "af36353c559aed436fdb120d"
      ],
      "read": [
        "c5fbe022aba98c8440cbcc1e",
        "85ab824a5fe90f8c371dc921",
        "7ed5f3b7a4fef805e9fe9e89"
      ]
    },
    "lastUpdated": "2019-11-25T22:51:39.201Z",
    "description": "nisi ipsum irure",
    "workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
    "formId": "919341284a5769ad73c0b827"
  },
  "lastModifiedBy": "eiusmod proident aliquip",
  "lastRunAt": "2019-11-25T22:51:39.201Z",
  "nextRunAt": "2019-11-25T22:51:39.201Z",
  "repeatInterval": "1 day"
}