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.
This is a Topic in API and Developers
Projects for user
Is there any easy way to get all projects for a user?
The only way i can see to do it is…
- retrieve all projects
- get user assignments for each project ID
- read user assignment response for a corrolating user id
This seems a bit inefficient, especially having to pull down all the projects.
Hoping there is another way!
Thanks
Robin
It is a little confusing, I agree, but here’s how you get all the projects for the authenticating user. A GET to /daily will provide a list of the projects and tasks available for the user.
http://www.getharvest.com/api/time-tracking#get…
Hope that helps!