Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions api/simplyrets-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ paths:
- "$ref": "#/components/parameters/lastId"
- "$ref": "#/components/parameters/vendor"
- "$ref": "#/components/parameters/postalCodes"
- "$ref": "#/components/parameters/style"
- "$ref": "#/components/parameters/features"
- "$ref": "#/components/parameters/exteriorFeatures"
- "$ref": "#/components/parameters/water"
Expand Down Expand Up @@ -986,6 +987,7 @@ paths:
- "$ref": "#/components/parameters/lastId"
- "$ref": "#/components/parameters/vendor"
- "$ref": "#/components/parameters/postalCodes"
- "$ref": "#/components/parameters/style"
- "$ref": "#/components/parameters/features"
- "$ref": "#/components/parameters/exteriorFeatures"
- "$ref": "#/components/parameters/water"
Expand Down Expand Up @@ -1534,6 +1536,26 @@ components:
type: array
items:
type: string
style:
required: false
in: query
name: features
description: >
Filter the listings by **architectural style**. You can use
the parameter multiple times to filter by multiple styles. For
example, to search for `Contemporary` and `Bungalow`:

```
https://simplyrets.com/services?style=Contemporary&style=Bungalow
```

The values available for architectural style is provided by
the RETS/WebAPI vendor or MLS.
explode: true
schema:
type: array
items:
type: string
features:
required: false
in: query
Expand Down