Retrieve a list of members for a fixed price offer
Returns a list of members you can make a fixed price offer to for a particular auction.
URL: | https://api.trademe.co.nz/v1/FixedPriceOffers/{listingId}/Members/{filter}.{file_format} |
---|---|
HTTP Method: | GET |
Requires Authentication? | Yes |
Permission Required: | MyTradeMeRead: Read your membership & listing data. |
Supported Formats: | XML, JSON |
Rate Limited? | Yes |
URL parameters
listingId | Integer (required) |
The listing ID of the auction you wish to make a fixed price offer for. The listing must be closed. |
||||
---|---|---|---|---|---|---|
filter | String (required) |
Filters the returned list to a subset of possible members ("All", "Bidders" - only return bidders, "Watchers" - only return watchers). |
||||
file_format | Enumeration (required) | The format of the response. | ||||
|
Returns
<FixedPriceOfferMembersResponse>
Details on whether the operation was successful.
Success | Boolean |
Indicates whether the operation was successful. |
||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description | String or null |
The description of the error, if the operation failed. |
||||||||||||||||||||||||||||||||||
Watchers | Collection of <Member> or null |
The watchers on the listing |
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Bidders | Collection of <Member> or null |
The bidders on the listing |
||||||||||||||||||||||||||||||||||
(This type has already been defined) |