Hi,
We are using TIckHistory REST API v2, and when I try to get the available fields on TickHistoryRaw report template type by calling the following in C#, the 'availableFields' is empty
var availableFields = _extractionContext.GetValidContentFieldTypes(ReportTemplateTypes.TickHistoryRaw);
But I get a list available list (which is not empty) when using EndOfDayPricing report template type in above statement.
Do you know the reason for this?
Thanks.