REST API in RQM
2 answers
Please see https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding for the APIs that are available.
For ETM there are two REST APIs that can POST and create stuff, the Reportable REST API and the OSLC QM API.
I can not provide examples. There might be examples in this forum. Usually, you want to GET stuff first and then use the result to POST.
I wrote the following Blog post on the ETM APIs - https://michaelrowe01.com/index.php/day-job/ibm-elm/generating-a-test-execution-record-via-api-discovery/ It talks to the Test Execution Record, but creating a Test Script should follow the same pattern.