Retrieve value of multiple feeds with HTTP API?

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
jpasqua
 
Posts: 7
Joined: Thu Aug 20, 2020 8:35 pm

Retrieve value of multiple feeds with HTTP API?

Post by jpasqua »

I see that it is possible to set the value of multiple feeds in a single request by supplying a json snippet that mentions multiple feeds to:

https://io.adafruit.com/api/v2/{user}/g ... /data.json

Is there an equivalent for retrieving the value of multiple feeds? I see that one can get a list of historical values for a single feed, but I don't see how to make one request to get the latest value of multiple feeds. Is that possible? I'd like to avoid multiple roundtrips.

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”