Class SpecificationExportController

java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.controller.SpecificationExportController

@RestController @CrossOrigin(origins="*") @RequestMapping("/v1/export") public class SpecificationExportController extends Object
  • Constructor Details

    • SpecificationExportController

      @Autowired public SpecificationExportController(SpecificationExportService specificationExportService)
  • Method Details

    • exportSpecifications

      @GetMapping(value="/specifications", produces="application/octet-stream") public org.springframework.http.ResponseEntity<Object> exportSpecifications(@RequestParam(required=false) List<String> specificationIds, @RequestParam(required=false) String specificationGroupId)