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": "1e9ba3ec03c16fa90a4311d2",
  "name": "test",
  "data": {
    "gbac": {
      "write": [
        "fbe2547870898a81733b644d",
        "f36441f1d2ad3e27bdaa29b3",
        "c7833773db62d64e5481323b",
        "08a51a967f44c3bb072841c5",
        "706cb2c8b59e963209367799"
      ],
      "read": [
        "d6e5b00354a6f7eb3526090d",
        "d8cd20e5bcfbfcb2cf5bff09",
        "83b1ec951e5cbc31e46492c0",
        "1ccbf9056e793ed4225e4e02",
        "2cec58a98156c4f677530383"
      ]
    },
    "lastUpdated": "2019-11-25T22:51:39.201Z",
    "description": "id labore veniam",
    "workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
    "formId": "06377c96de0387a36798cb2a"
  },
  "lastModifiedBy": "dolor anim ex minim Lorem",
  "lastRunAt": "2019-11-25T22:51:39.201Z",
  "nextRunAt": "2019-11-25T22:51:39.201Z",
  "repeatInterval": "3 weeks"
}