<?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: New Developer: working with JavaScript API (but may switch), retrieving 123Survy data in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-developer-working-with-javascript-api-but-may/m-p/488266#M45413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Anthony, I am wondering is JavaScript best approach for what I am building here for my client? Their company /dashboard is built on .NET framework, even though I am on the relatively right track I still don't understand (and can't find) information on how to initiate the authentication with ARCGIS? Once my user is logged in to domain.com/dashboard and they click eg. View Surveys I would like to connect that user to ARCGIS at that point (how? how does that call look and what do I need to make it? ARCGIS API Key? + user and pass ) and from there I would like to query results of Surveys.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 14:29:20 GMT</pubDate>
    <dc:creator>HugoCavic</dc:creator>
    <dc:date>2017-08-03T14:29:20Z</dc:date>
    <item>
      <title>New Developer: working with JavaScript API (but may switch), retrieving 123Survy data</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-developer-working-with-javascript-api-but-may/m-p/488264#M45411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am developing a middle-ware to speak to Arcgis and store data on server or just display. I am having lot of difficulty with the documentation. Here are few questions:&lt;BR /&gt;&lt;BR /&gt;1) If I want to only work with Survey123 data is JavaScript API best approach?&lt;/P&gt;&lt;P&gt;2) Where is documentation on how to make those kind of requests and how are you being authenticated?&lt;BR /&gt;&lt;BR /&gt;Would like end result to be along the lines:&lt;/P&gt;&lt;P&gt;- Login to headquarters of company, initiate connection to Arcgis to query results of Survey123 (store in database or just display)&lt;BR /&gt;&lt;BR /&gt;1) Authenticaiton 2) requests: &lt;SPAN style="color: #00ccff;"&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;A class="unlinked" style="color: #3366ff;"&gt;https://domain.com/featureservice/obj:123&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;gt; request!&lt;BR /&gt;&lt;BR /&gt;Thanks hopefully I was clear enough on what I am trying to accomplish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 22:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-developer-working-with-javascript-api-but-may/m-p/488264#M45411</guid>
      <dc:creator>HugoCavic</dc:creator>
      <dc:date>2017-08-02T22:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: New Developer: working with JavaScript API (but may switch), retrieving 123Survy data</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-developer-working-with-javascript-api-but-may/m-p/488265#M45412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hugo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Survey123 data is stored as a hosted feature service in AGOL. You can query the data the same as any other feature service (eg. ..../FeatureServer/0/query?). Remember surveys can have relationships and these are generally another layer within the feature service you can query as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way you suggested is correct&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Login&lt;/LI&gt;&lt;LI&gt;generate token&lt;/LI&gt;&lt;LI&gt;query feature service with token attachment&lt;/LI&gt;&lt;LI&gt;return what you need and display, etc. as you want&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 01:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-developer-working-with-javascript-api-but-may/m-p/488265#M45412</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2017-08-03T01:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: New Developer: working with JavaScript API (but may switch), retrieving 123Survy data</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-developer-working-with-javascript-api-but-may/m-p/488266#M45413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help Anthony, I am wondering is JavaScript best approach for what I am building here for my client? Their company /dashboard is built on .NET framework, even though I am on the relatively right track I still don't understand (and can't find) information on how to initiate the authentication with ARCGIS? Once my user is logged in to domain.com/dashboard and they click eg. View Surveys I would like to connect that user to ARCGIS at that point (how? how does that call look and what do I need to make it? ARCGIS API Key? + user and pass ) and from there I would like to query results of Surveys.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 14:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/new-developer-working-with-javascript-api-but-may/m-p/488266#M45413</guid>
      <dc:creator>HugoCavic</dc:creator>
      <dc:date>2017-08-03T14:29:20Z</dc:date>
    </item>
  </channel>
</rss>

