GET api/stats/portals/{roleId}

Portals. Processes this stats API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
roleId

The unique identifier of the role resource.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

Collection of RightmovePropertyStatsDataContract
NameDescriptionTypeAdditional information
PortalId

The unique identifier of the related portal resource.

globally unique identifier

None.

PortalName

The portal name value.

string

None.

PortalSpecification

The portal specification value.

string

None.

IsCurrentlyAPremiumListing

Indicates whether this item is currently a premium listing.

boolean

None.

IsCurrentlyAFeaturedProperty

Indicates whether this item is currently a featured property.

boolean

None.

TotalSummaryViews

The total summary views value.

integer

None.

TotalDetailedViews

The total detailed views value.

integer

None.

RightmoveStatsLastExportedDate

The rightmove stats last exported date, expressed as a date and time.

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PortalId": "6b6fa01f-1e7b-493d-b26a-dc095ccb4b70",
    "PortalName": "sample string 2",
    "PortalSpecification": "sample string 3",
    "IsCurrentlyAPremiumListing": true,
    "IsCurrentlyAFeaturedProperty": true,
    "TotalSummaryViews": 1,
    "TotalDetailedViews": 1,
    "RightmoveStatsLastExportedDate": "2026-07-23T08:21:58.360924Z"
  },
  {
    "PortalId": "6b6fa01f-1e7b-493d-b26a-dc095ccb4b70",
    "PortalName": "sample string 2",
    "PortalSpecification": "sample string 3",
    "IsCurrentlyAPremiumListing": true,
    "IsCurrentlyAFeaturedProperty": true,
    "TotalSummaryViews": 1,
    "TotalDetailedViews": 1,
    "RightmoveStatsLastExportedDate": "2026-07-23T08:21:58.360924Z"
  }
]