Datascope Select - Extracted files - Download csv file JSON request

Is there a way to download file in csv format from 'Extracted files' through API call ?

After I have scheduled my report template and the extracted files are in place, how do I get the files downloaded?

what is the best way in the rest API to achieve this (JSON request)?

Best Answer

  • Gurpreet
    Answer ✓

    Hi @marta.jozwiak,

    Yes it is possible to do this programmatically. The best resource to learn about this is to either use the C# example application, or the online REST API help. Your application will have to handle the decoding and saving the raw file stream. There are quite many samples of how this can be done on the Refinitiv Github and also the samples in the Developers forum.

    1687187411516.png

Answers