We are currently working on replacing the Eikon Desktop API (.NET) with the new Refinitiv API (RDPLibrary.DotNet).
The Eikon API had a way to let us discover which historical series data fields are available in which periodicity (trades / intraday summarized / interday summarized). The Eikon API called this "views". Our Application allows end users to pick whatever view is available for charting purposes, so we need a way to discover what's available.
We are now looking to implement this approach using the new set of APIs. In Refinitiv Workspace, there is an App called "Data Item Browser" which lets you enter a RIC and show you all realtime / static / history fields available (including the huge set of TR.xxx views). How can we utilize the new API to discover / search all these available historical series in a similar way for a given RIC?