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.

Forum powered by Altered Beast
This is a Topic in API and Developers

Project API

Avatar

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

Avatar

I’m also looking for a way to get the active projects only.
Especially for use in the zendesk widget.

Avatar

Actually the zendesk widget already shows active projects only, which part of the does it use?

Avatar

Hi folks,

Try using https://example.harvestapp.com/projects?active=...

in order to just retrieve active projects.

Avatar

That I have tried and it actually does not work … it returns all projects, including archived.

Avatar

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.

 

[ Please sign up to post a comment. ]