All information are stored in the V3 integration.
Is there a way to get only decoded payload and the device ID when I send requests to the Stortage Intergration API V3?
If not, is there a way to save only the decoded payload and ID’s in the storage API (like in V2)?
Thank you for your help Nick!
But I don’t fully understand the documentation.
Can you do more and give me an example of an Header correctly set for getting device decoded payload stored in Storage Intergration ? It will be great.
In python, it will be Perfect!
Any case, it will be helpful.
I only need this : “decoded_payload”:{“batterie”:X,“temperature”:XX.XX} & “device_id”:“XXXXXX”
I tried POST & GET requests with a lot of header setup but resquests were never successfully exept :
to get general informations about devices and application
to get the entire Storage integration data for the last X min (to long string for my use)