Reads all Projects

What does it do? This reads the data of projects, and retrieves the information based on the permissions:
  • If the user has the team_leader permission, he will only be able to read the projects that he is the team leader.
  • If the user has the reportees permission, he will only be able to read the projects that he is the team leader or the projects that he is a team member.
  • If the user has everyone permission, he will be able to read all projects.
  • If the user has the owned permission, he will only be able to read the projects that he is the assigned.
Is it related to other entities? A project is always related to a company, so you can use the query params to list only the projects that are related to a specific company. ###### Who can use it? Only companies who have enabled the projects_management feature and users with the permission of read projects.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
ids[]
array of integers

Retrieve only the projects that matches the ids provided in the request.

ids[]
string

Retrieve only the projects that match the name passed in the request. (deprecated)

string

Retrieve only the projects that match the name or code passed in the request.

boolean
required

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 we will perform the costs calculations and will be return the total cost. If false, 0 will be returned and no costs calculations will be performed.

string

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

integer
client_ids[]
array of integers

Retrieve only the projects that are related to the clients passed in the request, refers to finance/contacts.

client_ids[]
boolean

Retrieve only the projects that are not related to any client, refers to finance/contacts.

string

Retrieve only the projects that have the total cost in the currency passed in the request.

Response

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