I am working on Javascript code to use the IdentifyTask to query against a parcel that is clicked to display info about the parcel.
I have been trying to get the Identify Task to work with a Feature Server: https://services1.arcgis.com/Rlvx5g8pKeK13apH/ArcGIS/rest/services/CountyParcels/FeatureServer , though I cannot get it to work.
However I am able to make the Identify Task work on a Map Server: https://mcmap2.montrosecounty.net/arcgis/rest/services/MontroseCOeagle/MapServer
I did a little bit of searching online and found that maybe Feature Servers do not support Identity Tasks?
don't use identify task with feature layer
I wanted clarification on this and if there was a way to query against a parcel that is clicked for a Feature Server?
I also found these that are maybe relevant to querying against a feature server?
ImageServiceIdentifyTask | ArcGIS API for JavaScript 4.14
ImageServiceIdentifyParameters | ArcGIS API for JavaScript 4.14
Thank you very much for your response!!!