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:
Thanks!
API response for /projects/9/time-records/
route return all time records only if you are:
In all other cases, including the one that you described above, Active Collab will only return your time records. It's a data privacy feature.
Without more info from your end (asked in comment), only thing that I can suggest is to ask Owner in your account to give you more permissions in the given project.