Is it possible that instead, or in addition to, of returning the spatial coordinates could return latitude and longitude? I got this simple result from my query
{ "objectIdFieldName": "OBJECTID", "globalIdFieldName": "", "hasZ": false, "geometryType": "esriGeometryPoint", "spatialReference": { "latestWkid": 32632, "wkid": 32632 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "ID" } ], "features": [ { "geometry": { "x": 283130.435, "y": 6571673.844 }, "attributes": { "OBJECTID": 4294824 } },