Retrieve all enquiries made for a specific listing
Retrieve all enquiries made for a specific listing.
URL: | https://api.trademe.co.nz/v1/listings/{listingId}/enquiries.{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 id of listing to get enquiries for. |
||||
---|---|---|---|---|---|---|
file_format | Enumeration (required) | The format of the response. | ||||
|
Query String parameters
endTime | DateTime (optional) |
The end datetime to return enquiries until. Optional. |
---|---|---|
page | Integer (optional) |
The page number of the set of results to return, starting from 1. Defaults to 1. |
rows | Integer (optional) |
The number of results per page; also the maximum number of results to return. Defaults to 50. |
startTime | DateTime (optional) |
The start datetime to return enquiries from. Optional. |
Returns
<Enquiries>
A collection of enquiries
TotalCount | Integer | TotalCount | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Page | Integer | Page | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PageSize | Integer | PageSize | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
List | Collection of <Enquiry> or null | InnerList | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|