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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 0 1 4

DSS CDS data does not return on Postman APP with REST API

Hi,The RICS on the below, For the Intra Day,we can not get the result with postman app.
TRGV5YUSAC=RCNGV5YUSAC=RBRGV5YUSAC=RZAGV5YUSAC=RRUGV5YUSAC=R
For those RICS; postman app returns "Error": "Not found" message but we can get the result for the same RICS by DSS GUI.

Thanks if you have any suggestions for restapi.

dss-rest-apidatascope-selectdss
icon clock
10 |1500

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

Upvote
Accepted
78.8k 250 52 74

@eren

Please try to set the AllowOpenAccessInstruments to true in the ValidationOptions, as shown below.

 "IdentifierList": {
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
            "InstrumentIdentifiers": [
                {
                    "Identifier": "TRGV5YUSAC=R",
                    "IdentifierType": "Ric"
                }
            ],
            "ValidationOptions": {
                "AllowOpenAccessInstruments": "true"
            }
        },
icon clock
10 |1500

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

Upvotes
3 0 1 4

Thank you,

It fixed my problem.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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