Hi All,
I am trying to migrate to the new API and I am having some trouble with creating Tick History Raw report templates.
I keep getting a 400 error while trying to create this report.
I checked the allowed parameters for THR and the response from the server is as below
GET https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/GetValidContentFieldTypes(ReportTemplateType=DataScope.Select.Api.Extractions.ReportTemplates.ReportTemplateTypes'TickHistoryRaw')
@{"@odata.context":"https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#ContentFieldTypes","value":[]}
To check if this endpoint was working I tried with another report template
GET https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/GetValidContentFieldTypes(ReportTemplateType=DataScope.Select.Api.Extractions.ReportTemplates.ReportTemplateTypes'EndOfDayPricing')
@{"@odata.context":"https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#ContentFieldTypes","value":[{"Code":"EOD.3 Month High","Name":"3 Month High","Description":"Instrument's highest price over the last 3 months.","FormatType":"Number","FieldGroup":" "},{"Code":"EOD.3 Month Low","Name":"3 Month Low","Description":"Instrument's lowest price over the last 3 months.","FormatType":"Number","FieldGroup":" "},{"Code":"EOD.3 Month Percent Change","Name":"3 Month Percent Change","Description":"Percentage change in price over the last 3 months.","FormatType":"Number","FieldGroup":" "},{"Code":"EOD.52 Week High","Name":"52 Week High","Description":"Fund's 52-week high price represented in the fund's default currency.","FormatType":"Number","FieldGroup":"....},
Seems like the TickHistoryRaw report endpoint isn't setup/working properly. Unfortunately I cannot download postman in my enterprise, will try to get a tool to log my requests.
Any help would be appreciated, thanks!