TuckHistory / retrieve scheduled extraction / REST/JSON

Hello,

I would like to retrieve some data from a Stored & Scheduled Workflow (products list, report template and scheduler).

I am using a REST/JSON client in order to retrieve the last ReportExtractionId and associated ExtractedFileIds. I am able to retrieve all the IDs and for downloading this file, I am using the request below:

curl -k -v -H "Authorization: Token ..." -H "Content-Type:application/json" -H "Prefer: respond-async" -H "Accept-Charset: UTF-8" -X GET "https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractedFiles('<ExtractedFileId>')/$value"

and the result is :

@{"@odata.context":"https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#ExtractedFiles/$entity","ExtractedFileId":"...","ReportExtractionId":"...","ScheduleId":"...","FileType":"Full","ExtractedFileName":"...","LastWriteTimeUtc":"2019-12-12T22:00:16.557Z","ContentsExists":true,"Size":13124,"ReceivedDateUtc":"2019-12-12T22:00:16.557Z"}

I am expecting a CSV file.

May you help me to identify the pb with my request?

Regards

FHA

Best Answer