I'm using the php wrapper for the Active Collab API to try and get all of the time records for all users on a particular project.
The form of my query is for example:
print_r($client->get('projects/9/time-records/')->getJson());
I am only seeing the time records for me for this project. What do i need to do to see the time records for everyone on this project - is it a user issue?
My assigned user roles for my account are:
- Member
- Extra permissions: Start projects, manage people, and use reports
Thanks!