List Properties
list_propertiesRetrieve rental properties for your workspace, including name, address, capacity, owner information, and license number. Supports filtering by active status and pagination.
Instructions
List all rental properties for the workspace. Returns name, address, capacity, owner info, and license number. / Lista todas las propiedades de alquiler vacacional. Devuelve nombre, direccion, capacidad, datos del propietario y numero de licencia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by name or address / Buscar por nombre o direccion | |
| isActive | No | Filter by active status / Filtrar por activas | |
| fields | No | Comma-separated fields to return / Campos a devolver | |
| limit | No | Max results (1-100) | |
| offset | No | Offset / Desplazamiento | |
| after | No | Cursor for cursor-based pagination / Cursor de paginacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| nextCursor | No |