Summary
          Exports a single automation
          Description
          Returns a single automation formatted for importing
          Route
          GET /automation_catalog/automations/:id/export
          Roles
          
            admin
other
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 in exported format. | 
            
          
          
            Copied to Clipboard
            
            {
  "name": "test",
  "data": {
    "gbac": {
      "write": [
        {
          "provenance": "Local AAA",
          "name": "my admin group",
          "description": "My short description"
        },
        {
          "provenance": "Local AAA",
          "name": "my admin group",
          "description": "My short description"
        },
        {
          "provenance": "Local AAA",
          "name": "my admin group",
          "description": "My short description"
        }
      ],
      "read": [
        {
          "name": "Itential Artifact",
          "provenance": "Pronghorn",
          "description": "My short description"
        },
        {
          "name": "Itential Artifact",
          "provenance": "Pronghorn",
          "description": "My short description"
        }
      ]
    },
    "lastUpdated": "2019-11-25T22:51:39.201Z",
    "description": "dolor do non",
    "workflowId": "8e3695fe-c5bf-4286-ae83-186b3fea1c1a",
    "formId": "b7d2a3507188a2fbad927158"
  },
  "_id": "6322f9c414bffba60eedd945",
  "lastModifiedBy": "dolore minim labore velit est",
  "lastRunAt": "2019-11-25T22:51:39.201Z",
  "nextRunAt": "2019-11-25T22:51:39.201Z",
  "repeatInterval": "2 months"
}