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 RightmovePropertyStatsDataContract| Name | 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": "d229b538-5d93-4ec9-92af-64473f19916d",
"PortalName": "sample string 2",
"PortalSpecification": "sample string 3",
"IsCurrentlyAPremiumListing": true,
"IsCurrentlyAFeaturedProperty": true,
"TotalSummaryViews": 1,
"TotalDetailedViews": 1,
"RightmoveStatsLastExportedDate": "2025-12-09T19:40:09.7444826Z"
},
{
"PortalId": "d229b538-5d93-4ec9-92af-64473f19916d",
"PortalName": "sample string 2",
"PortalSpecification": "sample string 3",
"IsCurrentlyAPremiumListing": true,
"IsCurrentlyAFeaturedProperty": true,
"TotalSummaryViews": 1,
"TotalDetailedViews": 1,
"RightmoveStatsLastExportedDate": "2025-12-09T19:40:09.7444826Z"
}
]