Select to view content in your preferred language

Accessing Hosted Feature Layers with API

292
0
11-07-2023 11:51 AM
matt24young
New Contributor

Is there a way to access hosted feature layers name, symbology, etc. on your ArcGIS online account with the javascript api using the code below after getting a token?

esriId.registerToken({
          server: "",
          token: token
        });
0 Kudos
0 Replies