Reads all Project workers

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
ids[]
array of integers

Retrieve only the project workers that matches the ids provided in the request.

ids[]
project_ids[]
array of integers

Retrieve only the project workers that matches the project_ids provided in the request.

project_ids[]
subproject_ids[]
array of integers

Retrieve only the project workers that matches the subproject_ids provided in the request.

subproject_ids[]
boolean

Retrieve the project workers that are not assigned to any subproject (can be combined with subproject_ids).

employee_ids[]
array of integers

Retrieve only the project workers that are related to the employee_ids provided in the request.

employee_ids[]
boolean

Retrieve project workers that are assigned if true or in not-assigned status if false.

boolean

Retrieve the project workers that are assigned to active projects if turew or closed projects if false.

string

Retrieve only the project workers that matches the given employee's name provided in the request.

boolean

If true we will perform the minutes calculations and will be return the total inputed_minutes. If false, 0 will be returned and no minutes calculations will be performed.

boolean

If true, costs of the project worker will be included to the response.

string

Retrieve only the project workers that were created or updated after the date provided in the request.

boolean
Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json