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 API for translation project

Avatar

Level 1

Hello,

 

Are there any HTTP API that AEM provides to Export/Import Translation Jobs/Projects?

Can I use Assets HTTP API to CRUD translation projects?

 

Thank you in advance!

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Refer to the following API doc - https://www.adobe.io/experience-manager/reference-materials/6-4/javadoc/com/adobe/cq/projects/api/Pr..., create and delete methods are available, see if this API methods can be used

Other option is copy the curl command while performing the project/translation operation in browser e.g delete and modify project, import/export translation based on your need.

Albin_Issac_0-1635261631743.png

 

Albin_Issac_1-1635261691892.png

 

Albin_Issac_2-1635261827703.png

 

Regards

Albin I

www.albinsblog.com

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Refer to the following API doc - https://www.adobe.io/experience-manager/reference-materials/6-4/javadoc/com/adobe/cq/projects/api/Pr..., create and delete methods are available, see if this API methods can be used

Other option is copy the curl command while performing the project/translation operation in browser e.g delete and modify project, import/export translation based on your need.

Albin_Issac_0-1635261631743.png

 

Albin_Issac_1-1635261691892.png

 

Albin_Issac_2-1635261827703.png

 

Regards

Albin I

www.albinsblog.com