HTTP API for translation project | Community
Skip to main content
October 25, 2021
Solved

HTTP API for translation project

  • October 25, 2021
  • 2 replies
  • 1324 views

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!

 

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 AlbinIs1

Refer to the following API doc - https://www.adobe.io/experience-manager/reference-materials/6-4/javadoc/com/adobe/cq/projects/api/ProjectManager.html, 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.

 

 

 

Regards

Albin I

www.albinsblog.com

2 replies

SantoshSai
Community Advisor
Community Advisor
October 26, 2021
Santosh Sai
AlbinIs1Community AdvisorAccepted solution
Community Advisor
October 26, 2021

Refer to the following API doc - https://www.adobe.io/experience-manager/reference-materials/6-4/javadoc/com/adobe/cq/projects/api/ProjectManager.html, 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.

 

 

 

Regards

Albin I

www.albinsblog.com