Hi Ihor,
I tried to test the following:
Get method to return all records was created before certain timestamp (I used $lt).
The reason I'm using (_createdAt), is I need to get all _id's for all records created in this collection in order to delete ( as far as I understand, in order to clear a collection I must delete all records one by one using their id). So I'm using (createdAt) to get all records _id's to be able later to delete them .
But now I'm stuck at using it with (where & limit) parameters correctly, as what ever date value I'm using it does not return any record.
Besides, even I manage to test here correctly, I still cannot find a way add BOTH parameters (limit & where) to my URL request as I indicated in my previous post
Many thanks,