Support #15337
Modified Entries Since Date
Start date:
01/27/2017
Due date:
% Done:
0%
Estimated time:
Description
I expect when using the http API that I can get all modified entries since a date using
https://www-bd.fnal.gov/Elog/api/search/entries?sortingField=Modified+Date&startDate=2017-01-27%2001:01:32
this didn't work.
Any tips on how I can return the modified entries since date?
History
#1 Updated by Kyle Hazelwood almost 4 years ago
- Category set to Database
- Status changed from New to Assigned
- Assignee set to Kyle Hazelwood
- Priority changed from Normal to Low
There isn't any way currently. We need a isModified field to do this. When an entry is created its creation date and modified date are the same for sorting reasons. I'll add this to the to do list...
#2 Updated by Kyle Hazelwood over 2 years ago
- Status changed from Assigned to Feedback
There are now fields for min/max creation date and min/max modified date. Try the "minimumModifiedDate" field for this query.