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 | Integer | ListingId | |||||||
---|---|---|---|---|---|---|---|---|---|
HomesListingId | String or null | HomesListingId | |||||||
TotalEmailEnquiryCount | Integer | TotalEmailEnquiryCount | |||||||
TotalClickToCallCount | Integer | TotalClickToCallCount | |||||||
TotalViewCount | Integer | TotalViewCount | |||||||
EmailEnquiryCount | Integer | EmailEnquiryCount | |||||||
ClickToCallCount | Integer | ClickToCallCount | |||||||
ViewCount | Integer | ViewCount | |||||||
DailyActivity | Collection of <DailyListingActivity> or null | DailyActivity | |||||||
|