Skip to content

[Question] API filter start_at and end_at did not work? #2713

@AleksCee

Description

@AleksCee

Welcome!

  • I have read the documentation and my problem was not listed in the help section.
  • I have searched open and closed issues and my problem was not mentioned before.
  • I have verified I am using the latest version available. You can check the latest release here.
  • I agree to follow this project's Code of Conduct.

What did you do?

if i use api/v1/results i get all results. If I try api/v1/results?filter[start_at]>=2026-01-01 the data has no items. I try every variation like filter[start_at]>="2026-01-01" and filter[start_at]>="2026-01-01T00:00:00.000Z" and filter[start_at]="2026-01-01" - but nothing works. Only filter[start_at]<>"2026-01-01" gets again ALL results.
Is this my fault or a bug?
Thanks, Alex

Expected Behavior

Get results only after the start_at date...

Steps to Reproduce

Call the API with start_at filter

Deployment Environment

Docker Compose

What is your environment & configuration?

# (paste your configuration here)

Add more configuration information here.

Application Information

{"environment":{"application_name":"Speedtest @ 1000MBit\/75MBit Cabel","laravel_version":"12.49.0","php_version":"8.4.16","composer_version":"2.9.5","environment":"production","debug_mode":false,"url":"speed.home.palmi.zone","maintenance_mode":false,"timezone":"Europe\/Berlin","locale":"en"},"cache":{"config":true,"events":true,"routes":true,"views":true},"drivers":{"broadcasting":"null","cache":"database","database":"mysql","logs":"stderr","mail":"smtp","queue":"database","session":"database"},"storage":{"\/app\/www\/public\/storage":false},"filament":{"version":"v4.6.3","packages":"filament, forms, notifications, support, tables, actions, infolists, schemas, widgets","views":"NOT PUBLISHED","blade_icons":"CACHED","panel_components":"CACHED"},"livewire":{"livewire":"v3.7.8"},"speedtest_tracker":{"version":"v1.13.10"}}

What browser(s) are you seeing the problem on?

Bruno and curl

Logs

no errors in the log

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs reviewA maintainer needs to look at this issue stillquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions