---
title: "Get a finalScore details for user."
method: GET
path: "/v1/final_score/user"
tags: ["FinalScore"]
---

# Get a finalScore details for user.

`GET /v1/final_score/user`

## Query parameters

- `user_played_quiz` string, required

## Response `200`

- object
  - `data` object[]
    - `firstname` string
    - `img_key` string
    - `rank` integer
    - `response_time` integer
    - `score` integer
    - `username` string
  - `status` string

## Other responses

- `400` — Fail due to resource not exists
- `500` — Unexpected error occurred

## Changes

- **2024-10-07** `bd5d63501342` — 1 breaking, 3 info
  - added the new required `query` request parameter `user_played_quiz`
  - api operation id `RequestFinalScore` removed and replaced with `RequestFinalScoreForUser`
  - api tag `FinalScore` added
  - api tag `FinalScoreForUser` removed
- **2024-04-23** `72115e72e6a5` — 1 info
  - endpoint added
- **2024-02-08** `a2179d15ad2f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/improwised/apis/untitled-api/changes/v1/final_score/user/get.md)

---

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