When running the following JSON message (ie. SingleHistoricalPriceExtractionRequest) I get a 403 error.
ERROR: HTTP status: 403 (Forbidden). Account not permissioned for this type of data.
The JSON message is
Ticks extraction JSON request content:
{"ExtractionRequest":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.SingleHistoricalPriceExtractionRequest","ContentFieldNames":["Ask Price","Bid Price"],"IdentifierList":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList","InstrumentIdentifiers":[{"Identifier":"438516AC0","IdentifierType":"Cusip"}],"ValidationOptions":{"AllowOpenAccessInstruments":true,"AllowHistoricalInstruments":true,"AllowInactiveInstruments":true,"AllowUnsupportedInstruments":true}},"Condition":{"PriceDate":"2017-12-21T00:15:00.000Z","LookBackPeriod":"FourMonths"}}}
Is this purely an account access issue, or does it have something to do with the above request.