Creating Experience fragments programatically | Community
Skip to main content
deepakt84913413
Level 4
March 29, 2019
Solved

Creating Experience fragments programatically

  • March 29, 2019
  • 6 replies
  • 6292 views

How do I create the same kind of experience fragments with the same layout of components in with but with different content programmatically? Is there a service to create an experience fragment?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

You cannot create Experience Fragments by using an API.

6 replies

smacdonald2008
Level 10
March 30, 2019

AEM does not expose an API that lets you create exp fragments programmaticall. All done in the UO as described in the docs!

sachins55039180
May 9, 2019

smacdonald2008​ Hi did you mean that this fuction is only available in UI?

We are also looking at integrting a workflow application that creates a Exp. Fragment using REST API. This is not possible right?

Regards

SS

Level 2
June 10, 2019

Did you found any solution / alternative to create experience fragments programmatically ?

kautuk_sahni
Community Manager
Community Manager
July 16, 2019

There is not API exposed to this directly. Request you to please reach-out to support for this.

Kautuk Sahni
Accepted solution
July 16, 2019

You cannot create Experience Fragments by using an API.

arunpatidar
Community Advisor
Community Advisor
July 16, 2019

Creating XF is same as creating Page using Pagemanager JAVA API

PageManager ("The Adobe AEM Quickstart and Web Application.")

Example reading page details from CSV and creating pages

aem63app-repo/java/csvtopage at master · arunpatidar02/aem63app-repo · GitHub

Arun Patidar