I can use
{ "Request": { "ChainRics": [ "0#.SPX:" ], "Range": { "Start": "2008-01-01T00:00:00.000Z", "End": "2016-01-01T00:00:00.000Z" } } }
to get a list of constituents' RICS, but I'd need to get more informations about those assets (e.g. assetName, ISIN, PermID, etc...).
Is there any way to get these informations by modifying this request or using another request?
Thanks