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": "a07d5d521bd6fb832aac55cd",
  "name": "test",
  "data": {
    "gbac": {
      "write": [
        "5bbf4562771347bd845ef901"
      ],
      "read": [
        "44792856883e95eb99d63be1",
        "a336f72d89e18c0dc532a2eb"
      ]
    },
    "lastUpdated": "2019-11-25T22:51:39.201Z",
    "description": "Excepteur tempor",
    "workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
    "formId": "820c7ce88a8dabbe71ae465c"
  },
  "lastModifiedBy": "incididunt enim in nisi voluptate",
  "lastRunAt": "2019-11-25T22:51:39.201Z",
  "nextRunAt": "2019-11-25T22:51:39.201Z",
  "repeatInterval": "3 weeks"
}