Sign in to participate
Be Kind, Be Helpful
Ask a question, answer a question, and get to know the fine people in the Harvest community.
Project API
Hello all the maestros of Harvest API,
Can you people just suggest me how could I bring all the active projects only from Harvest API. I am facing problem regarding the time while I am fetching all the projects and then filtering the active ones then again fetching the client name from client id to display in the drop down list. So its taking a huge time. So I want to know from you great people How can I only fetch the active projects from harvest api to speed up the process..
Thanks In Advcance Argha
I’m also looking for a way to get the active projects only.
Especially for use in the zendesk widget.
Hi folks,
Try using https://example.harvestapp.com/projects?active=...
in order to just retrieve active projects.
You will need to loop through all projects and filter by the active field. I have not found a way to use a query to filter based on the active flag.