RTC v4.0.2 REST API: How to query for work items that changed within a specific time frame
I have been trying to find out how I can constrain my RTC work item queries so that it only returns work items that have been changed:-
1. In the last month, week, day or hour.
2. Between this date and that date.
The *only* example that I have been able to find is the following:-
workitem/workItem[modified > 2010-12-07T10:10:53.000-0500]/(id|summary)
I changed this to the following:-
workitem/workItem[modified > 2014-01-01T00:00:00.000-0000]/(id|summary)
and it didn't return anything, although there was no error either...
Can anyone tell me what is wrong with the above?
Can anyone tell me how to do the second query that I need - from this date to that date?
Thanks and regards,
Paul.