RQM Rest API to query test case when name contains ampersand (&)
![](http://jazz.net/_images/myphoto/6ee45248d08095306971489889f512bf.jpg)
I am trying to use Rest API to query a test case, and the test case name contains &. e.g
FPGC_65661_01_10:[Layout&Page Folder] delete a folder which has child items
I tried the following query, but it is not working, it is getting all test cases. I guess I need to escape the &, but not sure how.