Retrieve member feedback counts
Returns feedback summary information for a member.
URL: | https://api.trademe.co.nz/v1/member/{memberId}/FeedbackCount.{file_format} |
---|---|
HTTP Method: | GET |
Requires Authentication? | Yes |
Permission Required: | None |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
memberId | Integer (required) |
The ID of the member to retrieve feedback summary information for. |
||||
---|---|---|---|---|---|---|
file_format | Enumeration (required) | The format of the response. | ||||
|
Query String parameters
since | DateTime (optional) |
Ignores any feedback from before this date. |
---|
Returns
<FeedbackCount>
TotalCount | Integer | TotalCount |
---|---|---|
TotalPositive | Integer | TotalPositive |
UniquePositive | Integer | UniquePositive |
TotalNeutral | Integer | TotalNeutral |
TotalNegative | Integer | TotalNegative |
UniqueNegative | Integer | UniqueNegative |
Nickname | String or null | Nickname |
LastLoggedIn | DateTime | LastLoggedIn |
DateJoined | DateTime | DateJoined |
TwoMonthListingCount | Integer | TwoMonthListingCount |
IsAuthenticated | Boolean | IsAuthenticated |