I want to access my web page details using Frappe’s default REST API.
https://frappe.io/frappejs/docs/server/rest here mentions all the details about how to access doctypes using the default Rest API, but there is no mention of how to access web page details.
For example: Right now, I have generated a web template in which I have included fields for the topic, title, and attachment. I added this to my web page. Now, I want to fetch these details on the frontend side through an API and get them in JSON format according to the web template. Is this possible?