-
Notifications
You must be signed in to change notification settings - Fork 1
Data Type: User
sdepold edited this page Sep 13, 2010
·
2 revisions
User records represent a single user of the site, who may or may not be a seller
| parameter | value | description |
|---|---|---|
|
id |
The user id |
|
|
name |
The username |
|
|
restful-path |
The path to this user resource |
|
|
city |
The city the user lives in |
|
|
is-seller |
Fixed: true, false |
true if user is a seller
|
|
transaction-sold-count |
How many items where sold by this user |
|
|
bio |
A short description about this user |
|
|
sex |
One of:
|
The users gender
|
|
image |
complexType (repeating) |
A list of images for this user
|
|
image-40×40 |
The URL to the image with the size 40×40 pixels
|
|
|
image-80×80 |
The URL to the image with the size 80×80 pixels
|
|
|
image-170x |
The URL to the image with the size 170x pixels
|