Hi All,
I have a layer called StaffDeployment and its data in the attribute table. The layer has been published as service through ArcMap in the ArcGIS Portal. Now I want to create the reports according to the dropdown selection in the browser. I got the REST URL of the published service.
URL:
https://domainname.com/agswa/rest/services/StaffDeploy/FeatureServer/0
JSON Format:
https://domainname.com/agswa/rest/services/ StaffDeploy/FeatureServer/0?f=pjson
Query:
1. How to attain the report in an HTML web Page?
2. Since the GEO information, How well we can use the JSON format to create an report?