injected service use to handle the category related operations
injected pagination configuration
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status Ok
This handler is used to get a list of categories by applying the following steps in sequence:
Parse the query to get the pagination options (util.parsePaginatedListQuery)
Get the category list (categoryService.listPaginatedCategories)
Return the category list (categoryService.normalizeCategoryResponses)
400 NBError Bad Request
400 NBError Bad Request
400 NBError Bad Request
500 NBError Internal Server Error
Generated using TypeDoc
Get category list handler