GET api/User?emailAddress={emailAddress}&userAction={userAction}
Returns all completed actions for all categories for a user
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
emailAddress |
Email Address of the User |
string |
Required |
userAction |
Flag to target thsi method TODO Fix |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UserActionName | Description | Type | Additional information |
---|---|---|---|
ActionId |
Action Id property |
string |
None. |
Id |
Id property |
string |
None. |
Name |
Name property |
string |
None. |
Category |
Category property |
integer |
None. |
Url |
Url property |
string |
None. |
Order |
Order property |
integer |
None. |
Score |
Score property |
integer |
None. |
NextAction |
The next action after this one |
integer |
None. |
Next |
Next property |
string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.