<?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 Cannot access `properties` key/value content when querying ArcGIS Feature Service for GeoJSON in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/cannot-access-properties-key-value-content-when/m-p/98546#M443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/365266/cannot-access-properties-key-value-content-when-querying-arcgis-feature-servic"&gt;See this post for original question&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using ArcGIS with a developer account, I created a new layer, uploaded a .geojson file, and happily followed along the "query a feature layer" tutorial on their labs site. I successfully generated an OAuth Token in Postman, but when I changed the "f" (format) value in the x-www-form-urlencoded body to "geojson" it looks similar to the originally geojson file, but the properties are missing/null and the only key info included are the Polygon coordinates. The data remains in the ArcGIS Dashboard but isn't included in the data. Any advice? Is this a bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original File (.geojson):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #242729; background-color: var(--black-050); border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: transparent; border: 0px; font-weight: inherit;"&gt;{   "type": "FeatureCollection",   "features": [{     "geometry": {       "coordinates": [         [           [50.0115001901903, 50.2259915257836, 0],           [50.0115418500254, 50.225991583611, 0],           [50.0115447598285, 50.2242567612666, 0],           [50.0115031005844, 50.2242567034437, 0],           [50.0115001901903, 50.2259915257836, 0]         ]       ],       "type": "Polygon"     },     "ID": "asdf98d0-fa90-4293-a780-a6988f5486f7",     "id": 1,     "type": "Feature",     "properties": {       "CreationDate": "Wed, 17 June 2020 18:40:41 GMT",       "Editor": "dkoch"     }   }] }&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Received file from POST /0/query rest endpoint with f: geojson, token: (working token), where: 1=1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #242729; background-color: var(--black-050); border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: transparent; border: 0px; font-weight: inherit;"&gt;{     "type": "FeatureCollection",     "features": [         {             "type": "Feature",             "geometry": {                 "type": "Polygon",                 "coordinates": [                     [                         [                             50.0115001901903,                             50.2259915257836                         ],                         [                             50.0115418500254,                             50.225991583611                         ],                         [                             50.0115447598285,                             50.2242567612666                         ],                         [                             50.0115031005844,                             50.2242567034437                         ],                         [                             50.0115001901903,                             50.2259915257836                         ]                     ]                 ]             },             "properties": null         }     ] }&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2020 08:35:22 GMT</pubDate>
    <dc:creator>DevonKoch</dc:creator>
    <dc:date>2020-06-18T08:35:22Z</dc:date>
    <item>
      <title>Cannot access `properties` key/value content when querying ArcGIS Feature Service for GeoJSON</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/cannot-access-properties-key-value-content-when/m-p/98546#M443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/365266/cannot-access-properties-key-value-content-when-querying-arcgis-feature-servic"&gt;See this post for original question&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using ArcGIS with a developer account, I created a new layer, uploaded a .geojson file, and happily followed along the "query a feature layer" tutorial on their labs site. I successfully generated an OAuth Token in Postman, but when I changed the "f" (format) value in the x-www-form-urlencoded body to "geojson" it looks similar to the originally geojson file, but the properties are missing/null and the only key info included are the Polygon coordinates. The data remains in the ArcGIS Dashboard but isn't included in the data. Any advice? Is this a bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original File (.geojson):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #242729; background-color: var(--black-050); border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: transparent; border: 0px; font-weight: inherit;"&gt;{   "type": "FeatureCollection",   "features": [{     "geometry": {       "coordinates": [         [           [50.0115001901903, 50.2259915257836, 0],           [50.0115418500254, 50.225991583611, 0],           [50.0115447598285, 50.2242567612666, 0],           [50.0115031005844, 50.2242567034437, 0],           [50.0115001901903, 50.2259915257836, 0]         ]       ],       "type": "Polygon"     },     "ID": "asdf98d0-fa90-4293-a780-a6988f5486f7",     "id": 1,     "type": "Feature",     "properties": {       "CreationDate": "Wed, 17 June 2020 18:40:41 GMT",       "Editor": "dkoch"     }   }] }&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Received file from POST /0/query rest endpoint with f: geojson, token: (working token), where: 1=1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #242729; background-color: var(--black-050); border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: transparent; border: 0px; font-weight: inherit;"&gt;{     "type": "FeatureCollection",     "features": [         {             "type": "Feature",             "geometry": {                 "type": "Polygon",                 "coordinates": [                     [                         [                             50.0115001901903,                             50.2259915257836                         ],                         [                             50.0115418500254,                             50.225991583611                         ],                         [                             50.0115447598285,                             50.2242567612666                         ],                         [                             50.0115031005844,                             50.2242567034437                         ],                         [                             50.0115001901903,                             50.2259915257836                         ]                     ]                 ]             },             "properties": null         }     ] }&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 08:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/cannot-access-properties-key-value-content-when/m-p/98546#M443</guid>
      <dc:creator>DevonKoch</dc:creator>
      <dc:date>2020-06-18T08:35:22Z</dc:date>
    </item>
  </channel>
</rss>

