injected service use to handle the chat related operations
injected auth secrets use to handle the authentication
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This handler will get one message by applying the following steps in sequence:
Authenticate the request (authenticate)
Get message by id and normalize (chatService.getOneMessageAndNormalize)
Return the message
Error
400 NBError Bad Request
404 NBError Not Found
Generated using TypeDoc
Get one message handler