Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Doc authoring EDS | Page content in json format

Avatar

Level 7

Hi All,

 

EDS spreadsheet content is accessible with json extension in url. I have a requirement to fetch doc page content in the form of json. Is there any way I can access? Manually replacing the extension to json throwing 404 page not found.

 

Thanks,

Pradeep

4 Replies

Avatar

Community Advisor

Hi @pradeepdubey82 ,

 

AEM translates this table to a JSON representation which is server to request to the corresponding .json resource only after a preview and publish via the sidekick.

 

Please, refer to this document. It reveals all details about spreadsheets and JSON: https://www.aem.live/developer/spreadsheets 

Kostiantyn Diachenko


Check out AEM VLT Intellij plugin


Hi Kostiantyn Diachenko,

 

My use case is different. Like in AEM or AEMAaCS we used to have model json for entire page, it was one of the way to get page content. Now in EDS we don't have json content of the page. I am figuring out if json extension of the EDS pages can be allowed but I don't see any dispatcher configurations where I can allow json extension of pages.

 

Thanks,

Pradeep

Avatar

Community Advisor

Hi @pradeepdubey82 

In EDS it is not possible to get json output from docs. json output is supported only with Spreadsheet.

Arun Patidar

AEM LinksLinkedIn

Avatar

Community Advisor

Hi @pradeepdubey82 ,

 

@arunpatidar is right, EDS doesn't provide such "headless" opportunity with pages.

Kostiantyn Diachenko


Check out AEM VLT Intellij plugin