GET api/User?emailAddress={emailAddress}&allCategories={allCategories}

Returns the all scores for all categories for a user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
emailAddress

Email Address of the User

string

Required

allCategories

Category of the Score Required

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of UserScore
NameDescriptionTypeAdditional information
Category

Category property

string

None.

NextAction

Next action

integer

None.

Score

Score property

integer

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.