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. 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
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>']
See http://www.checkupdown.com/status/E505.html.
|
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.