Hi
I am using PI Web API in my React application to load data from PI AF. My requirement is to load snapshot values of multiple attributes of a single element. Currently I am fetching multiple attribute values for multiple elements. Certainly this is not the ideal case. To minimize the pi web api calls, I am looking for something that atleast I could load all attribute values of a single element in one go.
Is it possible with pi web api?
Thanks.
Vivek
Hi Vivek
You can use PI Web API Batch to post queries in bulk than individual request.
Reference : Webinar: PI Web API - Batch