<?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 Re: Web Service Metadata Date in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290898#M6607</link>
    <description>&lt;P&gt;Hi Dean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;you can retrieve the info about publication from from the sharing REST endpoint&lt;BR /&gt;e.g. &lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;portal-fqdn&amp;gt;/portal/sharing/rest/content/items/&amp;lt;item-id&amp;gt;&lt;/A&gt;&lt;BR /&gt;You can search for the item representing your service at&amp;nbsp;&lt;BR /&gt;&lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;portal-fqdn&amp;gt;/portal/sharing/rest/search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;programmatically - the reference is here.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/item.htm" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/rest/users-groups-and-items/item.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/item.htm" target="_blank" rel="noopener"&gt;items/[itemID]: Item—ArcGIS REST APIs | ArcGIS Developers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 00:19:18 GMT</pubDate>
    <dc:creator>DavidHoy</dc:creator>
    <dc:date>2023-05-19T00:19:18Z</dc:date>
    <item>
      <title>Web Service Metadata Date</title>
      <link>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290882#M6606</link>
      <description>&lt;P&gt;Is it possible to get the publication date metadata from a web service using arcpy.metadata or similar?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 23:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290882#M6606</guid>
      <dc:creator>DMH_Hobart</dc:creator>
      <dc:date>2023-05-18T23:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Metadata Date</title>
      <link>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290898#M6607</link>
      <description>&lt;P&gt;Hi Dean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;you can retrieve the info about publication from from the sharing REST endpoint&lt;BR /&gt;e.g. &lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;portal-fqdn&amp;gt;/portal/sharing/rest/content/items/&amp;lt;item-id&amp;gt;&lt;/A&gt;&lt;BR /&gt;You can search for the item representing your service at&amp;nbsp;&lt;BR /&gt;&lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;portal-fqdn&amp;gt;/portal/sharing/rest/search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;programmatically - the reference is here.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/item.htm" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/rest/users-groups-and-items/item.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/item.htm" target="_blank" rel="noopener"&gt;items/[itemID]: Item—ArcGIS REST APIs | ArcGIS Developers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 00:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290898#M6607</guid>
      <dc:creator>DavidHoy</dc:creator>
      <dc:date>2023-05-19T00:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Metadata Date</title>
      <link>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290907#M6609</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9873"&gt;@DavidHoy&lt;/a&gt;&amp;nbsp;very much appreciated and thanks for the very quick response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 00:50:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290907#M6609</guid>
      <dc:creator>DMH_Hobart</dc:creator>
      <dc:date>2023-05-19T00:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web Service Metadata Date</title>
      <link>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290909#M6610</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/685282"&gt;@DMH_Hobart&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Dean,&lt;/P&gt;&lt;P&gt;the code I provided wasnt quite right - I will test and provide update shortly&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 00:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/web-service-metadata-date/m-p/1290909#M6610</guid>
      <dc:creator>DavidHoy</dc:creator>
      <dc:date>2023-05-19T00:56:49Z</dc:date>
    </item>
  </channel>
</rss>

