# Cursos Temas (4) - Capacitaciones SSOMA

### Nombre del servicio

- **Módulo:** Capacitación
- **Servicio:** Lista Cursos

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”** y luego **“Capacitaciones SSOMA”**
- **¿Qué hace?** Lista los recursos por el nombre del Curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Nbaimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Nbaimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/awmimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/awmimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/wt6image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/wt6image.png)

### Detalles técnicos

- **Dominio: [`https://qahorario-salida.shalomcontrol.com`](https://qahorario-salida.shalomcontrol.com/)**
- **Endpoint:** `api/curso/temas`
- **Método:** `POST`
- **Headers:** `Authorization: Bearer <token>` (no aplica)

**Request ejemplo:**

```json
{
    "curso": "Capacitaciones SSOMA"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "26573181a7",
            "owner": "76780948@shalomcontrol.com",
            "creation": "2022-03-26 03:30:29.297057",
            "modified": "2025-08-01 10:06:16.999902",
            "modified_by": "41918452@shalomcontrol.com",
            "parent": "Capacitaciones SSOMA",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 1,
            "docstatus": 0,
            "topic": "1° CAPACITACIÓN SSOMA - IPERC 2024",
            "topic_name": "1° CAPACITACIÓN SSOMA - IPERC 2024",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 1
        },
        {
            "name": "e3774d4e22",
            "owner": "cegaje17@gmail.com",
            "creation": "2022-03-26 03:30:29.297057",
            "modified": "2025-08-01 10:06:16.999902",
            "modified_by": "41918452@shalomcontrol.com",
            "parent": "Capacitaciones SSOMA",
            "parentfield": "topics",
            "parenttype": "Course",
            "idx": 2,
            "docstatus": 0,
            "topic": "3° CAPACITACIÓN - USO DE HERRAMIENTAS Y EQUIPOS",
            "topic_name": "3° CAPACITACIÓN - USO DE HERRAMIENTAS Y EQUIPOS",
            "doctype": "Course Topic",
            "videos": 2,
            "articulos": 1
        }
    ]
}

```

### Servicios relacionados

**DOCUMENTACION DEL SERVICIO:** [https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas](https://shalom-documentation.shalomcontrol.com/books/doc-servicios-app-shalom-familia/page/cursos-temas-1-2-3-4-5-6-7-capacitacion-atc-ii-fase-temas)