Using the DSS REST API C# examples and with your help, I have built and run successfully a series of bond ratings request (in VB.Net).
I now need to create a request for data about the issuers of these bonds, i.e. an entity request, and I don't quite know how to go about it, as my bond ratings request mention all sorts of bond related things such as RatingsExtractionRequest, RatingsCondtion, InstrumentIdentifierList, which are all not relevant for a entity base data request. Can you help me there with how such an entity request should look like?
I have the list of the OrgID's of interest, and a list of fields I'd like to retrieve for each of them. Is the "
LegalEntityDetailExtractionRequest" the right way to go about it ?
Thanks for your help.
Bernard