Historical (Archived) data

How can I get archived data that is saved using my BOLT device between 2 date intervals . For example I want to fetch data between 1st July to 1st October and plot it in an graph .

Please note that mine is an external mobile application.

Thanks

Hi @pruthvikrishna,

To be able to get historical data, you have to have a visualisation code setup in your product code configurations.
I would suggest using the line graph visualisation for this

Remember to code configuration as a js file.

You then have to click on the ‘View device’ button next to your device on your Cloud Dashbaord.

The device view page will open in a new tab. You can then select the start date and end data of the data that you want to view, and click on the filter button.

The graph will be updated with the data that you want.