It's all about the answers!

Ask a question

Getting a 404 when attempting to list projects using the REST API?


steve martino (6689) | asked Oct 05 '12, 11:19 a.m.
edited Oct 19 '12, 3:10 a.m. by Ralph Schoon (63.1k33645)
When using the following URL (https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/projects) to list the projects, I get a 404 with description: "The requested resource (/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/projects) is not available."

Not sure why, this used to work fine.


2 answers



permanent link
Jerry Shengulette (63914) | answered Oct 05 '12, 11:33 a.m.
JAZZ DEVELOPER
It looks like you've missed the 'resources' part of the URL

https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects

permanent link
steve martino (6689) | answered Oct 05 '12, 11:49 a.m.
I have tried:
"https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/testplan" and get a 404

as well as:
"https://omdc-rqmdb:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects" and still get a 404.



Comments
1
Jerry Shengulette commented Oct 05 '12, 11:54 a.m.
JAZZ DEVELOPER

The other part of "used to work" could be version-related.  Is your context root still ".../jazz" or have you moved on to ".../qm" with a newer version?  What version are you using and what is your context root?


steve martino commented Oct 05 '12, 2:05 p.m.

needed qm instead of jazz, thanks.

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.