It's all about the answers!

Ask a question

Need help in using REST API.


Srinivasarao A (633) | asked Aug 11 '14, 5:13 a.m.
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



permanent link
Paul Slauenwhite (8.4k12) | answered Aug 11 '14, 9:08 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Change the http:// protocol to https:// in you GET request URL.

Comments
Srinivasarao A commented Aug 11 '14, 11:39 p.m.

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>']


Paul Slauenwhite commented Aug 12 '14, 7:38 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

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.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.