Forum Discussion
vkbeemanapalli
7 years agoEmployee
Try the following:
{“INSERT_TIMESTAMP”: {‘$gte’: ISODate(“2018-09-01”), ‘$lte’: ISODate(“2018-12-01”)}}
Based on MongoDB documentation it should be in the above format and the API is expecting the same from Snap
aditya_sharma
7 years agoNew Contributor III
Thanks, it worked.