With EndpointRequest in “RD Library for .NET” (Refinitiv.Data.Delivery.Request.EndpointRequest) in it is possible to specify multiple RICs.
Ex: "https://api.refinitiv.com/data/company-fundamentals/v1/analytics/global/price-volumes?package=base&universe=2010.SE,AAPL.OQ,AMZN.OQ,ALAMAKOTA.XYZ,EITP.CA"
What if one or more of the specified RICs is invalid (like ALAMAKOTA.XYZ above), not entitled...
The IEndpointResponse will indicate the success and its Data contain the header array and the Data part will contain the tokens for every requested RIC, with the corresponding JArray of items set all to null.
In itself, this is an indication that something went wrong, but what exactly? How to get the precise status info for every failed RIC with an error message?
Is anything can be specified at the request level?