v1

latestOpenAPI 3.1.02026-07-241050242.7 KB

/events

Search for events.

get/events

Query parameters

limitinteger

Number of results to return. (Max 100.)

nextstring

To get the next page of results, set this to the value returned in _metadata.next, or use the URL from _metadata.nextLink directly.

offsetinteger

Specifies the number of rows to skip, before starting to return results. (For more efficient paging, please use the "next" parameter instead.)

personIdinteger

Find all events related to a person.

typestring

Comma separated list of one or more of the following: "Registration", "Inquiry", "Seller Inquiry", "Property Inquiry", "General Inquiry", "Viewed Property", "Saved Property", "Visited Website", "Incoming Call", "Unsubscribed", "Property Search", "Saved Property Search", "Visited Open House" or "Viewed Page".

hasPropertyboolean

Filters based on whether a property is associated with an event or not.

propertyAddressstring

Searches property addresses for a given value, including partial matches.

Response

200

Example response

{
  "_metadata": {
    "collection": "events",
    "limit": 1,
    "total": 1000,
    "next": "eyJzaW5jZUlkIjoxMjYzMn0",
    "nextLink": "https://api.reclients.com/v1/events?updatedAfter=1980-01-01T00%3A00%3A00Z&next=eyJzaW5jZUlkIjoxMjYzMn0"
  },
  "events": [
    {
      "id": 132,
      "created": "2014-05-05T19:38:27Z",
      "updated": "2014-05-05T19:38:27Z",
      "personId": 12264,
      "message": "I am interested in 6825 Mulholland Dr, ...",
      "description": "Move-in: 12/28/2013",
      "noteId": 32,
      "source": "Zillow",
      "type": "Property Inquiry",
      "property": {
        "street": "6825 Mulholland Dr",
        "city": "Los Angeles",
        "state": "CA",
        "code": "90068",
        "mlsNumber": "14729339",
        "price": "310000",
        "forRent": "0",
        "url": "http://www.zillow.com/homedetails/6825-Mulholland-Dr-Los-Angeles-CA-90068/2109065822_zpid/",
        "type": "Residential",
        "bedrooms": "0"
      },
      "propertySearch": {
        "type": "Residential",
        "neighborhood": "Hollywood",
        "city": "Los Angeles",
        "state": "CA",
        "code": "90068",
        "minPrice": 300000,
        "maxPrice": 500000,
        "maxBedrooms": 2,
        "minBathrooms": 1,
        "maxBathrooms": 2,
        "minArea": 100,
        "maxArea": 1200,
        "action": "ADD",
        "zillowSsid": "1234",
        "keywordList": [
          "Downtown"
        ],
        "statusTypes": [
          "pending"
        ],
        "minYearBuilt": 1930,
        "minParkingSpot": 1
      }
    }
  ]
}
All 105 operations