GET api/stats/rightmove/{roleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
roleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Stats.Query.RightmovePropertyStatsDataContractName | Description | Type | Additional information |
---|---|---|---|
IsCurrentlyAPremiumListing | boolean |
None. |
|
IsCurrentlyAFeaturedProperty | boolean |
None. |
|
TotalSummaryViews | integer |
None. |
|
TotalDetailedViews | integer |
None. |
|
RightmoveStatsLastExportedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsCurrentlyAPremiumListing": true, "IsCurrentlyAFeaturedProperty": true, "TotalSummaryViews": 1, "TotalDetailedViews": 1, "RightmoveStatsLastExportedDate": "2024-11-21T09:31:00.5301877Z" }