Konrad Jasinski (@konradjasinski2) 's Twitter Profile
Konrad Jasinski

@konradjasinski2

ID: 1572998651068252164

calendar_today22-09-2022 17:18:17

10 Tweet

2 Takipçi

111 Takip Edilen

Konrad Jasinski (@konradjasinski2) 's Twitter Profile Photo

#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?