---
title: "Fetch all Praise in a period for a given quantifier"
method: GET
path: "/api/periods/{periodId}/praise/quantifier/{quantifierId}"
tags: ["Periods"]
---

# Fetch all Praise in a period for a given quantifier

`GET /api/periods/{periodId}/praise/quantifier/{quantifierId}`

## Path parameters

- `periodId` string, required
- `quantifierId` string, required

## Response `200`

Period Praise items

- PraiseWithUserAccountsWithUserRefDto[]
  - `_id` string, required
  - `reasonRaw` string, required
  - `reason` string, required
  - `sourceId` string, required
  - `sourceName` string, required
  - `score` number, required
  - `receiver` UserAccountWithUserRefDto, required
    - `_id` string, required
    - `user` string
    - `accountId` string, required
    - `name` string, required
    - `avatarId` string
    - `platform` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `giver` UserAccountWithUserRefDto, required
    - `_id` string, required
    - `user` string
    - `accountId` string, required
    - `name` string, required
    - `avatarId` string
    - `platform` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `forwarder` UserAccountWithUserRefDto
    - `_id` string, required
    - `user` string
    - `accountId` string, required
    - `name` string, required
    - `avatarId` string
    - `platform` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `quantifications` Quantification[], required
    - `_id` string, required
    - `score` number, required
    - `scoreRealized` number, required
    - `dismissed` boolean, required
    - `duplicatePraise` string, required
    - `quantifier` string, required
    - `praise` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2023-08-23** `990e717b779e` — 1 info
  - endpoint added
- **2023-08-23** `abdaebb919d2` — 1 breaking
  - api path removed without deprecation
- **2023-08-17** `bc9e361c5d5d` — 3 breaking
  - the `items/forwarder/allOf[#/components/schemas/UserAccountWithUserRefDto]/name` response property's minLength was decreased from `4` to `2` for the response status `200`
  - the `items/giver/allOf[#/components/schemas/UserAccountWithUserRefDto]/name` response property's minLength was decreased from `4` to `2` for the response status `200`
  - the `items/receiver/allOf[#/components/schemas/UserAccountWithUserRefDto]/name` response property's minLength was decreased from `4` to `2` for the response status `200`
- **2023-05-12** `78c48cd67184` — 3 breaking
  - the `items/forwarder/allOf[#/components/schemas/UserAccountWithUserRefDto]/name` response property's maxLength was increased from `20` to `32` for the response status `200`
  - the `items/giver/allOf[#/components/schemas/UserAccountWithUserRefDto]/name` response property's maxLength was increased from `20` to `32` for the response status `200`
  - the `items/receiver/allOf[#/components/schemas/UserAccountWithUserRefDto]/name` response property's maxLength was increased from `20` to `32` for the response status `200`
- **2023-04-27** `e14b4c818c53` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/givepraise/apis/praise-api/changes/api/periods/:periodId/praise/quantifier/:quantifierId/get.md)

---

[API](https://skmtc.dev/givepraise/apis/praise-api.md) · [All operations](https://skmtc.dev/givepraise/apis/praise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/givepraise/praise-api/revisions/d960746392e5/schema)
