AEM 6.2 API Options available to access page content
We are working on a custom solution to use content from AEM instance. Using HTTP API(http://localhost:4502/api/content/sites/geometrixx/en.json) we can get details of page but not the content inside a custom solution. I am wondering if using HTTP API we can also get page content. If no, which API we can use to get the content of pages? Can anyone please suggest.