Select to view content in your preferred language

Rest service on mapserver find and alias

790
1
11-30-2017 08:45 AM
FrancisMoisan
Emerging Contributor

Hi, we have a arcgis server with many services.  Our client use one of our MapServer service to find record (ArcGIS REST Services Directory).  That works fine but the result (in json or HTML) return the attributes alias.  Is it possible to return the real attributes names, not the alias?

0 Kudos
1 Reply
BjornSvensson
Esri Regular Contributor

Francis Moisan
Yes, there's an option for returning the field name instead of the alias.  Since 10.5: 

  • returnFieldName

http://resources.arcgis.com/en/help/arcgis-rest-api/#/Find/02r3000000zm000000/ 

0 Kudos