Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Adobe recommended location to store API JSON

Avatar

Level 3

Hello team,

 

AEM : 6.5.12

 

Requirement: We need to display offers  on the page and these data would be fetched from external APIs.

 

We plan to store APIs response in any node in CRX in Author and then replicate to publish, so that in End site, we don't make API call at run time, instead we read data stored in AEM and simply display on the Page.

 

Question: What should be ideal location to store such node/data and specific format?

 

Regards,

KTNR

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee Advisor

Hello @arvindpandey 

 

Such blobs kind of data (JSON Payload in this case) can be stored under /var folder.

 

Please make sure to implement a fallback, like if JSON data is not available under /var, make a real-time API call and save it under /var.

 

~ Mohit

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Employee Advisor

Hello @arvindpandey 

 

Such blobs kind of data (JSON Payload in this case) can be stored under /var folder.

 

Please make sure to implement a fallback, like if JSON data is not available under /var, make a real-time API call and save it under /var.

 

~ Mohit