Hello There,
I am trying to make an API that will allow an authorized user to send data in AEM. When AEM received that data it will create a content fragment with that data. Is there any tutorial or doc that can give me an idea of how to make it or achieve the goal? I have added a diagram for better understanding. Please help me
Solved! Go to Solution.
Views
Replies
Total Likes
Yes AEM supports this CRUD operstions using HTTP API for assets, which also supports CF.
Views
Replies
Total Likes
For creating content fragments through API, content fragment model needs to be available in AEM. Here is OOTB API you may refer: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/assets...
Hope this helps.
Views
Replies
Total Likes
Yes AEM supports this CRUD operstions using HTTP API for assets, which also supports CF.
Views
Replies
Total Likes
I am getting all over the place now. Do you have any github repo that can advise me more in this. or example of a code to do the CRUD operation
Views
Replies
Total Likes
Views
Replies
Total Likes