Interface HighestChildClassificationApi
- All Known Subinterfaces:
HighestChildClassificationApiClient
public interface HighestChildClassificationApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ClassificationLevelEntry>showHighestChildClassification(String containerNodeId)
-
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)
-