# List price adjustments Returns a paginated list of Price Adjustments for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/price-adjustment Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "adjustmentAmount", "adjustmentMethod", "associatedResourceType", "description", "totalChange", "totalChangeTax", "totalEarned", "totalEarnedTax", "triggeringResourceType" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `adjustmentAmount` (string) Base adjustment amount as a decimal string (may represent fixed amount or percentage depending on method). - `adjustmentMethod` (string) Method used to calculate the adjustment (e.g., fixed amount, percentage). - `adjustmentType` (string) High-level type of price adjustment. Enum: "user", "credit", "rounding", "discount", "surcharge" - `associatedResourceId` (string) Identifier of the resource this adjustment is associated with. Example: "123e4567-e89b-12d3-a456-426614174000" - `associatedResourceType` (string) Type of resource this adjustment is associated with (e.g., invoice, invoiceLine, estimate). - `description` (string) Human-readable description of the price adjustment. - `isActive` (boolean) Whether this price adjustment is currently active. - `isConsuming` (boolean) Whether this adjustment consumes a benefit or credit balance. - `totalChange` (string) Total change in amount (excluding tax) caused by this adjustment, as a decimal string. - `totalChangeTax` (string) Total change in tax amount caused by this adjustment, as a decimal string. - `totalEarned` (string) Total amount earned (excluding tax) as a result of this adjustment, as a decimal string. - `totalEarnedTax` (string) Total tax amount earned as a result of this adjustment, as a decimal string. - `triggeringResourceId` (string) Identifier of the resource that triggered this adjustment, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `triggeringResourceType` (string) Type of resource that triggered this adjustment, if applicable. - `wellnessPlanBenefitId` (string) Associated wellness plan benefit, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `wellnessPlanId` (string) Associated wellness plan, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" - `wellnessPlanMembershipId` (string) Associated wellness plan membership, if applicable. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields