<?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 Arcgis.com hosted feature service with attachments, I want the URL for the attachments list in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683431#M67811</link>
    <description>&lt;P&gt;I have a hosted Feature Service on ArcGIS.com with attachments enabled.&amp;nbsp; There are 50+ features.&amp;nbsp; I want to make a list of the URLS for the attachments with that also shows a Name field from the feature class.&lt;/P&gt;&lt;P&gt;Situation is that I don't want to host the attachment separately somewhere else in order to link on a webpage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QueryAttachments works only for 1 ObjectID at a time....too slow.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2026 16:52:18 GMT</pubDate>
    <dc:creator>BradGeorgic</dc:creator>
    <dc:date>2026-02-10T16:52:18Z</dc:date>
    <item>
      <title>Arcgis.com hosted feature service with attachments, I want the URL for the attachments list</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683431#M67811</link>
      <description>&lt;P&gt;I have a hosted Feature Service on ArcGIS.com with attachments enabled.&amp;nbsp; There are 50+ features.&amp;nbsp; I want to make a list of the URLS for the attachments with that also shows a Name field from the feature class.&lt;/P&gt;&lt;P&gt;Situation is that I don't want to host the attachment separately somewhere else in order to link on a webpage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QueryAttachments works only for 1 ObjectID at a time....too slow.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 16:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683431#M67811</guid>
      <dc:creator>BradGeorgic</dc:creator>
      <dc:date>2026-02-10T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com hosted feature service with attachments, I want the URL for the attachments list</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683451#M67812</link>
      <description>&lt;P&gt;where do you want this list of attachment urls?&amp;nbsp; is it in a webmap, Excel file, other format, etc?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 17:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683451#M67812</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-02-10T17:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com hosted feature service with attachments, I want the URL for the attachments list</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683457#M67813</link>
      <description>&lt;P&gt;excel would be best, but I could use parsed out txt etc.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 17:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683457#M67813</guid>
      <dc:creator>BradGeorgic</dc:creator>
      <dc:date>2026-02-10T17:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com hosted feature service with attachments, I want the URL for the attachments list</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683479#M67814</link>
      <description>&lt;P&gt;I can't look at this more until later, but you could try something like this to loop through features to get attachments, then loop through attachments within each feature to get the urls, then output each url to a new excel row.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/latest/guide/using-attachments-with-feature-layers/" target="_blank"&gt;https://developers.arcgis.com/python/latest/guide/using-attachments-with-feature-layers/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 18:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683479#M67814</guid>
      <dc:creator>ToddW_stl</dc:creator>
      <dc:date>2026-02-10T18:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com hosted feature service with attachments, I want the URL for the attachments list</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683488#M67815</link>
      <description>&lt;P&gt;So I used the REST endpoint and QueryAttachments.&amp;nbsp; In the ObjectID Field I listed the numbers with commas between(1,2,3....)&amp;nbsp; and it spit out the information I needed.&amp;nbsp; Wish I could use a range with hyphen - (1-56).&amp;nbsp; My problem is solved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 19:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcgis-com-hosted-feature-service-with-attachments/m-p/1683488#M67815</guid>
      <dc:creator>BradGeorgic</dc:creator>
      <dc:date>2026-02-10T19:07:51Z</dc:date>
    </item>
  </channel>
</rss>

