I am simply trying to query a rest endpoint (Feature Service) and get values from Specific fields
I dont think I need all the SDKs etc....I just want to read the result of a JSON string after querying a Rest EndPoint with a WHERE Clause.
Thoughts? Examples?
<SPAN class="keyword token">private</SPAN> <SPAN class="keyword token">void</SPAN> <SPAN class="token function">button1_Click</SPAN><SPAN class="punctuation token">(</SPAN><SPAN class="keyword token">object</SPAN> sender<SPAN class="punctuation token">,</SPAN> EventArgs e<SPAN class="punctuation token">)</SPAN>
<SPAN class="comment token">// Query a specific Rest EndPoint WHERE ID = ????</SPAN>
<SPAN class="comment token">// Write Field 1, Field 2, Field 6 to variables</SPAN>
<SPAN class="comment token">// Set variables to Textbox on Form</SPAN>
<SPAN class="punctuation token">{</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>