---
title: "Returns result information for one or more users based on filters provided."
method: GET
path: "/results"
---

# Returns result information for one or more users based on filters provided.

`GET /results`

## Query parameters

- `UserID` string
- `InternalID` string
- `FirstName` string
- `LastName` string
- `EmailAddress` string
- `Gender` string
- `AdminGroupUserName` string
- `TestingGroupUserName` string
- `ExtendedData` string
- `IncludeAccountRequestedData` boolean
- `StartDate` string
- `EndDate` string
- `UpdateStartDate` string
- `UpdateEndDate` string
- `CompletionStartDate` string
- `CompletionEndDate` string
- `StartRecord` integer
- `EndRecord` integer

## Response `200`

A list of user results.

- object
  - `NumPages` string — Total number of pages.
  - `Page` string — Current page number.
  - `PageSize` string — Number of records per page.
  - `Total` string — Total number of records.
  - `Start` string — Start record index for the current page.
  - `End` string — End record index for the current page.
  - `FirstPageUri` string
  - `LastPageUri` string
  - `PreviousPageUri` string — Empty string if on first page.
  - `NextPageUri` string — Empty string if on last page.
  - `User` union — One or more user result records. Returns an object when there is a single result, or an array when there are multiple 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
    - 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/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)
