How can I retrieve GeoJSON file from ArcGIS MapServer | Social Pinpoint Classic Help Center

How can I retrieve GeoJSON file from ArcGIS MapServer
 

If you have an ArcGIS resource (MapServer) and want to pull a layer from it to upload to Social Pinpoint, you can use a neat Python commandline tool

https://github.com/Schwanksta/python-arcgis-rest-query

Step-by-step guide

Once installed you can issue a command such as

arcgis-get https://<URL OF SERVER>/MapServer 0 > yourfile.geojson

The number after the URL is the LayerId

ℹ️ The geojson can then be uploaded to Social Pinpoint.