Forum Discussion
edgreg
7 years agoRegular Visitor
URL filtering by date is broken
Trying to follow the documentation here and add some filters on my URL and having trouble getting date based filters working. I've gotten string based filters working using the eq operator, but I can...
- 7 years ago
Hi edgreg,
I have tested with below format and it could work, I suggest you test again.
?filter=Table/Date gt datetime'2018-09-27T09:55:00'
Regards,
Daniel He
edgreg
7 years agoRegular Visitor
Hi Daniel,
Nope, adding the below did not fix my issue:
?filter=Builds/szEndTime gt 2018-10-03 15:00:00
Interesting that leavig the time off does work:
?filter=Builds/szEndTime gt 2018-10-09
How can I get the time portion to work correctly?
Thanks,
Ed
v-danhe-msft
7 years agoMicrosoft Employee
Hi edgreg,
I have tested with below format and it could work, I suggest you test again.
?filter=Table/Date gt datetime'2018-09-27T09:55:00'
Regards,
Daniel He