v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > ProjectWorker
Reads a single Project worker
What does it do?
This endpoint reads and retrieves a list of project workers. You can utilize URL parameters to filter the results.
Is it related to other entities?
A project_worker is always related to a project and a employee. Only a project worker is able to add time to a project using the time_record entity.
Who can use it?
Only companies who have enabled the projects_management feature and users with the permission to read project workers.
get/api/2026-07-01/resources/project_management/project_workers/{id}
Path parameters
idstring required
Retrieve only the project workers that matches the ids provided in the request.
Response
OK
Example response
{
"id": "92732",
"project_id": "314159",
"employee_id": "21",
"assigned": true,
"inputed_minutes": 100,
"labor_cost_cents": 100,
"company_labor_cost_cents": 100,
"spending_cost_cents": 100
}