Hi,
My POST request below for endpoint https://selectapi.datascope.extranet.refinitiv.biz/RestApi/v1/Extractions/ExtractRaw works fine:
{
"ExtractionRequest": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryRawExtractionRequest",
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "EUR=", "IdentifierType": "Ric" }
],
"ValidationOptions":{
"AllowHistoricalInstruments": true}
},
"Condition": {
"MessageTimeStampIn": "GmtUtc",
"ReportDateRangeType": "Range",
"QueryStartDate": "2022-10-31T00:00:00.000001",
"QueryEndDate": "2022-10-31T23:59:59.999999",
"ExtractBy": "Ric",
"SortBy": "SingleByRic",
"DomainCode": "MarketPrice",
"DisplaySourceRIC": true
}
}
}
But when sending a GET request to collect above request data to https://selectapi.datascope.extranet.refinitiv.biz/RestApi/v1/Extractions/RawExtractionResults('***')/$value
I receive "Error: Maximum response size reached".
Is that a limit on your side? Is it stated in any documentation? Is there an alternate end-point I could use to fetch intraday ticks? Please advise.
Kind regards,
Johan