GET api/User?emailAddress={emailAddress}&allCategories={allCategories}
Returns the all scores for all categories for a user
Request Information
URI Parameters
Name | Description | Type | Additional 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 UserScoreName | Description | Type | Additional 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.