Natively filter an RQM/ETM feed of executionresults by ID
I am trying to natively filter a feed of executionresults using an ID number (so that using documentBuilder, a user can specify the ID at run time without having to change the datasource).
I have tried:
https://<server>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/executionresult?&fields=feed/entry/content/executionresult[id='62']
https://<server>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project>/executionresult?&fields=feed/entry/content/executionresult[alias='urn:com.ibm.rqm:executionresult:62']
Plus a number of other id based filters but none of them work.
I can easily filter on "Title" and get results back, I just would like to be able to filter on ID.
Where am I going wrong?