how to apply filters on the RQM REST API url for the multiple pages scenario ?
Hi,
we can do filtering on a single page using
connectorObject.get("testcase?fields=feed/entry/content/testcase[title='abc']");
But this filtering property will work only for first page and it will not work if title (i.e abc in this case) exist on page number 2nd.
How can we do it for the multiple pages. i know that we can traverse all the pages using url like :
rqmConnecterObj.get(tsArtifactName+"?token=_C8DasVZWEeG429XX9GztHA&page="+ pagenumber)
but not sure how can we add filter attribute in the above url.
Thanks in advance,
Best regards,
Dev Kashyap.
we can do filtering on a single page using
connectorObject.get("testcase?fields=feed/entry/content/testcase[title='abc']");
But this filtering property will work only for first page and it will not work if title (i.e abc in this case) exist on page number 2nd.
How can we do it for the multiple pages. i know that we can traverse all the pages using url like :
rqmConnecterObj.get(tsArtifactName+"?token=_C8DasVZWEeG429XX9GztHA&page="+ pagenumber)
but not sure how can we add filter attribute in the above url.
Thanks in advance,
Best regards,
Dev Kashyap.