Package de.dlr.proseo.api.prip.rest
Schnittstelle ProductController
@RestController
@Validated
@RequestMapping(value="/proseo/prip/odata/{version}/Products",
produces="application/json")
public interface ProductController
Methods for querying the product catalogue according to ESA's Production Interface Delivery Point (PRIP) API
(Generated with springmvc-raml-parser v.2.0.5)
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<List<CscProduct>> getProducts
(String $filter, String $orderby, Boolean $count, String $expand, org.springframework.http.HttpHeaders httpHeaders) Query the products catalogue
-
Methodendetails
-
getProducts
@RequestMapping(value="", method=GET) org.springframework.http.ResponseEntity<List<CscProduct>> getProducts(@RequestParam(required=false) String $filter, @RequestParam(required=false) String $orderby, @RequestParam(required=false) Boolean $count, @RequestParam(required=false) String $expand, @RequestHeader org.springframework.http.HttpHeaders httpHeaders) Query the products catalogue
-