---
title: "Get projects which employee is assigned to"
method: GET
path: "/employees/{employeeId}/projects"
tags: ["Employees"]
---

# Get projects which employee is assigned to

`GET /employees/{employeeId}/projects`

Returns a list of projects that the employee is assigned to.

## Path parameters

- `employeeId` integer, required

## Response `200`

Successful operation

- object
  - `employee` object, required
    - `id` number, required
    - `name` string, required
    - `position` string, required
    - `department` string, required
    - `imgURL` string
  - `projects` ProjectEmployeeInvolvement[], required
    - `employeeId` integer, required
    - `projectId` string, required
    - `employeeName` string, required
    - `employeePosition` string, required
    - `employeeURL` string
    - `projectName` string, required
    - `projectStatus` 'PLANNING' | 'ACTIVE' | 'COMPLETED' | 'ON_HOLD', required — Status of the ongoing project's workflow
    - `engagementLevel` 'FULL_TIME' | 'PARTIAL_PLUS' | 'HALF_TIME' | 'ON_DEMAND', required — Level of employee engagement in the project
    - `startDate` string, date-time, required — ISO 8601 date-time string
    - `endDate` string, date-time — ISO 8601 date-time string
    - `duration` Duration, required
      - `years` integer, required
      - `months` integer, required
      - `days` integer, required

## Other responses

- `404` — Employee not found
- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

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