[Closed] RQM: How to export Artifact Templates
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
Accepted answer
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
You can not export test artifact template directly, but you can achieve that using RQMAPI. Please see comment 2 from the enhancement request:
Comments
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
Hello Lily,
Thanks for the Answer.
I am not able to get the syntax for POST/PUT.
Could you please share me the syntax and inputs for PUT/POST or examples also fine.
Thanks,
Regards,
Kumar
![](http://jazz.net/_images/myphoto/da716cb4d10aed41500a97bc963ed243.jpg)
Please see https://jazz.net/wiki/bin/view/Main/RqmApi
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
Hello Lily,
I have went through the document manytimes but its not clear with the format/ syntax with Java.
For Get I'm using something like -
oslcHttpClient = OslcHttpClientFactory.getClient(serverUrl, credentials);
model = RdfUtils.read(oslcHttpClient, serverUrl+oslcUrl);
Is it possible to share the relevant step with PUT/POST in Java.
Thanks,
Regards,
Kumar
![](http://jazz.net/_images/myphoto/da716cb4d10aed41500a97bc963ed243.jpg)
As the provided API is Rest API, I suggest you try with RQMURLUtility.