Basecamp API time entries of single user

brissbill

New Member
To access time entries of single project i just use \[code\]https://{*}.basecamphq.com/projects/{project_id}/time_entries.xml\[/code\], but i want to take time entries for a single user. Official documentation says Get report
  • \[code\]GET /time_entries/report.xml\[/code\] return the set of time entries that match the given criteria.
This action accepts the following query parameters: \[code\]from\[/code\], \[code\]to\[/code\], \[code\]subject_id\[/code\], \[code\]todo_item_id\[/code\], \[code\]filter_project_id\[/code\], and \[code\]filter_company_id\[/code\]. The \[code\]subject_id\[/code\] parameter lets you constrain the result to a single person
 
Back
Top