Hi,
I just moved to the new version of the sdk refinitiv with the new url.
using a batch file of composite, keep getting this following error
"The string 'DataScope.Select.Api.Extractions.ReportTemplates.ReportTemplateTypes'Composite'' is not a valid enumeration type constant."}
when reaching this code part -
var availableFields = ExtractionsContext.GetValidContentFieldTypes(ReportTemplateTypes.Composite);
the RESTAPIExampleApplication will work just fine after making the relevant changes.
Any ideas?
Yaniv