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
Example response
{
"project": {
"id": "579ef28f-c539-41ff-abe2-e4f6b1c1afed",
"name": "Licensed Cotton Pants",
"status": "on-hold",
"budget": 490000,
"startDate": "2013-04-16",
"endDate": "2019-04-27",
"team": [
{
"id": 4247456,
"name": "Anna Bahringer"
}
],
"manager": 67429059,
"description": "Deleniti rerum impedit.\nCum sed eaque quo accusantium."
},
"team": [
{
"employeeURL": "https://placekitten.com/200/200",
"projectStatus": "ACTIVE",
"engagementLevel": "FULL_TIME"
}
]
}