At this page: https://hub.arcgis.com/search?collection=Site
It list 3865 hub sites avaliable.
If I run this https://opendata.arcgis.com/api/v3/search?filter[collection]=any(Site)
it only return 10 sites
if you want to get more result,
you have to run https://opendata.arcgis.com/api/v3/search?filter[collection]=any(Site)&page[key]=eyJodWIiOnsic3RhcnQiOjExfSwiYWdvIjp7InN0YXJ0IjoxMX19
which have next page (key).
What I want is to get all 3865 site at one request:
https://opendata.arcgis.com/api/v3/search?filter[collection]=any(Site) & some magic parameters
return all 3865 site instead of only first page 10 with next page key value in meta{}
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.