GET api/stats/portals/{roleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
roleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RightmovePropertyStatsDataContractName | Description | Type | Additional information |
---|---|---|---|
PortalId | globally unique identifier |
None. |
|
PortalName | string |
None. |
|
PortalSpecification | string |
None. |
|
IsCurrentlyAPremiumListing | boolean |
None. |
|
IsCurrentlyAFeaturedProperty | boolean |
None. |
|
TotalSummaryViews | integer |
None. |
|
TotalDetailedViews | integer |
None. |
|
RightmoveStatsLastExportedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PortalId": "09c1b7e0-2dc8-40cc-a8a8-e0a5a9309502", "PortalName": "sample string 2", "PortalSpecification": "sample string 3", "IsCurrentlyAPremiumListing": true, "IsCurrentlyAFeaturedProperty": true, "TotalSummaryViews": 1, "TotalDetailedViews": 1, "RightmoveStatsLastExportedDate": "2025-07-31T01:58:31.1412967Z" }, { "PortalId": "09c1b7e0-2dc8-40cc-a8a8-e0a5a9309502", "PortalName": "sample string 2", "PortalSpecification": "sample string 3", "IsCurrentlyAPremiumListing": true, "IsCurrentlyAFeaturedProperty": true, "TotalSummaryViews": 1, "TotalDetailedViews": 1, "RightmoveStatsLastExportedDate": "2025-07-31T01:58:31.1412967Z" } ]