Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes



One answer

Permanent link
Change the http:// protocol to https:// in you GET request URL.

0 votes

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.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Aug 11 '14, 5:13 a.m.

Question was seen: 3,632 times

Last updated: Aug 12 '14, 7:38 a.m.

Confirmation Cancel Confirm