It's all about the answers!

Ask a question

Problem with filtring resources using field param via REST


Tomasz Stradomski (111) | asked Jun 10 '11, 5:59 a.m.
I need to filter results using "title" field via REST API (https://jazz.net/wiki/bin/view/Main/RqmApi).
I use following URL:
https://SERVER_NAME:9444/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/PROJECT_NAME/testcase?fields=feed/entry/content/testcase/*

Of coures SERVER_NAME, PROJECT_NAME and TEST_CASE_TITLE are valid names.

The result contains all available TestCases. Filtring is not working in this case.

Should I do something in different way? Maybe my URL is incorrect?

I am using following version of software:
Quality Management - Core Libraries 3.0 Beta3
Jazz Foundation - Core Libraries 3.0.1 Beta 3

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Jun 10 '11, 3:10 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
I need to filter results using "title" field via REST API (https://jazz.net/wiki/bin/view/Main/RqmApi).
I use following URL:
https://SERVER_NAME:9444/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/PROJECT_NAME/testcase?fields=feed/entry/content/testcase/*

Of coures SERVER_NAME, PROJECT_NAME and TEST_CASE_TITLE are valid names.

The result contains all available TestCases. Filtring is not working in this case.

Should I do something in different way? Maybe my URL is incorrect?

I am using following version of software:
Quality Management - Core Libraries 3.0 Beta3
Jazz Foundation - Core Libraries 3.0.1 Beta 3


The URL is correct (see https://jazz.net/wiki/bin/view/Main/RqmApi#FieldsExamples for more examples) using the RQM 3.0.1 GA candidate (I20110602_0806). If there was an issue with the RQM 3.0 Beta3 install, it has since been fixed.

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.