Is there a way to stream the response or paginate results so that this does not occur? If no, how else may I generate a list of all feature objectIDs for a layer? Thanks.
Also, slightly unrelated, there may be a bug in the geometryType filter parameter. In trying to reduce the result set using a filter by geometryType, I ran this query:
The param value validation seems to be working, i.e. if I enter an invalid type for 'geometryType', I receive an error as I would expect. Howerver, the result set returned for the query above contains 500 features of type esriGeometryPoint, i.e. not polylines.