Closed rcavaliere closed 5 years ago
@rcavaliere I noted this userstory in Belkas Jira
Come [Utente] voglio filtrare le colonnine per "METODO DI PAGAMENTO"
but we unfortunately don't have this info, just an URL.
@bertolla OK if it is like this please provide this info in the correspondent user story in Belka's JIRA. We won't implement this functionality.
already did so and informed them again by mail today
I put you as tester, but let's wait for Belka to respond
No feedback for now due to the repo structure discussion, let's keep this issue open under "testing".
@rcavaliere The discussion is over, and the new ninja is online.
Belka already uses these example calls and they worked as expected. Says @Piiit
I took all possible queries from userstories and found some problems:
show all echarging stations of bolzano
http://ipchannels.integreen-life.bz.it/ninja/api/v2/flat/EChargingStation?limit=-1&offset=0&where=sactive.eq.true%2Cscoordinate.bbi.(11.27539%2C46.444913%2C11.432577%2C46.530384)&shownull=false&distinct=true
show number of public, private and private with public access echarging stations
https://ipchannels.integreen-life.bz.it/ninja/api/v2/flat/EChargingStation?limit=-1&offset=0&select=smetadata&where=sactive.eq.true&shownull=false&distinct=true
...or...https://ipchannels.integreen-life.bz.it/ninja/api/v2/flat/EChargingStation?limit=-1&offset=0&select=smetadata.accessType&where=sactive.eq.true&shownull=false&distinct=false
show the total number of plugs and how many are currently available
https://ipchannels.integreen-life.bz.it/ninja/api/v2/flat/EChargingPlug/*?select=scode&limit=-1&offset=0&where=sactive.eq.true,tname.eq.echarging-plug-status,mvalue.eq.1&shownull=false&distinct=true
filter EchargingPlugs by voltage
https://ipchannels.integreen-life.bz.it/ninja/api/v2/flat/EChargingPlug?limit=-1&offset=0&select=*&where=sactive.eq.true&shownull=false&distinct=true
filter EchargingStations by payment method
https://ipchannels.integreen-life.bz.it/ninja/api/v2/flat/EChargingPlug?limit=-1&offset=0&select=*&where=sactive.eq.true&shownull=false&distinct=true
filter EchargingStations by state
https://ipchannels.integreen-life.bz.it/ninja/api/v2/flat/EChargingPlug?limit=-1&offset=0&select=*&where=sactive.eq.true&shownull=false&distinct=true