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": "85de9abe240b99aaa7f6f743",
  "name": "test",
  "data": {
    "gbac": {
      "write": [
        "da34a9df437d3d66bf127950",
        "93c8c2b7c8b2059d315e439f"
      ],
      "read": [
        "77995199d3c6d9c899cd2cc6",
        "1e948f660b2fff50e65f910e",
        "32d7574ce6e99df8f0962544",
        "d40845906c816afd2c2eecff"
      ]
    },
    "lastUpdated": "2019-11-25T22:51:39.201Z",
    "description": "enim qui amet",
    "workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
    "formId": "585e14f6f765b39b6a5bb145"
  },
  "lastModifiedBy": "velit ullamco ut Duis occaecat",
  "lastRunAt": "2019-11-25T22:51:39.201Z",
  "nextRunAt": "2019-11-25T22:51:39.201Z",
  "repeatInterval": "1 day"
}