REST api, can I get multiple pin values with one call? minimize requests to the server

i’ve got a great mobile app for monitoring our water well system using the Blink products ,
but i want to make it more visible for people staying with us…

I will use the api to get two virtual pins, about once a minute to once every 5 minutes…
but I sure hate to call the api twice for such small amount of data…

is there a way I can request multiple pins at the same time?

thanks…

I assume you haven’t found a way to do this. I’ve also been searching for a way to get multiple pin values at once.

I know minimalising footprint is something to think about, but calling the API once or twice every minute amounts to almost nothing considering data increase or latency, unless you are mobile via GPRS or something.

From the documentation as how I interpret it, it’s not possible to get more than one Pin value per request, so I wouldn’t bother unless you run a VERY data intensive project.