简体   繁体   中英

How to get all fields from ArcGIS REST API?

I'm looking to obtain all of the available fields from the ArcGIS REST API. Here is the query link: https://services1.arcgis.com/zdB7qR0BtYrg0Xpl/ArcGIS/rest/services/ODC_CRIME_OFFENSES_P/FeatureServer/225/query

There are some ObjectID fields that I'd like to see.

Which is leaving out fields like: DISTRICT_ID, NEIGHBORHOOD_ID and IS_CRIME

Does anyone know how to craft a query that would return all fields? Thanks!

Set outFields to *

You should really check out Esri's documentation on their REST endpoints as this is pretty commonly known. Next time do a bit of research before posting :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM