Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Status No status
Categories PI Web API
Created by Bethany Jewett
Created on May 5, 2025

Add a method to the PI Web API's stream controller that only returns compressed events

Currently, using the PI Web API's Stream GetRecorded method with an end time of now will return the latest snapshot.

As a developer, I would like an additional method to be added that would return only events that have already gone through compression (archive updates) and exclude the latest snapshot value when using an end time of now. This would ensure the best data match when writing an application to periodically replicate PI data to a third party system.

To workaround this limitation, you can use the PI Web API's Stream GetRecorded method with an endtime of Now and ignore the most recent event returned, but this is an additional hassle.

  • Attach files