injected service use to handle the chat related operations
injected pagination config
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This handler will get organization message template list by applying the following steps in sequence:
Get organization id from request params
Get paginated message template list (chatService.getPaginatedMessageTemplates)
Return the message template list
500 NBError Internal Server Error
Generated using TypeDoc
Get organization message template list handler