Skip to main content
Question

Get alias names from ArcGIS Enterprise (Portal) Feature Service.

  • August 31, 2023
  • 1 reply
  • 51 views

smclaugh1
Contributor
Forum|alt.badge.img+5

Is there a way to get the field name aliases from an ArcGIS Feature Service instead of just the field names?

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • September 1, 2023

I do not know of an out of the box way to do this. What I would try is to get the _webservice_url from the ArcGISOnlineConnector, then use the HTTPCaller to get the json of the details of the layer and parse the aliasses from it.