Hello There
we are looking to query the count of all the table from ESRI web feature service URL
any idea how we could do that, the syntax we should use, we want only the table name and total feature in each one
thanks
Hello There
we are looking to query the count of all the table from ESRI web feature service URL
any idea how we could do that, the syntax we should use, we want only the table name and total feature in each one
thanks
Best answer by bruceharold
You can return only the feature count from the Query endpoint with the returnCountOnly parameter:
returnCountOnly=true
You'll need an always true where parameter too, like where 1 = 1:
where=1+%3D+1
Complete example:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.