DSS API issue - response has no data although client is getting 200 OK

Client is trying to download the

EOD Data Extraction For 0#CL+ , but client receives 200 OK but we cannot see any data through the link below

https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/RawExtractionResults('0x07021d41f71167e7')/$value

can you please check?

Best Answer

  • Hi @raghava.belagola,

    The ExtractRaw endpoint possibly can return 200 OK even there is no data generated. For example, there is no valid instrument in the request or no permission issue. Client can find more information in the Notes field of response.

    Below is the sample.

    {
        "@odata.context": "https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#RawExtractionResults/$entity",
        "JobId": "0x070314452a716a04",
        "Notes": [
            "Extraction Services Version...Processing completed successfully at 09/03/2020 17:54:17\nExtraction finished at 09/03/2020 10:54:17 UTC, with servers: x02q13\nInstrument <RIC,FCX8^0> expanded to 0 RICS.\nReport suppressed because there are no instruments\n"
        ]
    }


    For further question, please provide the entire request and response sent/received in the client's application.

Answers