Hey there,
is there a size limit for the $filter clause in OData requests?
Thanks,
Thorsten
Hey there,
is there a size limit for the $filter clause in OData requests?
Thanks,
Thorsten
Not that I know of. You could use GitHub - bodia-uz/odata-filter-builder: OData Filter Builder
or review http://docs.oasis-open.org/ for $filter
Note : javascript - Building OData $filter URLs with an Angular provider - Stack Overflow
Hi
There’s no limit for OData request filter criteria as far as I aware but it could be limited by the URL size set by the application server/firewall
For example, I’ve noticed IFS throws HTTP 414, Request-URI Too Large
error for large Odata filter requests.
Solution for this is to use batch requests and add the odata filter condition inside the batch request body.
Hope it helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.