v2

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-0911456.6 KB

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

get/results

Query parameters

UserIDstring

This can be a comma sep. list of SmarterMeasure user IDs.

InternalIDstring

InternalID

FirstNamestring

FirstName

LastNamestring

LastName

EmailAddressstring

EmailAddress

Genderstring

Gender

AdminGroupUserNamestring

AdminGroupUserName

TestingGroupUserNamestring

TestingGroupUserName

ExtendedDatastring

ExtendedData - If passed in, the results will include the detailed scores for the sections passed in here. This is a comma delimited list. Valid data points are LifeFactors, LearnStyles, PersonalAttributes, TechComp, TechKnowledge, Demographic.

IncludeAccountRequestedDataboolean

IncludeAccountRequestedData

StartDatestring

StartDate - When wanting to filter by date started, this is the start date of the date range.

EndDatestring

EndDate - When wanting to filter by date started, this is the end date of the date range.

UpdateStartDatestring

UpdateStartDate - When wanting to filter by date updated, this is the start date of the date range.

UpdateEndDatestring

UpdateEndDate - When wanting to filter by date updated, this is the end date of the date range.

CompletionStartDatestring

CompletionStartDate - When wanting to filter by date completed, this is the start date of the date range.

CompletionEndDatestring

CompletionEndDate - When wanting to filter by date completed, this is the end date of the date range.

StartRecordinteger

StartRecord

EndRecordinteger

EndRecord

Response

A list of user results.

NumPagesstring

Total number of pages.

Pagestring

Current page number.

PageSizestring

Number of records per page.

Totalstring

Total number of records.

Startstring

Start record index for the current page.

Endstring

End record index for the current page.

FirstPageUristring
LastPageUristring
PreviousPageUristring

Empty string if on first page.

NextPageUristring

Empty string if on last page.