---
title: "Get Mapping"
method: GET
path: "/api/admin/stelorder/mappings/{mapping_id}"
tags: ["copilot_frontend", "admin", "Admin Stelorder"]
---

# Get Mapping

`GET /api/admin/stelorder/mappings/{mapping_id}`

Obtiene un mapeo específico por ID.

Args:
    mapping_id: ID del mapeo
    db: Sesión de base de datos

Returns:
    Mapeo encontrado

Raises:
    404: Si el mapeo no existe

## Path parameters

- `mapping_id` integer, required

## Response `200`

Successful Response

- StelorderMappingResponse — Schema de respuesta para un mapeo.
  - `category` string, required — Categoría del mapeo: technician_calendar, incident_type, etc.
  - `hubspot_label` string, required — Etiqueta legible en HubSpot
  - `hubspot_value` string, nullable — Valor técnico (ej: email para técnicos)
  - `stelorder_id` integer, nullable — ID numérico del recurso en Stelorder
  - `stelorder_name` string, nullable — Nombre del recurso en Stelorder
  - `is_default` boolean — Si es el valor por defecto para esta categoría
  - `is_active` boolean — Si el mapeo está activo
  - `notes` string, nullable — Notas adicionales sobre este mapeo
  - `id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

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