---
title: "Get project team (employees assigned to the project)"
method: GET
path: "/projects/{projectId}/team"
tags: ["Projects"]
---

# Get project team (employees assigned to the project)

`GET /projects/{projectId}/team`

Returns a list of employees that are assigned to the project.

## Path parameters

- `projectId` string, required

## Response `200`

Successful operation

- ProjectWithTeam — Project data combined with its team members
  - `id` string, required
  - `name` string, required
  - `status` 'PLANNING' | 'ACTIVE' | 'COMPLETED' | 'ON_HOLD', required — Status of the ongoing project's workflow
  - `budget` number, required — Monetary value in EUR
  - `startDate` string, date, required
  - `endDate` string, date
  - `manager` integer, required
  - `description` string, required
  - `team` 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)
