Topic by Duncan Taylor
Hi there,
I wish to create a web form that provides aggregate date based on incidents submitted. Conceptually I can see a way to do this through the connect rest api, but the api requires authentication.
I only want to expose a subset of data (eg. the latitutde/longitude and subject) for incidents in the last 30 days. However if I provide an auth token that would obviously allow savvy people to query any of the data in the incident table through that token. Is there anyway to only expose a subset or is what im asking impossible?
thanks in advance.