@AdobeID24 I tried with the json extension (rather than html as I was referring earlier) in ajax as below:@SlingServlet(resourceTypes = "<your resurceType>", selectors = "myselector",extensions = "json", methods = "GET")$.ajax({ type:"GET", url: "<resourcepath>/_jcr_content.myselector.json", ...});I...