#bcalhelp
Is it possible to make API call with AND and OR condition on the same field?
I want to make a call to get items 1200..1500|1700
This is the request filter part:
&$filter=(number+ge+%271200%27+AND+number+le+%271500%27)+OR+(number+eq+%271700%27)
Why doesn't it work?