Need help in using REST API.
I am trying to fetch the keywords having a specific category value from RQM .
I am using teh below Feed url
https://<rqmserver>:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectname>/keyword?fields=feed/entry/content/keyword/category[@term='<Categoryterm>' and @value='<categoryvalue>']
I am getting below error.****ERROR: Get request failed: HTTP/1.1 505 HTTP Version Not Supported****
My RQM version is 4.0.3. According to teh below document filtering using Category in Keywords is allowed in RQM 4.0.3.
https://jazz.net/wiki/bin/view/Main/RqmApi
Please help me if am missing any thing. Thanks in Advance.
One answer
Comments
HI Paul
I am using 'https://' protocol only in my GET request URL.
My Request URL is
https://<rqmserver>:9443/qm/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectname>/keyword?fields=feed/entry/content/keyword/category[@term='<categoryterm>' and @value='<categoryvalue>']
See http://www.checkupdown.com/status/E505.html.
Try using Poster or HTTPRequester (Firefox plug-ins) to execute the above GET request. If the same error is reproduced, try removing the fields parameter.
From a RQM Reportable REST API perspective, your request URL is correct.