POST api/stats/RecordVisit/{pageType}/{entityId}?roleId={roleId}
Record and timestamp a visit to a 'page' on Rezi.
Request Information
URI Parameters
| Name | Description | Type | Additional 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
VisitedPageResponseDataContract| Name | Description | Type | Additional 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
}