Developer Documentation
Platform Overview
Authentication
API Services
Overview Accounts Accounts: Associations Accounts: Metadata Accounts: Profile Appstore: Users Broker Distributions Broker Tours Consumers Consumers: Linked Agents Contacts Contacts: Activity Contacts: Export Contacts: Tags Contacts: Portal Accounts Developers: Identities Developers: Keys Developers: Authorizations Developers: Billing Summary Developers: Change History Developers: Domains Developers: News Feed Webhooks Developers: Roles Developers: Syndications Developers: Templates Developers: Usage Detail Developers: Usage Summary Devices Flexmls: Email Links Flexmls: Listing Meta Origins Flexmls: Listing Meta Translations Flexmls: Listing Meta Field List Translations Flexmls: Listing Reports Flexmls: Mapping Layers Flexmls: Mapping Shapegen IDX IDX Links Listing Carts Listing Carts: Portal/VOW Carts Incomplete Listings Incomplete Listings: Documents Incomplete Listings: Documents Metadata Incomplete Listings: Document Uploads Incomplete Listings: Floor Plans Incomplete Listings: FloPlans Incomplete Listings: Photos Incomplete Listings: Photos Metadata Incomplete Listings: Photo Uploads Incomplete Listings: Rooms Incomplete Listings: Tickets Incomplete Listings: Units Incomplete Listings: Videos Incomplete Listings: Videos Metadata Incomplete Listings: Virtual Tours Incomplete Listings: Virtual Tours Metadata Listings Listings: Clusters Listings: Documents Listings: Documents Metadata Listings: Floor Plans Listings: FloPlans Listings: Historical Listings: History Listings: Notes Listings: Search Parameters Listings: Open Houses Listings: Photos Listings: Photos Metadata Listings: Photo Uploads Listings: Document Uploads Listings: Rental Calendar Listings: Rooms Listings: Rules Listings: Tour of Homes Listings: Tickets Listings: Units Listings: Validation Listings: Videos Listings: Videos Metadata Listings: Virtual Tours Listings: Virtual Tours Metadata Listing Meta: Custom Fields Listing Meta: Custom Field Groups Listing Meta: Field Order Listing Meta: Field Relations Listing Meta: Property Types Listing Meta: Rooms Listing Meta: Standard Fields Listing Meta: Units Registered Listings Market Statistics News Feed News Feed: Curation News Feed: Events News Feed: Metadata News Feed: Restrictions News Feed: Schedule News Feed: Settings News Feed: Templates Open Houses Overlays Overlays: Shapes Portals Preferences Saved Searches Saved Searches: Provided Saved Searches: Restrictions Saved Searches: Tags Search Templates: Quick Searches Search Templates: Views Search Templates: Sorts Shared Links System Info System Info: Languages System Info: Search Templates
Supporting Documentation
Examples
RESO Web API
RETS
FloPlan
Terms of Use

Listings: Open Houses

The Open Houses sub-resource returns data about upcoming open houses scheduled for a listing.

 
  1. Supported Roles
  2. Available Services
    1. Open Houses
    2. All Open Houses
    3. Livestream Open Houses
    4. Individual Open House Event
    5. Open House Metadata
    6. Open House Validation
  3. Listings: Open Houses Description
  4. Expansions
 

Supported Roles

Role Reads Writes Notes
IDX Yes No
Public Yes No
VOW Yes No
Portal Yes No
Private Yes Yes

More information about roles may be found here.

 

Available Services

Open Houses

/<API Version>/listings/<Listing.Id>/openhouses

HTTP Method Description Conditional Notes
GET Returns upcoming in person open houses for a listing. No
POST Creates a new open house record, and may be used for any type of open house. No
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

GET Request

Parameters:

 

GET Response

{
    "D": {
        "Success": true,
        "Results": [
            {
                "ResourceUri": "/vX/listings/20060412165917817933000000/openhouses/20101127153422574618000000",
                "Id": "20101127153422574618000000",
                "Date": "10/01/2010",
                "StartTime": "09:00 AM",
                "EndTime": "12:00 PM",
                "Comments": "Free chips!",
                "OpenHouseStartTimestamp": "2010-01-10T15:00:00Z",
                "OpenHouseEndTimestamp": "2010-01-10T18:00:00Z",
                "Livestream": false,
                "LivestreamUri": null,
                "LivestreamDescription": null,
                "LivestreamDate": null,
                "LivestreamStartTime": null,
                "LivestreamEndTime": null,
                "LivestreamStartTimestamp": null,
                "LivestreamEndTimestamp": null
            },
            {
                "ResourceUri": "/vX/listings/20060412165917817933000000/openhouses/20101127153422174618000000",
                "Id": "20101127153422174618000000",
                "Date": "10/08/2010",
                "StartTime": "09:00 AM",
                "EndTime": "12:00 PM",
                "OpenHouseStartTimestamp": "2010-08-10T15:00:00Z",
                "OpenHouseEndTimestamp": "2010-08-10T18:00:00Z",
                "Comments": null,
                "Livestream": false,
                "LivestreamUri": null,
                "LivestreamDescription": null,
                "LivestreamDate": null,
                "LivestreamStartTime": null,
                "LivestreamEndTime": null,
                "LivestreamStartTimestamp": null,
                "LivestreamEndTimestamp": null
            }
        ]
    }
}
 

POST Request

Request body:

{
   "D":{
     "Date": "10/01/2010",
     "StartTime": "09:00 AM",
     "EndTime": "12:00 PM",
     "Comments": "Free chips!"
   }
}
 

POST Response

The standard success/fail response is returned.

 
 

All Open Houses

/<API Version>/listings/<Listing.Id>/openhouses/all

HTTP Method Description Conditional Notes
GET Returns all upcoming open houses for a listing No
POST Returns HTTP 405 (Method Not Allowed) No Not implemented
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

GET Request

Parameters:

 

GET Response

{
    "D": {
        "Success": true,
        "Results": [
            {
                "ResourceUri":"/v1/listings/20140603154202923655000000/openhouses/20200605174129179069000000",
                "Id":"20200605174129179069000000",
                "Date":"",
                "StartTime":"",
                "EndTime":"",
                "OpenHouseStartTimestamp": "",
                "OpenHouseEndTimestamp": "",
                "Comments":null,
                "Livestream":true,
                "LivestreamDate":"07/04/2020",
                "LivestreamStartTime":"8:00 am",
                "LivestreamEndTime":"12:00 pm",
                "LivestreamStartTimestamp": "2020-04-07T14:00:00Z",
                "LivestreamEndTimestamp": "2020-04-07T18:00:00Z",
                "LivestreamDescription":"This open house is available online!",
                "LivestreamUri":"https://zoom.us/my/livestream"
            },
            {
                "ResourceUri": "/vX/listings/20140603154202923655000000/openhouses/20200605153422574618000000",
                "Id": "20200605153422574618000000",
                "Date": "07/01/2020",
                "StartTime": "09:00 AM",
                "EndTime": "12:00 PM",
                "OpenHouseStartTimestamp": "2020-01-07T15:00:00Z",
                "OpenHouseEndTimestamp": "2020-01-07T18:00:00Z",
                "Comments": "See this house in person!",
                "Livestream": false,
                "LivestreamUri": null,
                "LivestreamDescription": null,
                "LivestreamDate": null,
                "LivestreamStartTime": null,
                "LivestreamEndTime": null
                "LivestreamStartTimestamp": null,
                "LivestreamEndTimestamp": null,
            }
        ]
    }
}
 
 

Livestream Open Houses

/<API Version>/listings/<Listing.Id>/openhouses/livestream

HTTP Method Description Conditional Notes
GET Returns upcoming Livestream open houses for a listing No
POST Returns HTTP 405 (Method Not Allowed) No Not implemented
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

GET Request

Parameters:

 

GET Response

{
    "D":{
        "Results":[
            {
                "ResourceUri":"/v1/listings/20140603154202923655000000/openhouses/20200605174129179069000000",
                "Id":"20200605174129179069000000",
                "Date":"",
                "StartTime":"",
                "EndTime":"",
                "OpenHouseStartTimestamp": "",
                "OpenHouseEndTimestamp": "",
                "Comments":null,
                "Livestream":true,
                "LivestreamDate":"07/04/2020",
                "LivestreamStartTime":"8:00 am",
                "LivestreamEndTime":"12:00 pm",
                "LivestreamStartTimestamp": "2020-04-07T14:00:00Z",
                "LivestreamEndTimestamp": "2020-04-07T18:00:00Z",
                "LivestreamDescription":"This open house is available online!",
                "LivestreamUri":"https://zoom.us/my/livestream"
            }
        ],
        "Success":true
    }
}
 
 

Open Houses

/<API Version>/listings/<Listing.Id>/openhouses/<OpenHouse.Id>

HTTP Method Description Conditional Notes
GET Returns a specified open house record No
POST Returns HTTP 405 (Method Not Allowed) No Not implemented
PUT Updates an existing open house record No
DELETE Deletes an open house record No

GET Request

Parameters:

 

GET Response

See the GET request section for for the Open Houses serivice.

PUT Request

Request body:

{
   "D":{
     "Comments": "Bring your own chips."
   }
}
 

PUT Response

The standard success/fail response is returned.

 

DELETE Request

Parameters:

 

DELETE Response

The standard success/fail response is returned.

 
 

Open House Metadata

/<API Version>/listings/openhouses/meta

HTTP Method Description Conditional Notes
GET Returns meta data for fields not consistent across all MLSs No
POST Returns HTTP 405 (Method Not Allowed) No Not implemented
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

GET Request

Parameters:

 

GET Response

{
    "D": {
        "Success": true,
        "Results": [{
          "AdditionalInfo": [{
                  "Hosted By": {
                          "Type": "Character"
                  }
              },
              {
                  "Hosted Phone": {
                          "Type": "Character"
                  }
              },
              {
                  "Area": {
                          "Type": "Character"
                  }
              }
          ]
        }]
    }
}
 
 

Open House Validation

/<API Version>/listings/<Listing.Id>/openhouses/validation

HTTP Method Description Conditional Notes
GET Returns HTTP 405 (Method Not Allowed) No Not implemented
POST Validates open house data to be created, but does not perform the actual creation. No
PUT Returns HTTP 405 (Method Not Allowed) No Not implemented
DELETE Returns HTTP 405 (Method Not Allowed) No Not implemented

POST Request

Request body:

{
    "D": {
        "Comments": "This is a valid open house.",
        "Livestream":true,
        "LivestreamDate":"07/04/2020",
        "LivestreamStartTime":"8:00 am",
        "LivestreamEndTime":"12:00 pm",
        "LivestreamDescription":"This open house is available online!",
        "LivestreamUri":"https://zoom.us/my/livestream"
    }
}
 

POST Response

The standard success/fail response is returned.

 
 

Listings: Open Houses Description

Attribute Data Type Writeable Required Description
Id Character No No The unique id for the open house.
ResourceUri Character No No The URI to the particular open house.
Date Character Yes Yes The human readable starting date the open house is scheduled for.
Note: For writes, we accept this field either as presented by this service (i.e. in the format "MM/DD/YYYY"), or as a typical Date type
StartTime Character Yes Yes The human readable starting time for the open house event.
Note: For writes, we accept this field either as presented by this service (i.e. in the format "9:00 am"), or as a typical Timestamp type
EndTime Character Yes Yes The human readable ending time for the open house event.
Note: For writes, we accept this field either as presented by this service (i.e. in the format "9:00 am"), or as a typical Timestamp type
OpenHouseStartTimestamp Timestamp No No The time the open house begins
OpenHouseEndTimestamp Timestamp No No The time the open house ends
Comments Character Yes Yes Additional information regarding the open house event.
Livestream Boolean No No If true, this is a livestream open house. For these types of events, LivestreamDate, LivestreamStartTime, and LivestreamEndTime will be used instead of Date, StartTime, and EndTime.
LivestreamUri Character No No The URI where the livestream open house will take place.
LivestreamDescription Character No No The description of the livestream event.
LivestreamDate Character No No The human readable starting date the livestream open house is scheduled for. Used instead of Date when Livestream is true.
LivestreamStartTime Character No No The human readable starting time for the livestream open house event. Used instead of StartTime when Livestream is true.
LivestreamEndTime Character No No The human readable ending time for the livestream open house event. Used instead of EndTime when Livestream is true.
LivestreamStartTimestamp Timestamp No No The starting time for the livestream open house event. Used instead of OpenHouseStartTimestamp when Livestream is true.
LivestreamEndTimestamp Timestamp No No The ending time for the livestream open house event. Used instead of OpenHouseEndTimestamp when Livestream is true.
AdditionalInfo JSON Object Yes No (Private Only) Additional information custom to the MLS for the open house, in the order of desired presentation. See the metadata service for details.
 

Expansions

None.