-
Re: PI WEB API REST query
Kenji Hashimoto Jun 26, 2017 8:08 AM (in response to TerenceA)You can use Batch request to get webID and get value etc....
Aaron Rosenthal wrote great blog posts.
PI Web API: Getting multiple attributes with batch requests
PI Web API: Bulk streaming with batch requests
You can start from checking these blog posts.
-
Re: PI WEB API REST query
mfoersterJun 26, 2017 12:08 PM (in response to TerenceA)
1 of 1 people found this helpfulHello Terence,
There is no explicit function to do that. Please also refer to the PI Web API reference
If you want still want to use PI Web API for it, you would have to go the way (see Kenji) of PI Web API: Getting multiple attributes with batch requests
I suggest you are referring to the PI AF Database. This database is stored in your SQL Server and called PIFD database.
What other database would you like to insert the values into? Can you please explain the use case for that?
Attributes if they are not static are references to results of calculations of PI Points or PI Points themselves. Therefore exporting the PIFD database would not bring these along.
Kind regards,
Moritz