GET api/Account/Products?email={email}
Get a list of Product ID's for the specified user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
User's email address. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of Product ID's.
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]