GET 17.0/database/propertywebviewings/{propertyid}/{viewdate}

Description

Retrieve Property Web Viewings

URI Parameters

Name Description Type Additional information
propertyID

integer

Required

viewDate

date

Required

None.

None.

Name Description Type Additional information
PropertyID

integer

None.

ViewDate

date

None.

Total

integer

None.

application/json, text/json

Sample:
{
  "propertyID": 1,
  "viewDate": "2025-01-09T20:36",
  "total": 3
}

application/xml, text/xml

Sample:
<PropertyWebViewings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyID>1</PropertyID>
  <ViewDate>2025-01-09T20:36:20.8438419+00:00</ViewDate>
  <Total>3</Total>
</PropertyWebViewings>