Back to articles

Tag archive

#geodev

Q
May 31, 2022

Query All Features from a Feature Service

When querying an ArcGIS Feature Service, there is typically a maximum number of features (records) that will be returned from any query -- usually set to 1000. Normally, if you wanted to query for all the features in the service, you would need to make multiple REST calls to get them all. Learn how to use the package query-all-features to do this with only one REST call.

May 31, 20221 min read6 reactions0 comments