List entries
documentedList time entries with filtering options.
GET /v2/entriesEntriesno 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.nokotime.com/v2/entries?from={{$from}}&to={{$to}}&user_ids={{$user_ids}}&description={{$description}}&project_ids={{$project_ids}}&tag_ids={{$tag_ids}}&tag_filter_type={{$tag_filter_type}}&invoice_ids={{$invoice_ids}}&import_ids={{$import_ids}}&invoiced={{$invoiced}}&invoiced_at_from={{$invoiced_at_from}}&invoiced_at_to={{$invoiced_at_to}}&updated_from={{$updated_from}}&updated_to={{$updated_to}}&billable={{$billable}}&approved_at_from={{$approved_at_from}}&approved_at_to={{$approved_at_to}}&approved_by_ids={{$approved_by_ids}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "User-Agent: {{USER_AGENT}}"