Ir al contenido principal

Listar Cursos (1)

Nombre del servicio

  • Módulo: Capacitación
  • Servicio: Lista Cursos

Contexto funcional

  • ¿Cuándo se usa? Al ingresar a la opción “Cursos”
  • ¿Qué hace? Lista Cursos del Estudiante por el DNI
  • Pantallazo de la app:

image.pngimage.png

 

Detalles técnicos

Request ejemplo:

{
    "dni": "61759769"
}

Response ejemplo:

{
    "valor": true,
    "data": [
        {
            "name": "CAPACITACIÓN ATC (II FASE)",
            "hero_image": "/files/Procesos ATC_portada.png"
        },
        {
            "name": "CAPACITACIÓN PARA ADMINISTRADORES Y ENCARGADOS",
            "hero_image": "/files/Portada ADM.png"
        },
        {
            "name": "CAPACITACIÓN Reclamos ATC (II FASE)",
            "hero_image": "/files/Portada_Reclamos ATC.jpg"
        },
        {
            "name": "Capacitaciones SSOMA",
            "hero_image": "/files/CAPA SSOMA Portada.png"
        },
        {
            "name": "COMUNICADOS INTERNOS",
            "hero_image": "/files/Portada Comunicados.png"
        },
        {
            "name": "Curso Cotización",
            "hero_image": "/files/VOLUMEN.png"
        },
        {
            "name": "Curso Documentación",
            "hero_image": "/files/documentación.png"
        },
        {
            "name": "Curso Entrega de encomiendas",
            "hero_image": "/files/ENTREGAS EN AGENCIA286fdc.jpg"
        },
        {
            "name": "Curso Inducción",
            "hero_image": "/files/inducción.png"
        },
        {
            "name": "PROGRAMA DE ACTUALIZACIÓN",
            "hero_image": "/files/PROGRAMA DE ACTUALIZACION 1.png"
        }
    ]
}
        

Servicios relacionados