RQM Feed URL with Modified data filter
Hi,
I'm accessing testcase and testplan using REST API feed urls (https://server/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/testplan)
i want to list only those testplans and testcase which were modified today . i know that i can add updated data filter but i'm not getting the desired results. can anyone please share an example url of updated date filter ?
Thanks
Accepted answer
You can use modifiedSince parameter (append ?modifiedSince=dateTime to the URL)
Note that the timezone is required in dateTime.
Note that the timezone is required in dateTime.