How to query category items by using RQM Rest API
One answer
You can get an atom feed of all Category Types using a URL like:
https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/categoryType/
You can get an atom feed of all Categories using a URL like:
https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/category/
From the feed, you can get the individual categories using a URL like:
https://localhost:9443/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/Quality+Manager/category/urn:com.ibm.rqm:category:_QraKMGkfEeWaksN18aiLNA
Comments
@frank McGrath:Thanks..Btw second URL shows some dropdown values from all fields. Any work around to get exactly all fields of particular categorytype?
any help? I need to fetch items of particular category type
like
CategoryType="ApplicationNames"