Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for coListAgent query parameter #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
15 changes: 14 additions & 1 deletion api/simplyrets-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,20 @@ components:
type: array
items:
type: string
coListAgent:
required: false
in: query
name: coListAgent
description: |
Filter the listings returned by the CoListAgent (`.coAgent.id`) field.
Note, the CoListAgent ID is provided by the MLS.

The primary ListAgent is not included in this query parameter.
explode: true
schema:
type: array
items:
type: string
salesAgent:
required: false
in: query
Expand All @@ -1307,7 +1321,6 @@ components:

Agent ID is provided by your RETS vendor or MLS.


The co-sales or co-buyer's agent is not included in this query
parameter.
explode: true
Expand Down