injected service use to handle the review related operations
injected logger used to handle the logging
request context [headers, body, params, query].
params.orgId
is required200 Status OK
This handler is used to get organization reviews by applying the following steps in sequence:
Get the orgId from params
Get the reviews where targetId is orgId (reviewService.getReviews)
400 NBError Bad Request
Generated using TypeDoc
List organization reviews handler