v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
Projects

Get project team (employees assigned to the project)

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

get/projects/{projectId}/team

Path parameters

projectIdstring required

Response

Successful operation

idstring required
namestring required
status'PLANNING' | 'ACTIVE' | 'COMPLETED' | 'ON_HOLD' required

Status of the ongoing project's workflow

budgetnumber required

Monetary value in EUR

startDatestring date required
endDatestring date
managerinteger required
descriptionstring required

Example response

{
  "status": "ACTIVE",
  "team": [
    {
      "employeeURL": "https://placekitten.com/200/200",
      "projectStatus": "ACTIVE",
      "engagementLevel": "FULL_TIME"
    }
  ]
}