Resource Definitions:MLSs/ID
From API Documentation
The mlss/ID resource references an individual MLS, where "ID" is the MLS's unique identifier within the Rezora system.
Example URI: http://api.rezora.com/v1/mlss/comlmls
Available methods are:
Contents |
GET
Returns a list of account settings for the specified agent. The response includes the following fields:
- org_id
- mls_name
Example Response - XML
<?xml version="1.0" encoding="UTF-8"?> <mlss version="1.0"> <mls> <org_id>comlmls</org_id> <mls_name>Colorado - Metrolist</mls_name> </mls> </mlss>
Example Response - JSON
[ { "org_id":"comlmls", "mls_name":"Colorado - Metrolist" } ]
Example Response - CSV
"org_id"|"mls_name" "comlmls"|"Colorado - Metrolist"