---
title: "Get My Citas"
method: GET
path: "/api/hogarSolarApp/citas"
tags: ["hogarSolarApp", "engineer"]
---

# Get My Citas

`GET /api/hogarSolarApp/citas`

Devuelve las citas del calendario del técnico autenticado.

Lee el Google Calendar del comercial vinculado al usuario (via comercial_id).

**🔒 Endpoint Protegido:** Requiere autenticación JWT.

## Query parameters

- `fecha_inicio` string, nullable — YYYY-MM-DD (default: hoy)
- `fecha_fin` string, nullable — YYYY-MM-DD (default: hoy)

## 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)
