GET api/user/all?emailAddress={emailAddress}
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 |
Body Parameters
None.
Response Information
Resource Description
PortalUserAllName | Description | Type | Additional information |
---|---|---|---|
Subscription |
Subscription level of user |
string |
None. |
AllActionsBySubscription |
All users actions |
Collection of MyAction |
None. |
AllCompletedActions |
All users actions |
Collection of UserAction |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.