For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 1 0 0

InstrumentListExport not implemented?

I was trying to use the InstrumentListExport, it's a Get with URL as:

https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/InstrumentLists('0x076c06646de73511')/ThomsonReuters.Dss.Api.Extractions.InstrumentListExport 

and with request body as:

{
    "Format":"Csv",
    "IncludeSource":true
}

However I ended up with a "501 Not Implemented" return status and response body as:

{
    "error": {
        "code": "EntitySetController Unmapped Request ErrorCode",
        "message": "EntitySetController Unmapped Request ~/entityset/key/unresolved"
    }
}

Could you please advise what I am missing here? Thanks!

dss-rest-apidatascope-selectdssrest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
23k 22 9 14

Hello @cabissi,

Did you have a chance, per example in REST API Reference Tree

To try:

{
                {protocol}}{
                {host}}{
                {api}}Extractions/InstrumentLists('{
                {listId}}')/ThomsonReuters.Dss.Api.Extractions.InstrumentListExport(Format=ThomsonReuters.Dss.Api.Extractions.SubjectLists.InstrumentListExportFormat'Csv',IncludeSource=true) 

with empty body?

For me this call results in:

{"@odata.context":"https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Edm.Binary","value":"UklDLE9NTkkuVg0KUklDLE5PQS5UTywsVE9SDQpSSUMsTkpNQy5QSywsT1RDDQpSSUMsWkJJTy5PXkMyMCwsTk1RDQpSSUMsVUJJTy5PXkMyMCwsTk1RDQpSSUMsVFhDT1EuUEteQjEwLCxQS0MNCg=="}



icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea