Aman-Mittal commented on code in PR #5410:
URL: https://github.com/apache/fineract/pull/5410#discussion_r2747091837
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/api/ClientsApiResource.java:
##########
@@ -172,6 +173,23 @@ public String retrieveOne(@PathParam("clientId")
@Parameter(description = "clien
return retrieveClient(clientId, null, staffInSelectedOfficeOnly,
uriInfo);
}
+ @GET
+ @Path("{clientId}/performance")
+ @Consumes({ MediaType.APPLICATION_JSON })
+ @Produces({ MediaType.APPLICATION_JSON })
+ @Operation(summary = "Retrieve client performance metrics", description =
"Returns a summary of active loans and outstanding balances for a specific
client.")
+ @ApiResponses({
Review Comment:
Only keep ApiResponse
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]