Select to view content in your preferred language

Know related field names in layer and table, map service

140
2
Jump to solution
a week ago
User35487
Occasional Contributor

Hi There,

How to know the fields name used in a relation of a layer and table from a Map Service(rest/services/)?

ArcGIS Enterprise 11.3

0 Kudos
1 Solution

Accepted Solutions
TanuHoque
Esri Regular Contributor

@User35487 

if you look at the layer resources, you will find those information inside relationships array. here is an example: https://sampleserver6.arcgisonline.com/arcgis/rest/services/ServiceRequest/MapServer/0?f=pjson

hope this helps

View solution in original post

2 Replies
TanuHoque
Esri Regular Contributor

@User35487 

if you look at the layer resources, you will find those information inside relationships array. here is an example: https://sampleserver6.arcgisonline.com/arcgis/rest/services/ServiceRequest/MapServer/0?f=pjson

hope this helps

User35487
Occasional Contributor

@TanuHoque 
Exactly! Thanks.

User35487_0-1748427362662.png

 

0 Kudos