Skip to main content
7-Bedrock
October 7, 2024
Solved

Can we do "Export project as Template" using API ?

  • October 7, 2024
  • 1 reply
  • 737 views

Can we do "Export project as Template" using API?

Best answer by alfonso_c

Hello @SJ_7748282 , yes, this is possible, you can use the POST /v3/projects/{projectId}/content endpoint:

alfonso_c_0-1728369201224.png

Note that I tested on 2.2.0.0.

1 reply

alfonso_c14-AlexandriteAnswer
14-Alexandrite
October 8, 2024

Hello @SJ_7748282 , yes, this is possible, you can use the POST /v3/projects/{projectId}/content endpoint:

alfonso_c_0-1728369201224.png

Note that I tested on 2.2.0.0.

7-Bedrock
October 8, 2024

Thank you for taking the time to help me out. Your solution was exactly what I needed!