---
title: "Gets a feedback summary for a user."
method: GET
path: "/v4/users/{userId}/feedback/summary"
tags: ["Users"]
---

# Gets a feedback summary for a user.

`GET /v4/users/{userId}/feedback/summary`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- GetFeedbackSummaryResponse
  - `userId` integer
  - `lastMonth` FeedbackSummaryItem
    - `totalPositive` integer
    - `totalNegative` integer
  - `lastSixMonth` FeedbackSummaryItem
    - `totalPositive` integer
    - `totalNegative` integer
  - `lastTwelveMonth` FeedbackSummaryItem
    - `totalPositive` integer
    - `totalNegative` integer

---

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