---
title: "Returns all rewards configuration - either available or not"
method: GET
path: "/v1/pvt/RewardConfigurations"
tags: ["RewardConfigurations"]
---

# Returns all rewards configuration - either available or not

`GET /v1/pvt/RewardConfigurations`

## Query parameters

- `IsActive` boolean, nullable
- `PageNumber` integer
- `PageSize` integer

## Response `200`

- BaseExternalApiListResponseOfRewardConfigResponse — Base List response model methods
  - `Items` object[], nullable — Collection with the found entities on the bonifiq DB.
    - `Id` integer — Reward configuration ID.
    - `Title` string — Reward Title.
    - `Description` string — Reward Description.
    - `IsActive` boolean — If true the reward is active and can be "granted".
    - `Value` number — Value for the reward being used.
    - `Points` number — Amoiunt of points for this reward.
    - `RewardType` 0 | 1 | 2 | 3 | 4 — 0 = PercentDiscountCoupon 1 = ValueDiscountCoupon 2 = FreightDiscountCoupon 3 = PointToCashback 4 = Customized
  - `TotalItemCount` integer — Total of rewards Configurations founds.
  - `PageSize` integer — Pagination size
  - `PageNumber` integer — Actual Page Number
  - `HasNextPage` boolean — true if there is another page to be load.
  - `HasError` boolean — If true the request had an error.
  - `ErrorMessages` string[] — List with the error messages

---

[API](https://skmtc.net/bonifiq/apis/bonifiq-private-apis.md) · [All operations](https://skmtc.net/bonifiq/apis/bonifiq-private-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bonifiq/bonifiq-private-apis/revisions/fafbe5673edc/schema)
