<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to use the enterprise Geodatabase featureclass metadata in ArcGIS Server Javascript API application? in ArcGIS Server with JavaScript API Questions</title>
    <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-the-enterprise-geodatabase-featureclass/m-p/806120#M310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, I have my enterprise geodatabase in sql server DB. I have created the mapservice with 36 layers in one service. Now i want to use the background metadata in my web application. How can i use each layer metadata in my application beside each layer? See the example images, in first image we can see beside each layer there is a Info link to view the metadata and in the second image is showing the metadata page by clicking the Info link. Please suggest me the right way. thanks.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="61" src="https://community.esri.com/legacyfs/online/195957_pastedImage_0.png" style="height: 108px; width: 1339.2px;" width="758" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/195958_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2016 08:59:44 GMT</pubDate>
    <dc:creator>Muqit_Zoarder</dc:creator>
    <dc:date>2016-04-22T08:59:44Z</dc:date>
    <item>
      <title>How to use the enterprise Geodatabase featureclass metadata in ArcGIS Server Javascript API application?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-the-enterprise-geodatabase-featureclass/m-p/806120#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, I have my enterprise geodatabase in sql server DB. I have created the mapservice with 36 layers in one service. Now i want to use the background metadata in my web application. How can i use each layer metadata in my application beside each layer? See the example images, in first image we can see beside each layer there is a Info link to view the metadata and in the second image is showing the metadata page by clicking the Info link. Please suggest me the right way. thanks.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="61" src="https://community.esri.com/legacyfs/online/195957_pastedImage_0.png" style="height: 108px; width: 1339.2px;" width="758" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/195958_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 08:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-the-enterprise-geodatabase-featureclass/m-p/806120#M310</guid>
      <dc:creator>Muqit_Zoarder</dc:creator>
      <dc:date>2016-04-22T08:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the enterprise Geodatabase featureclass metadata in ArcGIS Server Javascript API application?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-the-enterprise-geodatabase-featureclass/m-p/806121#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;Dear Muqit Zoarder, I am also looking for same approach. If possible can you share any references regarding approach to do this, if you got solution? It will be grateful if you share workaround sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 07:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-the-enterprise-geodatabase-featureclass/m-p/806121#M311</guid>
      <dc:creator>SriHarsha</dc:creator>
      <dc:date>2017-05-26T07:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the enterprise Geodatabase featureclass metadata in ArcGIS Server Javascript API application?</title>
      <link>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-the-enterprise-geodatabase-featureclass/m-p/806122#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Muqit &amp;amp; SriHarsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Metadata of a service or a particular layer can be retrieved by the typical rest service calls to your service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, the below is a call to service&amp;nbsp;that returns metadata in json format for the service itself.&lt;BR /&gt;Service URL:&amp;nbsp;&lt;A href="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Service%20Area" style="color: #2989c5; text-decoration: none;" title="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Service%20Area?f=json"&gt;https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Service%20Area&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metadata call:&amp;nbsp;&lt;A class="link-titled" href="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Service%20Area?f=json" title="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Service%20Area?f=json"&gt;https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Network/USA/NAServer/Service%20Area?f=json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it returns metadata for a particular layer.&lt;BR /&gt;URL&amp;nbsp;to a Layer:&amp;nbsp;&lt;A href="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0" style="color: #2989c5; text-decoration: none;" title="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0?f=json"&gt;https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metadata of a Layer:&amp;nbsp;&lt;A class="link-titled" href="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0?f=json" title="https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0?f=json"&gt;https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/0?f=json&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 07:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-server-with-javascript-api-questions/how-to-use-the-enterprise-geodatabase-featureclass/m-p/806122#M312</guid>
      <dc:creator>MirHashmi</dc:creator>
      <dc:date>2017-05-29T07:43:22Z</dc:date>
    </item>
  </channel>
</rss>

