GET
/
results
/
new
Returns result information for one or more users based on filters provided.
curl --request GET \
  --url https://api.smartermeasure.com/v3/results/new \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

Basic authentication with username and password

Query Parameters

UserID
string

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

InternalID
string

InternalID

FirstName
string

FirstName

LastName
string

LastName

EmailAddress
string

EmailAddress

Gender
string

Gender

AdminGroupUserName
string

AdminGroupUserName

TestingGroupUserName
string

TestingGroupUserName

IncludeAccountRequestedData
boolean
default:false

IncludeAccountRequestedData

StartDate
string

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

EndDate
string

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

UpdateStartDate
string

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

UpdateEndDate
string

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

CompletionStartDate
string

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

CompletionEndDate
string

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

IncompleteOnly
boolean
default:false

IncompleteOnly

CompleteOnly
boolean
default:false

CompleteOnly

StartRecord
integer
default:1

StartRecord

EndRecord
integer
default:50

EndRecord

Response

200

A list of user results.