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

eren
eren Newcomer
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.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @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"
                }
            },

Answers