v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
Employees

Get projects which employee is assigned to

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

get/employees/{employeeId}/projects

Path parameters

employeeIdinteger required

Response

Successful operation

Example response

{
  "employee": {
    "id": 91720,
    "name": "John Doe",
    "position": "Software Developer",
    "department": "Marketing",
    "imgURL": "https://placekitten.com/200/200"
  },
  "projects": [
    {
      "employeeURL": "https://placekitten.com/200/200",
      "projectStatus": "ACTIVE",
      "engagementLevel": "FULL_TIME"
    }
  ]
}