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/new

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

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.

IncompleteOnlyboolean

IncompleteOnly

CompleteOnlyboolean

CompleteOnly

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

URI for the first page of results.

LastPageUristring

URI for the last page of results.

PreviousPageUristring

URI for the previous page of results. Empty string if on first page.

NextPageUristring

URI for the next page of results. Empty string if on last page.