-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to filter based on Date #13
Comments
Try with: GET v1/customers?where=createdAt:GT:dt'2017-06-12T11:57:00%2B00:00' |
@zvonegit : I tried the above suggestion. But it is also giving me the same error message. Please let me know which format will work. Can we use the above condition with filter as well ? I tried the above condition with filter as well i was again getting the same error. |
I've written a test to confirm your issue but the test passes without any error. I've also tried the same on an actual live service and it also works as intented. Which version of the library are you using? Also, |
i am using kumuluzee-rest-core version 1.3.1 maven dependency. |
Please provide the exact error message you are receiving (the whole message). |
Hi Team,
I am trying to use below filter:
GET v1/customers?where=createdAt:GT:'2017-06-12T11:57:00%2B00:00'
But i am getting error message as "A filter has too many argument or is malformed"
Please let me know what is the correct Format of Date ?
The text was updated successfully, but these errors were encountered: