POST api/stats/RecordVisit/{pageType}/{entityId}?roleId={roleId}

Record and timestamp a visit to a 'page' on Rezi.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageType

'GroupHub', 'PropertyHub', 'MarketingHub', 'PersonHub', 'SalesProgressionHub' or 'PreTenancyHub'

string

Required

entityId

The relative entitiyId e.g. GroupId or PropertyId

integer

Required

roleId

The RoleId if applicable (can be null if omitted)

integer

None.

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Stats.Query.VisitedPageResponseDataContract
NameDescriptionTypeAdditional information
EntityId

integer

None.

PageType

string

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "EntityId": 1,
  "PageType": "sample string 2",
  "IsSuccess": true
}