get_leasing_summary_report
Retrieve leasing activity summary including inquiries, showings, applications, and move-ins/outs for a specified date range and filters.
Instructions
Provides a summary of leasing activities, including inquiries, showings, applications, and move-ins/outs. IMPORTANT: All ID parameters (properties_ids, property_groups_ids, portfolios_ids, owners_ids) 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 | |
| unit_visibility | No | Filter units by status. Defaults to "active" | active |
| posted_on_from | Yes | The start date for the reporting period (YYYY-MM-DD). Required. | |
| posted_on_to | Yes | The end date for the reporting period (YYYY-MM-DD). Required. | |
| columns | No | Array of specific columns to include in the report. Valid columns: unit_type, number_of_units, number_of_model_units, inquiries_received, showings_completed, applications_received, move_ins, move_outs, leased, vacancy_postings, number_of_active_campaigns, number_of_ended_campaigns. If not specified, all columns are returned. |