Find Communities
This endpoint returns information about communities that match the given parameters.
You need to provide at least one search parameter in your request to find communities.
Example use cases
This endpoint allows you to find communities (properties or building portfolios) based on various parameters:
- Retrieve a specific community by its ID or external reference
- Search for communities by name
- Paginate through results for larger data sets
Header
The authentication token for your request
Query Parameters
The unique identifier for the community.
The external reference ID for the community.
The name of the community to search for.
The API returns a maximum of 100 records per call.
You can use this parameter to load the next set of records by passing in the value returned in the response, under last_id
.
Response
A list of communities that match the search criteria.
The ID to use with the after_id
parameter to get the next page of results.
A value of -1 indicates that there are no more pages available.
Errors
Listed below are common errors that may be returned by the endpoint, along with their corresponding status code.
Status Code - 400
Status Code - 401
Status Code - 401
Status Code - 400
Status Code - 404
Returned if no communities could be found.
Status Code - 500