Gets the counts for listing statistics from homes
Retrieves the counts for listing statistics from homes
URL: | https://api.trademe.co.nz/v1/Property/Office/{officeMemberId}/HomesListingStatistics/{listingId}.{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
officeMemberId | String (required) | |||||
---|---|---|---|---|---|---|
listingId | String (required) | |||||
file_format | Enumeration (required) | The format of the response. | ||||
|
Query String parameters
from_date | String (optional) | |
---|---|---|
to_date | String (optional) |
Returns
<HomesListingStats>
A response containing Homes listing ID and list of counts per day.
ListingId | Long Integer |
TM Listing ID |
|||||||
---|---|---|---|---|---|---|---|---|---|
HomesListingId | String or null |
Homes Listing ID |
|||||||
TotalEmailEnquiryCount | Integer |
Total email enquiry count |
|||||||
TotalClickToCallCount | Integer |
Total click to call count |
|||||||
TotalViewCount | Integer |
Total view count |
|||||||
EmailEnquiryCount | Integer |
Email enquiry count within date range |
|||||||
ClickToCallCount | Integer |
Click to call count within date range |
|||||||
ViewCount | Integer |
View count within date range |
|||||||
DailyActivity | Collection of <DailyListingActivity> or null |
List of view counts per date |
|||||||
|