REST Service Query in HTML format. How do I suppress the Form for further input?

707
0
11-15-2016 06:32 PM
EvanYates1
New Contributor

When you use the built-in query function against a REST service layer in HTML format from a browser, the returned HTML includes the HTML "sdform" Form with values selected for running another query. (<form name="sdform" action="/arcgis/rest/services/ServiceName/MapServer/1/query">)

Is there a way of suppressing that form object and just having the query dataset returned from a query call? If you select JSON as the data format, all you get is the data.  I was wondering if there is an HTML equivalent flag setting which says "Don't show the Input form for this query as part of the returned datstream"?

0 Kudos
0 Replies