---
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

- object
  - `project` Project, required
    - `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?

## Changes

- **2025-02-03** `91c1a6d49e80` — 1 breaking, 2 info
  - the response's body type changed from `array` to `object` for status `200`
  - added the required property `project` to the response with the `200` status
  - added the required property `team` to the response with the `200` status
- **2025-01-24** `512d594a5f71` — 1 breaking, 3 info
  - removed the required property `items/since` from the response with the `200` status
  - added the optional property `items/endDate` to the response with the `200` status
  - added the required property `items/duration` to the response with the `200` status
  - added the required property `items/startDate` to the response with the `200` status
- **2025-01-17** `4573748c6338` — 3 info
  - added the optional property `errorGUID` to the response with the `404` status
  - added the optional property `errorGUID` to the response with the `500` status
  - added the optional property `errorGUID` to the response with the `503` status
- **2025-01-13** `027398d45de5` — 1 info
  - endpoint added
- **2025-01-07** `659ddbe31a58` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/projects/:projectId/team/get.md)

---

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