Clone template programatically
-
Hello,
Is it possible to call an API to clone a specific template?
Thanks
-
There isn't a specific API call for clone at this moment.
However, what you can do, is use ODATA GET, remove from the JSON template the
_id
andshortid
, change the name, and POST back.
This is basically the same as the clone.