# Get a list of usage rate card assignments Endpoint: GET /usage-rate-card-assignments Version: 1.15 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" - `assignmentLevel` (string) Filter by assignment level - CUSTOMER, SITE or INVENTORY Example: "xyz | in:x,y | like:xyz" - `customerId` (string) Filter by customer Example: "0" - `siteId` (string) Filter by site Example: "0" - `usageProductInventoryId` (string) Filter by usage product inventory Example: "0" - `usageRateCardId` (string) Filter by usage rate card Example: "0" - `usageProductId` (string) Filter by usage product Example: "0" - `startDate` (string) Filter by start date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" - `endDate` (string) Filter by end date Example: "yyyy-MM-dd | lt:yyyy-MM-dd | gt:yyyy-MM-dd | gtn:yyyy-MM-dd" ## Response 200 fields (application/json): - `id` (integer) Usage rate card assignment identifier Example: 1 - `assignmentLevel` (string, required) Rate cards can be assigned at customer, site or product inventory levels - use the appropriate level to determine which fields are required. Example: "CUSTOMER, SITE or INVENTORY" - `usageRateCardId` (integer, required) Usage rate card identifier Example: 1 - `startDate` (string, required) Start date - `endDate` (string) End date ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields