Get all enquiries for a specific office/agency
Get all enquiries for a specific office/agency
| URL: | https://api.trademe.co.nz/v1/Property/Enquiries/Office.{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
| file_format | Enumeration (required) | The format of the response. | ||||
|---|---|---|---|---|---|---|
|
||||||
Query String parameters
| endDate | String (optional) |
Filter enquiries up to this date (YYYY-MM-DD format). |
|---|---|---|
| page | String (optional) |
The page number to retrieve. Defaults to 1. |
| pageSize | String (optional) |
The number of items per page. Defaults to 50, maximum 200. |
| startDate | String (optional) |
Filter enquiries from this date onwards (YYYY-MM-DD format). |
Returns
<OfficeEnquiriesCollectionResponse>
OfficeEnquiriesCollectionResponse
| Page | Integer |
The current page number |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PageSize | Integer |
The number of items per page |
||||||||||||||||||||||||||||||||||
| TotalCount | Integer |
The total count of enquiries across all pages |
||||||||||||||||||||||||||||||||||
| List | Collection of <OfficeEnquiryResponse> or null |
The list of enquiries for this page |
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||