<?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: Download schema, not data in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759422#M12854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try taking a look at the REST API for the JSON file.&amp;nbsp; In "My Content" click on the feature layer you're interested in.&amp;nbsp; When the page loads, you will find a link under "Layers" that will take you into the rest api.&amp;nbsp; Near the top of rest api page is a link for "JSON".&amp;nbsp; That may have what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 19:35:09 GMT</pubDate>
    <dc:creator>RandyBurton</dc:creator>
    <dc:date>2015-07-09T19:35:09Z</dc:date>
    <item>
      <title>Download schema, not data</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759421#M12853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When checking out for disconnected editing, I was wondering if it is possible to download only the schema, not the underlying data?&amp;nbsp; Some of our collector apps don't require the end user to see previously collected information at a site.&amp;nbsp; It's not a big deal to download most related information unless it includes pictures.&amp;nbsp; Then it can be overwhelming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 19:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759421#M12853</guid>
      <dc:creator>ChrisPouliot</dc:creator>
      <dc:date>2015-07-09T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Download schema, not data</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759422#M12854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try taking a look at the REST API for the JSON file.&amp;nbsp; In "My Content" click on the feature layer you're interested in.&amp;nbsp; When the page loads, you will find a link under "Layers" that will take you into the rest api.&amp;nbsp; Near the top of rest api page is a link for "JSON".&amp;nbsp; That may have what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 19:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759422#M12854</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2015-07-09T19:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Download schema, not data</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759423#M12855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Randy.&amp;nbsp; It looks like there are a number of Sync Capabilities identified there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syncEnabled": true,&lt;/P&gt;&lt;P&gt; "syncCapabilities": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; "supportsRegisteringExistingData": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "supportsSyncDirectionControl": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "supportsPerLayerSync": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "supportsPerReplicaSync": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "supportsRollbackOnFailure": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "supportsAsync": true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does one of these allow me to download schema only?&amp;nbsp; I don't think there is an interface for changing these and, if there was, would Collector honor those changes?&amp;nbsp; Or does it expect certain properties set here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 19:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759423#M12855</guid>
      <dc:creator>ChrisPouliot</dc:creator>
      <dc:date>2015-07-09T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Download schema, not data</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759424#M12856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should be a section for "fields" in the file somewhere that would give you some of the info you seek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the REST API to update schema.&amp;nbsp; Check out this blog: &lt;A href="http://blogs.esri.com/esri/arcgis/2014/10/19/updating-hosted-feature-services-in-arcgis-online/"&gt;Updating Hosted Feature Services in ArcGIS Online&lt;/A&gt;.&amp;nbsp; If you wish to do this, work with a copy of the feature for experimenting, make backups, etc. If you are using collector in offline mode, I would suggest that users sync all data, remove the map and reload it after successful changes made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 20:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/download-schema-not-data/m-p/759424#M12856</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2015-07-09T20:18:41Z</dc:date>
    </item>
  </channel>
</rss>

