How do we get the ExtractedFileId values?
I am trying this code, but it does not seem to return any value that I can use to download?
var ExtractionsContext = newExtractionsContext(newUri("https://hosted.datascopeapi.reuters.com/RestApi/v1/"), "USERNAME", “PASSWORD");
var completedExtractions = ExtractionsContext.ReportExtractionOperations.GetCompletedByDateRange(
DateTime.UtcNow.Date.AddDays(-5), DateTime.UtcNow.AddMinutes(5));