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