Interface HighestChildClassificationApi

    • Method Detail

      • showHighestChildClassification

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