[Closed] RQM: How to export Artifact Templates
Accepted answer
You can not export test artifact template directly, but you can achieve that using RQMAPI. Please see comment 2 from the enhancement request:
Comments
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
Please see https://jazz.net/wiki/bin/view/Main/RqmApi
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
As the provided API is Rest API, I suggest you try with RQMURLUtility.