RESO: Teams
The Teams resource returns team accounts in the MLS. Team accounts are a type of Member account in Flexmls, and the Team resource returns the subset that are set up as teams. Note: the Teams resource is only available in Version 3 of the RESO Web API.
Supported Roles
| Role | Reads | Writes | Notes |
|---|---|---|---|
| IDX | Yes | No | |
| Public | Yes | No | |
| VOW | Yes | No | |
| Portal | Yes | No | |
| Private | Yes | No |
More information about roles may be found here.
Available Services
All Teams
/Version/3/Reso/OData/Teams
| HTTP Method | Description | Conditional | Notes |
|---|---|---|---|
| GET | Returns the data for all teams accessible by the current user | 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.
Individual Team
/Version/3/Reso/OData/Teams('<TeamKey>')
| HTTP Method | Description | Conditional | Notes |
|---|---|---|---|
| GET | Retrieves an individual team 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.
Team 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
| Expansion | Roles | Description |
|---|---|---|
Media |
All | Photos and other media for the team. |
SocialMedia |
All | Websites associated with the team. |
Association |
All | Returns a list of all associations to which the team belongs. |
ExternalProducts |
All | A list of external products to which the team has access. Contact the MLS for more details. |
DelegatedAccess |
All | A list of users for which the Team or Office has permission to superuse.
|