RESO: OpenHouse
The OpenHouse resource accesses open house data for a given Property.
Supported Roles
Role | Reads | Writes | Notes |
---|---|---|---|
IDX | Yes | No | |
Public | Yes | No | |
VOW | Yes | No | |
Portal | Yes | No | |
Private | Yes | No |
Available Services
All Open Houses for a Property
/Reso/OData/Property('<Property.Id>')/OpenHouse
HTTP Method | Description | Conditional | Notes |
---|---|---|---|
GET | Returns the data for all open houses attached to 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:Parameter | Required | Notes |
---|---|---|
Attribute selection parameters | No | |
Pagination parameters | No |
GET Response
Please review the documentation for the RESO Web API for an example response.
Specific OpenHouse Record for a Property
/Reso/OData/Property('<Property.Id>')/OpenHouse('<OpenHouse.Id>')
HTTP Method | Description | Conditional | Notes |
---|---|---|---|
GET | Retrieves an individual open house record by Id | 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:Parameter | Required | Notes |
---|---|---|
Attribute selection parameters | No |
GET Response
Please review the documentation for the RESO Web API for an example response.
OpenHouse Description
This service uses the RESO Data Dictionary. Please review the currently supported dictionary on our overview page as well as the data dictionary documentation provided by RESO.
Expansions
None.