injected service use to handle the attribute 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 attributes by applying the following steps in sequence:
Parse the paginated list query (util.parsePaginatedListQuery)
Get the attribute list (attributeService.listPaginatedAttributes)
Return the attribute list
400 NBError Bad Request
Generated using TypeDoc
Get Attribute List Handler