Fetch time entries for a day
documentedFetch time entries within a date range for a given day or period.
GET /timetracking/business/{businessId}/time_entries?page=0&started_from={from}&started_to={to}Time Trackingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.freshbooks.com/timetracking/business/{{$business_id}}/time_entries?page={{$page}}&started_from={{$from}}&started_to={{$to}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Api-Version: alpha"