---
title: "Buscar detalhes da trilha que o colaborador faz parte"
method: GET
path: "/v1/public/employees/{employeeId}/pathways/{pathwayId}"
tags: ["Employees"]
---

# Buscar detalhes da trilha que o colaborador faz parte

`GET /v1/public/employees/{employeeId}/pathways/{pathwayId}`

## Path parameters

- `employeeId` number, required
- `pathwayId` number, required

## Response `200`

- PathwayEnrollementResponseDTO
  - `result` PathwayEnrollementPublicApiDTO, required
    - `id` number, required
    - `name` string, required
    - `isEnabled` boolean, required
    - `isRequired` boolean, required
    - `workload` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `settings` PathwaysPublicAPISettingsDTO, required
      - `startAt` string, required
      - `finishAt` string, required
      - `deadline` number, required
    - `enrollment` EnrollmentPublicApiDto, required
      - `startedAt` string, required
      - `finishedAt` string, required
      - `contents` EnrollmentContentDetailsPublicApi[], required
        - `id` number, required
        - `title` string, required
        - `type` 'ARTICLE' | 'OTHER' | 'COURSE' | 'PODCAST' | 'VIDEO' | 'PDF' | 'DOCUMENT' | 'PRESENTATION' | 'SCORM' | 'EXTERNAL_COURSE', required
        - `startedAt` string, required
        - `finishedAt` string, required

## Other responses

- `401` — Você não possui uma autenticação válida.

---

[API](https://skmtc.net/gupy/apis/gupy-public-api.md) · [All operations](https://skmtc.net/gupy/apis/gupy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupy/gupy-public-api/revisions/3f26defa2a42/schema)
