Service Orders
List a customer's service items
Returns a paginated list of customer's service items.
🔒 Requires: services:read scope
get/service_items/customer/{customer_id}
Path parameters
customer_idstring required
The customer id
Query parameters
afterinteger
The lower limit for the service id to be included in the response. For proper pagination, it needs to be the item id of the last item in the response from your previous request.
limitinteger
The maximum number of items to be returned in the response.