Expand my Community achievements bar.

SOLVED

How to use Content as a Service to crawl All aem data including all projects, sites, forms, assets, ACL(Users&Groups).

Avatar

Level 8

I am looking for API which can crawl all the AEM data and inject in another application. 

While exploring for that I came across Content Services.

I am not getting how we can use caas in my usecase.

Can anyone help.

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi @akshaybhujbale ,

 

You can use the content as a service to expose your data into JSON response to deliver into other applications

  • Sling model exporter to expose the component/site content
  • HTTP Asset API to expose assets. 

 

Below are the some good articles for the same - 

1)https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/journeys/d...

2)https://medium.com/globant/headless-aem-approaches-3ef1252c445d

3)http://www.sgaemsolutions.com/2017/06/sling-model-exporter-in-aem-63.html

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

 

Thanks,

Manisha

View solution in original post

2 Replies

Avatar

Administrator

@Siva_Sogalapalli @Manisha_Mirchandani @akhilraj @Nikhil-Kumar 

Your attention is kindly requested to examine this AEM question and share your expertise in this regard. Alternatively, if you could provide the author with some direction to help solve the problem, it would be highly appreciated. Thank you in advance for your kind support.



Kautuk Sahni

Avatar

Correct answer by
Level 2

Hi @akshaybhujbale ,

 

You can use the content as a service to expose your data into JSON response to deliver into other applications

  • Sling model exporter to expose the component/site content
  • HTTP Asset API to expose assets. 

 

Below are the some good articles for the same - 

1)https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/journeys/d...

2)https://medium.com/globant/headless-aem-approaches-3ef1252c445d

3)http://www.sgaemsolutions.com/2017/06/sling-model-exporter-in-aem-63.html

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

 

Thanks,

Manisha