GET api/stats/rightmove/{roleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
roleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Stats.Query.RightmovePropertyStatsDataContract
NameDescriptionTypeAdditional 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-04-19T21:44:21.9599498Z"
}