Unable to get TestCase having name as Pre-Paid Residential Customer to Post-Paid Consumer (Qatari-National) Customer Migration.(Existing Customer having only prepaid subscription) using REST API
![](http://jazz.net/_images/myphoto/ca9f8a0566ede6c12cc4233fe3ba0858.jpg)
I'm asking this question on behalf of another jazz.net user (neha1105):
I have a test case name as:
Pre-Paid Residential Customer to Post-Paid Consumer (Qatari-National) Customer Migration.(Existing Customer having only prepaid subscription)
Currently I am using RQM REST API - GET method in java to retrieve data for a testcase but getting failure.
Below is the error reported:
Error 400: SRVE0295E: Error reported: 400
It will be quite helpful if someone can share the URL to query with and a snippet of java code to do so.
I have a test case name as:
Pre-Paid Residential Customer to Post-Paid Consumer (Qatari-National) Customer Migration.(Existing Customer having only prepaid subscription)
Currently I am using RQM REST API - GET method in java to retrieve data for a testcase but getting failure.
Below is the error reported:
Error 400: SRVE0295E: Error reported: 400
It will be quite helpful if someone can share the URL to query with and a snippet of java code to do so.
One answer
![](http://jazz.net/_images/myphoto/ca9f8a0566ede6c12cc4233fe3ba0858.jpg)
Hi Martin,
I typically see the GET done using the test case ID, e.g. https://clmlocal.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/CollectionTesting_2+%28Quality+Management%29/testcase/urn:com.ibm.rqm:testcase:3 where 'CollectionTesting_2+%28Quality+Management%29' is the RQM project alias and test case ID 3 is the ID.
What is the URL the user is trying that fails?
Thanks,
Brett