GET api/stats/rightmove/{roleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
roleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "2023-02-04T23:11:42.2577435Z" }