injected API use to handle user related operations
injected API use to handle catalog related operations
injected API use to handle organization related operations
injected service use to handle order related operations
injected logger use to handle logging
request context [headers, body, params, query].
params.orgId
is required200 Status OK
This handler is used to get orders for an organization by applying the following steps in sequence:
Checks orgId provided
Performs pagination query using query params
Applies expansion using query params
Returns paginated list
Error
400 NBError Bad Request
Generated using TypeDoc
Get orders for organization handler