How do I request Entity data (having their OrgID) using the REST API

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

Best Answer

  • gteage01
    Answer ✓
    @bernard.thouin


    Hi Bernard,

    Correct, the Legal Entity Detail is the correct 'template'/request for getting this data and OrgID is a valid Entity-relevent Identifier to pull the data via this request.

    Best regards,

    Gareth

Answers