Skip to content

API REST history ignores url parameters #61491

Description

@dmatora

The problem

history api call ignores url parameters except first one

calling 'http://192.168.1.10:8123/api/history/period/' . $timestampFrom . '?filter_entity_id=sensor.ksmb_v1_d595_current_step_count&minimal_response&end_time=' . $timestampTo
ignores minimal_response

calling 'http://192.168.1.10:8123/api/history/period/' . $timestampFrom . '?minimal_response&filter_entity_id=sensor.ksmb_v1_d595_current_step_count&end_time=' . $timestampTo
ignores filter_entity_id

both ignore end_time

What version of Home Assistant Core has the issue?

core-2021.11.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

No response

Link to integration documentation on our website

https://developers.home-assistant.io/docs/api/rest/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions