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 |
The total of the feedback taking unique postive and negative counts into account. |
|---|---|---|
| TotalPositive | Integer |
The number of positive feedback given. |
| UniquePositive | Integer |
The number of individuals who have left feedback. |
| TotalNeutral | Integer |
The number of neutral feedback given. |
| TotalNegative | Integer |
The number of negative feedback given. |
| UniqueNegative | Integer |
The number of negative feedback given. |
| Nickname | String or null |
The nickname of the member. Some characters may be changed, if we determine it is necessary to protect the member's privacy. |
| LastLoggedIn | DateTime |
The time the member last logged in. |
| DateJoined | DateTime |
The date the member joined. |
| TwoMonthListingCount | Integer |
The number of listing in the past 2 months by this member. |
| IsAuthenticated | Boolean |
Indicates whether the member has been authenticated. |