Query for getting content fragment variants as JSON
Hi,
We are trying to get create products with content fragments. But, each product has its own variants. How can we get as JSON each CF with its variants?
queryMap.put("path", "/content/dam/products");
queryMap.put("type","dam:Asset");
queryMap.put("1_property","jcr:content/@contentFragment");
queryMap.put("1_property.value","true");With this I am getting only the CF, but not its variants. Thanks!

