Get all timesheets of all projects of specific date from API
I can get all timesheets of all projects of specific date with this call :
- GET /portal/[PORTALID]/projects/[PROJECTID]/logs/
For all getting, this action is called for each project ant do that is not very good...
Does it exist a call which I ignore, as
- GET /portal/[PORTALID]/logs/[DATE]
?