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].
params.topicId
is required200 Status OK
This handler will get topic subscription list by applying the following steps in sequence:
Get paginated topic subscription list by topicId (chatService.getPaginatedTopicSubscriptions)
Normalize the topic subscription list (chatService.normalizeSubscriptionList)
Return the topic subscription list
500 NBError Internal Server Error
Generated using TypeDoc
Get topic subscription list handler