How do I filter defect work items using REST calls?
Hello,
I am using RTC 4.0.0.1. I am experimenting with the OSLC workshop and am playing around with some REST calls. What I am trying to do is filter all Defect work items. I have constructed the following REST call:
This call returns a "Unknown attribute id: [http://purl.org/dc/terms/type]" 400 result. If I remove the &oslc.where=dcterms:type="Defect" filter, all the work items are returned with the dcterms:type attribute.https://<server>/ccm/oslc/contexts/_vB7-dSz-EeO2NNYauhpO8Q/workitems?oslc.select=dcterms:identifier,dcterms:title,dcterms:type&oslc.where=dcterms:type="Defect"
Where am I going wrong?
Regards,
Andrew