# Get the suspense records Get the suspense records for a rental product inventory, site or customer Endpoint: GET /rental-suspense-records Version: 1.5 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" - `rentalProductInventoryId` (string) Return based on rental product inventory identifier Example: "0" - `customerId` (string) Filter based on customer identifier Example: "0" - `siteId` (string) Filter based on site identifier Example: "0" ## Response 200 fields (application/json): - `id` (integer) Rental rated buy identifier Example: 1 - `rentalProductInventoryId` (integer, required) Rental product inventory identifier Example: 1 - `customerId` (integer) Customer identifier - `siteId` (integer) Site identifier - `creationDate` (string) Created date - `suspenseReason` (string) Suspense reason Example: "Cannot find a rate in the rate card" ## Response 400 fields ## Response 401 fields ## Response 403 fields