Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

HTTP Asset api - content fragment

Avatar

Level 2

Hi,

 

Reg asset api , what is the best way to use within aem(java or ajax).

I wanna get all the details from content fragment and update the same. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6.5
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @james_aem 

 

It's recommended to use it with Java. You can perform both the operations of getting and updatting the information from content fragment.

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

 

Thanks!

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @james_aem 

 

It's recommended to use it with Java. You can perform both the operations of getting and updatting the information from content fragment.

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

 

Thanks!

Avatar

Community Advisor

Hi @james_aem 

 

If we need to do some operations programmatically i would suggest to try using Content Fragments API to perform read/update operations in java.

 

https://aemdeveloper.wordpress.com/2017/08/22/create-access-the-content-fragment-programmatically/