Skip to content

It is not possible to send a JSON request to get historical data only for certain parameters such as "sgv", "mills" #8332

@lexhome

Description

@lexhome

A request like "https://NIGHTSCOUT_URL/api/v1/entries/sgv.json?count=10" returns a JSON response with many unnecessary parameters.
This large JSON response is difficult to process on ESP microcontrollers due to insufficient device memory.
A request like "https://NIGHTSCOUT_URL/api/v1/entries/sgv?count=10" provides a lighter response, but it is not a JSON response.
Is it possible to send a JSON request to get historical data only for certain parameters, such as "sgv", "mills"?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions