# Get a list of RPI and Customer Contract assignments Endpoint: GET /customer-contract-assignments Version: 1.11 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `id` (string) Filter by id Example: "0" - `customerContractId` (string) Filter by customer contract Example: "0" - `rentalProductInventoryId` (string) Filter by RPI Example: "0" - `active` (string) Filter active contract assignments Example: "true | false" ## Response 200 fields (application/json): - `id` (integer) Customer contract identifier Example: 1 - `rentalProductInventoryId` (integer, required) Rental Product Inventory identifier - `customerContractId` (integer, required) Customer contract identifier to assign RPI - must be same customer (+ optionally site) as RPI - `createdDate` (string) Date when this customer contract assignment was created - `active` (boolean) is the customer contract assignment active ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields