In this chapter, we covered the use of the ArcGIS REST API, feature sets, URL parameters, ArcGIS Online Tokens, and how to put them all together in one script. This workflow can be used in many examples within your organization. If you need to synchronize data from your ArcGIS Online account that is collected in the field with data in your office, you can use this process.
In the next chapter, we will cover the ArcREST Python package that allows us to execute Python with ArcGIS Online much more efficiently. This chapter was a good introduction to interacting with the ArcGIS REST API without any additional packages, but moving forward, we will begin introducing these new methods using the ArcREST Python package.