The method and parameters
Retrieves the list of flats for a given intercom. The intercom can be specified by its ID. Supports search by flat number as well as by user details (login, name). Pagination is available.
|
GET /api/v1/billing/intercom-flats |
int intercom_id – an intercom ID
string search – search query (optional)
int per_page – items per page (default – 25, maximum – 100)
|
200 |
|
Successful response JSON
|
|
422 |
|
Returns a JSON object with an error. For details, see General information/External system validation. JSON
|