Complete List of TCER coming while using Reportable REST API in RQM/ETM
![]()
Hello,
Usecase :
Fetch list of TCER linked with Test plan : 264 using Reportable REST Api
My API :
What i am getting :
Complete List of TCER present in our Electronics_QM in response body
Excepted :
Only TCER Linked with test plan number 264
Please let me know what i am doing wrong with above URL formation
Thank you
|
One answer
![]() The one thing that stands out to me eye is that you didn't include the protocol in the href. You should have @href='https://.... Comments @Daniel Chirillo
Sorry my bad , it's there while I am sending GET request but I missed to add here in the question ,but it is not sending me the correct response not sure why
|
Comments
Try with the closing ' and ] in what looks a more likely correct location, which is before the ?
But NOTE I'm not saying that your fields filter is correct, just that your xpath syntax was wrong
If your filter were correct you would get a filtered result set. AFAICT when I try an invalid/wrong fields value there is no filtering, i.e. I get all the items, which is exactly what you’re reporting.