How can I get Test Case id using OSLC API?
![]() Hi all,
I successfully created test case in RQM through OSLC, but I need its id. How can I retrieve its id from RQM using OSLC?
|
One answer
![]() If the create/POST operation is successful, you should get an HTTP 201 message along with a "Location" response header, which contains the "slug" Id of the newly created test artifact.
|