REST API - Cannot filter orders by date.
Hello,
It's now been several hours that I've been trying to filter my order results returned by the REST API (since it is limited to 100). My goal is simple: I want to filter and get all orders for the current month.
I've tried everything, all possible syntaxes, converting the dates to ISO-8601. Nothing works and I've still got the "bad request" error. the API documentation is either wrong or incomplete on this topic.
It would be great to have a working example or at least a reply about this...
Thanks in advance!
-
This answer was added to another thread.
We have updated the online API documentation to show how date filters work:
http://documents.wordbee.com/display/SystemAPI/Filtering+results
Example:
...&filter=Deadline>=DateTime(2017, 1, 25)
Regards,
Stephan
0 -
Thanks Stephan, I works great now :)
0
Please sign in to leave a comment.
Comments
2 comments