get_owner_leasing_report
Get a leasing report for property owners showing leasing activity within a specified date range. Filter by property, owner, group, or portfolio IDs.
Instructions
Provides a leasing report tailored for property owners, showing leasing activity within a specified date range. IMPORTANT: All ID parameters (owners_ids, properties_ids, etc.) must be numeric strings (e.g. '123'), NOT names. Use respective directory reports first to lookup IDs by name if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | No | Filter results based on properties, groups, portfolios, or owners. All ID fields must be numeric strings, not names. | |
| received_on_from | Yes | The start date for the reporting period based on received date (YYYY-MM-DD). Required. | |
| received_on_to | Yes | The end date for the reporting period based on received date (YYYY-MM-DD). Required. | |
| unit_visibility | No | Filter units by status. Defaults to "active" | active |
| include_units_which_are_not_rent_ready | No | Include units that are not marked as rent ready. Defaults to "0" (false) | 0 |
| include_units_which_are_hidden_from_the_vacancies_dashboard | No | Include units hidden from the vacancies dashboard. Defaults to "0" (false) | 0 |
| columns | No | Array of specific columns to include in the report |