noi-techpark / it.bz.opendatahub.api.mobility-ninja

The new home of the Open Data Hub Mobility API v2
Other
2 stars 0 forks source link

Query fails when stationcode is string but represents number #12

Closed bertolla closed 4 years ago

bertolla commented 4 years ago

See: https://mobility.api.opendatahub.bz.it/v2/flat/ParkingStation,ParkingSensor/occupied/2010-01-01/2018-01-01?limit=-1&where=scode.eq.103&select=tmeasurements

Piiit commented 4 years ago

@bertolla You need to quote it, if you like to have it as string...

https://mobility.api.opendatahub.bz.it/v2/flat/ParkingStation,ParkingSensor/occupied/2010-01-01/2018-01-01?limit=-1&where=scode.eq."103"&select=tmeasurements