Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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!