Interface HighestChildClassificationApi

All Known Subinterfaces:
HighestChildClassificationApiClient

public interface HighestChildClassificationApi
  • Method Details

    • showHighestChildClassification

      @RequestMapping(value="/highest-child-classification/{containerNodeId}", produces="application/json", consumes="", method=GET) org.springframework.http.ResponseEntity<ClassificationLevelEntry> showHighestChildClassification(@PathVariable("containerNodeId") String containerNodeId)