public_events_list
Retrieve a list of public events with optional filters by name, city, date range, and sorting by date or price. Enables B2C event discovery without authentication.
Instructions
Catálogo público de eventos publicados (GET /public/events). Descubrimiento B2C, sin login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Búsqueda por nombre/descripción | |
| to | No | Funciones hasta (ISO 8601) | |
| city | No | Filtrar por ciudad | |
| from | No | Funciones desde (ISO 8601) | |
| page | No | Página (default 1) | |
| sort | No | ||
| pageSize | No | Tamaño (default 20, máx 50) |