Two quick thoughts without computer access:
1) have you tried post? Usually they do work for all calls.
2) if the list does not change often, you can add it to the request handler
definition. Or even as a separate paramset to pass by reference. Either way
you would not need to have it in URL every time.

Regards,
   Alex

On Thu, Apr 11, 2019, 3:58 PM Zarski, Jacek, <zars...@dnb.com.invalid>
wrote:

> Let's say there is a collection with a schema that specifies 5000
> elements.  I would like to make a "real time get" call to retrieve a large
> subset of those elements. Currently I am limited by the size restriction of
> the HTTP GET method if I want to make that request be "real time" since I
> would have to specify each field in the "fl" parameter. Is there a way to
> circumvent the limitation of url size? Maybe a POST call with a body or
> something of the sort?
>

Reply via email to