Hello, I have established scheduled extractions via DSS GUI and would like to download multiple files simultaneously using the REST API. It appears that the URL below can recall data from one file. I would like to recall the data on around 100 files.
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractedFiles('{{ExtractedFileId}}')/$value
eg, a monthly download of data comprising 4 data files per business day.
Can someone please provide some guidance on the best way to achieve this. FYI - I have about 4 hours of coding experience.
I am using Postman