Expand my Community achievements bar.

SOLVED

EXpose data to from aem backend

Avatar

Level 4

How to expose data from aem backend other than using servlets. What are other ways ofdoing sending data to external api's other than using servlets.

 

Thanks in advance,

Keerthi K.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

The answer depends on several factors, such as the type of data, the structure of the data, the data container, and so on. In general terms, you are seeking information on how AEM can be utilized in a Headless manner. You could also consider exploring:

  • AEM Content Services (Sling Model Exporter)
  • Content Fragment Models via GraphQL
  • If they are assets, you can utilize the Assets API

I recommend reading through these documents, which provide examples of the suggestions mentioned above:

https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/o...

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/mac-ap... 

https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/develop-slin... 



Esteban Bustamante

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

The answer depends on several factors, such as the type of data, the structure of the data, the data container, and so on. In general terms, you are seeking information on how AEM can be utilized in a Headless manner. You could also consider exploring:

  • AEM Content Services (Sling Model Exporter)
  • Content Fragment Models via GraphQL
  • If they are assets, you can utilize the Assets API

I recommend reading through these documents, which provide examples of the suggestions mentioned above:

https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/o...

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/mac-ap... 

https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/develop-slin... 



Esteban Bustamante