website#viewpropertyvaluereport

Message

website user (data.agent) has viewed a listing (data.object) on a webiste or mobile app (data.instrument)

Payload Example(s) (generated)

{
  "topic": "realestate/website#viewpropertyvaluereport",
  "recipient": "https://bhhs.hsfaffiliates.com/profile/card#me",
  "time": "2023-02-08T23:34:08.331Z",
  "agent": "https://3023834.bhhs.hsfaffiliates.com/profile/card#me",
  "instrument": "https://3023834.bhhs.hsfaffiliates.com/profile/card#me",
  "source": "https://3023834.bhhs.hsfaffiliates.com/profile/card#me",
  "originalRecipient": "https://3023834.bhhs.hsfaffiliates.com/profile/card#me",
  "data": {
    "type": "ViewAction",
    "identifier":"nwurogb34tnoi3t",
    "agent": {
      "type": "Contact",
      "name": "Anonymous Visitor",
      "givenName": "Anonymous",
      "familyName": "Visitor",
      "email": "D9952B6A-FCC5-4F5F-BC46-277FD9A365D2@unknownemailaddy.com",
      "identifier": {
        "hsfconsumerid": "D9952B6A-FCC5-4F5F-BC46-277FD9A365D2"
      },
      "additionalProperty": {
        "userPath": "%3B404%3BHome%20Value%20|%20Leo%20Shut%20|%20Berkshire%20Hathaway%20HomeServices%3B1",
        "workingWithAgent": false
      }
    },
    "participant": {
      "type": "RealEstateAgent",
      "id": "https://3023834.bhhs.hsfaffiliates.com/profile/card#me"
    },
    "instrument": {
      "type": "RealEstateWebsite",
      "url": "https://3023834.bhhs.hsfaffiliates.com/profile/card#me"
    },
    "object": {
      "type": "PropertyValueReport",
      "name": "LOT:W BLK:79501 CITY/MUNI/TWP:WEST SPRINGFIELD ",
      "dateCreated": "2023-02-08T11:34:07",
      "result": {
        "type": "MonetaryAmount",
        "minValue": 282900,
        "maxValue": 407100,
        "value": 345000,
        "currency": "USD"
      },
      "about": {
        "type": "RealEstateProperty",
        "propertyType": "Single Family",
        "addressCountry": "US",
        "addressLocality": "WEST SPRINGFIELD",
        "addressRegion": "MA",
        "image": [],
        "latitude": 42.111904,
        "livingArea": {
          "type": "QuantitativeValue",
          "unitCode": "SqFt",
          "unitText": "Square Feet",
          "value": 1104
        },
        "longitude": -72.68681,
        "lotSize": {
          "type": "QuantitativeValue",
          "unitCode": "SqFt",
          "unitText": "Square Feet",
          "value": 15264
        },
        "numberOfBathrooms": 2,
        "numberOfBedrooms": 3,
        "postalCode": "01089",
        "streetAddress": "113 SIKES AVE",
        "yearBuilt": 1988,
        "additionalProperty": {
          "score": 82,
          "parcelId": "WSPR M:00235 B:79501 L:0000W",
          "averageSalePrice": {
            "type": "PriceSpecification",
            "price": 298400,
            "priceCurrency": "USD"
          },
          "nonDisclosureProperty": false,
          "taxAssessedValue": {
            "type": "MonetaryAmount",
            "amount": 233700,
            "currency": "USD"
          },
          "taxAssessedYear": 2022,
          "neighborhoodName": "AMOSTOWN",
          "useNeighborhoodDataForCharts": true,
          "ownerName": "KOLESNICHENKO,ANDREY",
          "ownerOccupied": "N",
          "ownersEstimatedEquity": {
            "@type": "MonetaryAmount",
            "amount": 1055000,
            "currency": "USD"
          },
          "firstLoanPrice": {
            "@type": "MonetaryAmount",
            "amount": 296000,
            "currency": "USD"
          },
          "firstLoanLenderName": "MORTGAGE NETWORKS INC",
          "secondLoanPrice": {
            "@type": "MonetaryAmount",
            "amount": 0,
            "currency": "USD"
          },
          "lastRefinanceLoanVal1": {
            "@type": "MonetaryAmount",
            "amount": 1400000,
            "currency": "USD"
          },
          "lastRefinanceLenderName1": "MONSON SAVINGS BANK",
          "lastRefinanceLoanVal2": {
            "@type": "MonetaryAmount",
            "amount": 0,
            "currency": "USD"
          }
        }
      }
    },
    "originatingSystem": {
        "type": "SoftwareApplication",
        "name": "RDesk",
        "description": "User Created.",
        "url": "http://www.rdeskwebsite.com/"
    },
    "event": {
      "type": "Event",
      "name": "Property Showing  64 Buttercup Lane, South Grafton, MA, USA",
      "description": "",
      "subEvents": [
        {
          "type": "Campaign",
          "name": "A good campaign name",
          "id": "ire:1d2995307f2c48ae9543caf586f43f9b",
          "url": "https://www.bhhspro.com/mentor/steve-baird/cid-356481/oh/889-hartford-drive-44035/pid-338005633",
          "contactGroup": [
            {
              "type": "Collection",
              "name": "Topic 1"
            },
            {
              "type": "Collection",
              "name": "Topic 2"
            }
          ]
        }
      ]
    },
    "recipient": {}
  },
  "@id": "https://aem.bhhs.hsfaffiliates.com/publish/1d2995307f2c48ae9543caf586f43f9b",
  "id": "https://aem.bhhs.hsfaffiliates.com/publish/1d2995307f2c48ae9543caf586f43f9b",
  "timestamp": 1675899248331
}

Payload

NameTypeDescription
(root)object-
topicstringconst ("realestate/website#viewpropertyvaluereport")
timestring<date-time>!date & time the event was produced
agentstring<uri>!event publisher
instrumentstring<uri>!the application that produced the event
sourcestring<uri>associated RealEstate{Agent,Office,Organization}
originalRecipientstring<uri>it helps you determine the subscription that delivered the event to you
recipientObject
dataobjectthe message payload. RANGE: AddAction
data.typestring!The item type (Linked-Data @type)
data.identifierstringunique identifier
data.agentobject!the website user. RANGE: Contact, Person
data.participantobject!the website user. RANGE: type, id
data.instrumentobjectwebsite or mobile application. RANGE: RealEstateWebsite, MobileApplication, Thing
data.objectobject!the viewed property. RANGE: PropertyListing
data.event.typeobjecttype of the event e.g Campaign
data.event.namestringany string name
data.event.idstringformat (uri)
data.event.urlstringurl of the event
data.event.subEventsarrayarray of subEvents
data.originatingSystemobjectthe original system where this item was created. Can be of type Thing or any sub-type.

Headers

NameTypeDescription
(root)object-
timestringdate & time the event was produced format (date-time)
agentstringif you are a multi-tenant app, then the agent is the user associated with the event data. any future events related to this message will be sent to the same agent/recipient format (uri)
instrumentstringthe app or service that produced the event on behalf of the agent/user format (uri)
sourcestringa copy of the event was sent to the source(s). format (uri)
originalRecipientstringthe originalRecipient helps you determine the subscription that delivered the event to you. if the originalRecipient is the same as the agent, then the you are subscribed to the agent. if the originalRecipient is different from the agent, then you are subscribed to the event source format (uri)
idstringthe Event ID (aka "Publish ID") is the immutable canonical identifier for the event. it is a URI that is unique to the event and will not change. all subscribers will receive the same id for the same event. format (uri)
@idstringformat (uri)

Tools