Is it possible to retrieve all categories of a certain fieldtemplatesystemid? I have created a secondary categoryFieldTemplate that is used for another purpose than the regular category and want to get the complete list of entities with this field template.
Tried to achieve it using DataService, but FieldTemplateSystemId doesn’t appear to be queryable for Category.
You could get all categories with dataservice and then filter them on the FieldTemplateSystemId when you have them all. Should not take noticable longer then finding the correct once inside the dataservice.