<?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: How to access Survey123 photos via ArcGIS API for Python in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-access-survey123-photos-via-arcgis-api-for/m-p/765967#M2521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ismael,&lt;/P&gt;&lt;P&gt;Thanks very much, that is just what i needed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone else that stumbles upon this, the images are all handled in the attachment property:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/using-attachments-with-feature-layers/" title="https://developers.arcgis.com/python/guide/using-attachments-with-feature-layers/"&gt;Layer Attachments | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 00:33:41 GMT</pubDate>
    <dc:creator>NathanielEvatt</dc:creator>
    <dc:date>2018-02-27T00:33:41Z</dc:date>
    <item>
      <title>How to access Survey123 photos via ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-access-survey123-photos-via-arcgis-api-for/m-p/765965#M2519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following instructions from this &lt;A _jive_internal="true" href="https://community.esri.com/groups/survey123/blog/2017/03/22/working-with-your-survey123-photos"&gt;blog post&amp;nbsp;&lt;/A&gt;I am able to access Survey123 photos from AGOL, the Survey123 web interface as well as from desktop applications via arcpy.&amp;nbsp; However, I am struggling to find out how to access the images via ArcGIS API for Python.&amp;nbsp; The feature service doesn't have any table info about the attachments, despite the fact that when you open the data table in AGOL, the photo data is there.&amp;nbsp; Is it possible to get access to the joined table that is displayed in AGOL when you click "show table"?&lt;/P&gt;&lt;P&gt;I am hoping to be able to get access to a link or something that i can actually download.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/397403_photoData.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/397404_showTable.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 22:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-access-survey123-photos-via-arcgis-api-for/m-p/765965#M2519</guid>
      <dc:creator>NathanielEvatt</dc:creator>
      <dc:date>2018-02-23T22:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Survey123 photos via ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-access-survey123-photos-via-arcgis-api-for/m-p/765966#M2520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have attached below a Jupyter Notebook file with some code you can use.&lt;/P&gt;&lt;P&gt;The Notebook looks something like this.&lt;/P&gt;&lt;P&gt;You will want to change the ID of your survey's featureLayer item, the output path and username...&lt;/P&gt;&lt;P&gt;If your attachments are in a related table, make sure you adjust the layer index in &lt;EM&gt;myFLItem.layers[0]&lt;/EM&gt; accordingly.&amp;nbsp; Otherwise the script assumes that your attachments are in the first layer in your feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="397416" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/397416_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to take this to the next level I recommend this Python script&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/developer-support/tree/master/python/general-python/download-attachments" title="https://github.com/Esri/developer-support/tree/master/python/general-python/download-attachments"&gt;developer-support/python/general-python/download-attachments at master · Esri/developer-support · GitHub&lt;/A&gt;&amp;nbsp; published by &lt;A href="https://community.esri.com/migrated-users/2981"&gt;Michael Kelly&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2018 04:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-access-survey123-photos-via-arcgis-api-for/m-p/765966#M2520</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2018-02-24T04:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Survey123 photos via ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-access-survey123-photos-via-arcgis-api-for/m-p/765967#M2521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ismael,&lt;/P&gt;&lt;P&gt;Thanks very much, that is just what i needed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone else that stumbles upon this, the images are all handled in the attachment property:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/using-attachments-with-feature-layers/" title="https://developers.arcgis.com/python/guide/using-attachments-with-feature-layers/"&gt;Layer Attachments | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 00:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-access-survey123-photos-via-arcgis-api-for/m-p/765967#M2521</guid>
      <dc:creator>NathanielEvatt</dc:creator>
      <dc:date>2018-02-27T00:33:41Z</dc:date>
    </item>
  </channel>
</rss>

