---
title: "Returns results for a specific user."
method: GET
path: "/users/{userid}/results"
---

# Returns results for a specific user.

`GET /users/{userid}/results`

## Path parameters

- `userid` number, required

## Response `200`

User results.

- UserResultSummary
  - `RowNumber` string
  - `UserId` string
  - `InternalId` string
  - `CompletionPercentage` string — Percentage of the assessment completed (0-100).
  - `DateTimeTaken` string, date-time
  - `DateTimeLastUpdated` string, date-time
  - `DateTimeCompleted` string, date-time
  - `Account` object
    - `Id` string
    - `Name` string
  - `FirstName` string
  - `LastName` string
  - `EmailAddress` string, email
  - `AssessmentResults` object[] — Completion status for each assessment section.
    - `Title` string — Human-readable section name.
    - `Code` string — Section code identifier (e.g. LearnStyles, LifeFactors).
    - `IsComplete` string — Whether the section is complete. 1 = complete, 0 = incomplete.
    - `AttemptNumber` string
    - `Percent` string — Percentage score. Only present when IsComplete is 1.
    - `Readiness` string — Readiness determination (pass, fail, question). Only present when IsComplete is 1.
    - `Primary` string — Primary learning style(s). Only present for the LearnStyles section.
    - `DateTimeCompleted` string, date-time

## Changes

- **2026-06-09** `793d3e626da1` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/smarterservices/apis/multi-server-api/changes/users/:userid/results/get.md)

---

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