---
title: "Get all reward requests"
method: GET
path: "/v2/reward-system/reward-requests"
tags: ["RewardSystem"]
---

# Get all reward requests

`GET /v2/reward-system/reward-requests`

## Query parameters

- `Limit` integer, nullable
- `Offset` integer, nullable
- `CreatedSince` integer, nullable
- `UpdatedSince` integer, nullable

## Response `200`

Returns all reward requests of the company.

- PaginationWrapperViewModelOfRewardRequestOverviewViewModel
  - `count` integer
  - `maxCount` integer
  - `records` RewardRequestOverviewViewModel[], nullable
    - `id` string, guid
    - `title` string, nullable
    - `internalReference` string, nullable
    - `recipientEmail` string, nullable
    - `status` EnumerationViewModel
      - `id` integer
      - `value` string, nullable
    - `isDeletable` boolean
    - `reward` RewardViewModel
      - `payout` PayoutRewardViewModel
        - `payoutId` string, nullable
        - `amount` MoneyViewModel
          - `value` number
          - `currency` string, nullable
        - `severity` EnumerationViewModel
          - `id` integer
          - `value` string, nullable
    - `createdBy` RewardSystemUserViewModel
      - `userId` string, guid
      - `userName` string, nullable
      - `avatarUrl` string, nullable
      - `role` string, nullable
      - `email` string, nullable
    - `createdAt` integer
    - `claimedBy` ResearcherViewModel
      - `userId` string, guid
      - `userName` string, nullable
      - `avatarUrl` string, nullable
      - `role` string, nullable
      - `ranking` ResearcherRankingViewModel
        - `rank` integer
        - `reputation` integer
        - `streak` EnumerationViewModel
          - `id` integer
          - `value` string, nullable
      - `identityChecked` boolean
    - `claimedAt` integer, nullable
    - `lastUpdatedAt` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/intigriti/apis/intigriti-v2-0.md) · [All operations](https://skmtc.net/intigriti/apis/intigriti-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intigriti/intigriti-v2-0/revisions/1b06e77734e9/schema)
