we have the need to have the metadata information for all versions of all projects available in our BI solutions (PowerBI and SAP BI) for further processing.
There is a Rest API that allows to fetch all versions of a instance but there is no ability to filter to only the versions that was created or updated since the last sync.
So currently for syncing every time (e.g. every hour) all versions (currently already 30000 in our instance) needs to be fetched and loaded to the BI Applications to update the version table there. But that more and more impacts our instance as the number of versions is growing and growing and also the load of all versions into the BI application takes much time.
A delta load instead would normally only have very few changes in one hour that would be needed to synced.
Therefore based on my support ticket feature request JRASERVER-77965 was created to add created and updated metadata to the version metadata.
So if someone else is also interested into such a delta load feature for versions feel free to vote on this feature request.