---
title: "Get Available Previsualizacion Slots"
method: GET
path: "/api/_previsualizacion/available-slots"
tags: ["scheduling", "appointments_previsualizacion"]
---

# Get Available Previsualizacion Slots

`GET /api/_previsualizacion/available-slots`

Obtiene los horarios disponibles específicos para previsualización para un rango de fechas.
Se filtra por modalidad y horarios específicos según el equipo.

Si start_day y end_day no se proporcionan, se calculan automáticamente:
- start_day = mañana
- end_day = start_day + max_slot_search_days (desde configuración de modalidad)

## Query parameters

- `start_day` string, nullable
- `end_day` string, nullable
- `appointment_type` string
- `contact_id` string, nullable
- `crm` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
