question

cwhite3 avatar image
cwhite3 asked Mike M answered

Filtering by Date v3 request

I tried to use these two requests below:

orders?offset=0&limit=1000&filter=createdTime%3E%3D1454461261 orders?offset=0&limit=1000&filter=createdTime>=1454461261

I noticed that the the results however contained data well before the createdTime date that I tried to specify by the filter. I think I'm doing something wrong but am having a hard time figuring it out.

The timestamp is Wed, 03 Feb 2016 01:01:01 GMT

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mike M avatar image
Mike M answered

Hi @cwhite3, our timestamps are actually in milliseconds, so just add on 3 zero's to your createdTime filter and you should be set!

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community