ETM Rest API Filter testcaseexecutionrecords for testphase
Hello,
i am playing around with ETM and REST API.
I want to get a list of testcaseexecutionrecords of a specific testphase.
But when i send the request i always get the back the full list.
Following request i am sending:
https://ALMSERVER.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/MYRESOURCE/executionresult?oslc_config.context=_oPtnYLIVEeux2d2sd0_8kg&fields=feed/entry/content/executionresult/(testcase|webId|testphase[@href='https://ALMSERVER.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/MYRESOURCE/testphase/urn:com.ibm.rqm:testphase:4688'])
Am i doing something wrong here?