# Cursos Temas Contenido (5) - Agregar contacto

### Nombre del servicio

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

### Contexto funcional

- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Agregar contacto”.**
- **¿Cuándo se usa?** Al ingresar a la opción “**Cursos”,** luego **“CAPACITACIÓN ATC (II FASE)”** y luego **“DIA 1 - Agregar contacto”.**
- **¿Qué hace?** Lista de videos del curso.
- **Pantallazo de la app:**

[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/oS1image.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/oS1image.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/Ahnimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/Ahnimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/f4pimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/f4pimage.png)[![image.png](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/scaled-1680-/t5Qimage.png)](https://shalom-documentation.shalomcontrol.com/uploads/images/gallery/2025-10/t5Qimage.png)

### Detalles técnicos

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

**Request ejemplo:**

```json
{
    "tema": "DIA 1 - Agregar contacto", 
    "dni": "61759769"
}

```

**Response ejemplo:**

```json
{
    "valor": true,
    "data": [
        {
            "name": "8c8af66c6b",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 1,
            "docstatus": 0,
            "content_type": "Video",
            "content": "Video ATC - Agregar contacto",
            "doctype": "Topic Content",
            "url": "<https://erp-test.shalom.com.pe/files/PROCESO%20AGREGAR%20CONTACTO.mp4>",
            "quiz_attempts": 0
        },
        {
            "name": "3411c30d52",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 2,
            "docstatus": 0,
            "content_type": "Article",
            "content": "SPEECH PARA AGREGAR CONTACTO",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/SPEECH%20Call%20Center%20SHALOM%20-%20Agregar%20contacto.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "857f40f960",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 3,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Agregar Contacto - CALL CENTER",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20AGREGAR%20CONTACTO%20-%20CALL%20CENTER.pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "c90280bd3c",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 4,
            "docstatus": 0,
            "content_type": "Article",
            "content": "Pasos para Agregar Contacto - PRESENCIAL",
            "doctype": "Topic Content",
            "url": "<https://capacitacion.shalom.com.pe/files/PASOS%20PARA%20AGREGAR%20CONTACTO%20-%20PRESENCIAL%20(1).pdf>",
            "quiz_attempts": 0
        },
        {
            "name": "4f32c1b002",
            "owner": "carmen@shalom.com.pe",
            "creation": "2024-02-20 12:00:37.957210",
            "modified": "2024-03-19 16:52:29.084116",
            "modified_by": "carmen@shalom.com.pe",
            "parent": "DIA 1 - Agregar contacto",
            "parentfield": "topic_content",
            "parenttype": "Topic",
            "idx": 5,
            "docstatus": 0,
            "content_type": "Quiz",
            "content": "EXAMEN ATC - Agregar contacto",
            "doctype": "Topic Content",
            "quiz_attempts": 0
        }
    ]
}

```

### Servicios relacionados

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