Interface PropertiesApi

All Known Implementing Classes:
PropertiesApiController

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2024-09-03T18:10:48.512595446Z[GMT]") @Validated public interface PropertiesApi
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<org.springframework.web.context.request.NativeWebRequest>
     
    default org.springframework.http.ResponseEntity<List<PropertiesListInner>>
    GET /properties : return a list of all possible searchable metadata fields for products published in the registry
  • Method Details

    • getRequest

      default Optional<org.springframework.web.context.request.NativeWebRequest> getRequest()
    • productPropertiesList

      @RequestMapping(method=GET, value="/properties", produces={"*","*/*","application/json","application/xml","text/html","text/xml","application/csv","application/kvp+json","application/vnd.nasa.pds.pds4+json","application/vnd.nasa.pds.pds4+xml","text/csv"}) default org.springframework.http.ResponseEntity<List<PropertiesListInner>> productPropertiesList() throws Exception
      GET /properties : return a list of all possible searchable metadata fields for products published in the registry
      Returns:
      An array of all searchable properties of products in the registry. (status code 200) or Unsuccessful request (status code 400) or Unsuccessful request (status code 404) or Unsuccessful request (status code 500) or Unsuccessful request (status code 501)
      Throws:
      Exception