Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Can we do "Export project as Template" using API?
Solved! Go to Solution.
Hello @SJ_7748282 , yes, this is possible, you can use the POST /v3/projects/{projectId}/content endpoint:
Note that I tested on 2.2.0.0.
Hello @SJ_7748282 , yes, this is possible, you can use the POST /v3/projects/{projectId}/content endpoint:
Note that I tested on 2.2.0.0.
Thank you for taking the time to help me out. Your solution was exactly what I needed!
