I am trying to download data files as per the information given in the page#125 of ThomsonReutersTickHistory11.0RESTAPIUserGuidev1.0.pdf document. But I am not able to download the files. It is showning the details of the file only.I am using below query.
Query:
curl -k -X GET -H "Authorization: Token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" https://10.xxx.xxx.xxx/RestApi/v1/StandardExtractions/UserPackageDeliveries('0x05cd6940a5eb3016')/$value
Output:
{
"@odata.context": "https://10.xxx.xxx.xxx/RestApi/v1/$metadata#UserPackageDeliveries/$entity",
"ContentMd5": "435a1e4ba9b1ca6bfcf2e86bc4a8589a",
"FileSizeBytes": 1412,
"Frequency": "Daily",
"Name": "ASQ-2017-07-20-REF-Report-1-of-1.csv.gz",
"PackageDeliveryId": "0x05cd6940a5eb3016",
"ReleaseDateTime": "2017-07-21T04:00:00.000Z",
"SubscriptionId": "0x0400dc1d24a00cb4",
"UserPackageId": "0x04f21a8d14859cb1"
}