Update 3.4. pri request=stations_available

This commit is contained in:
Rainer Gümpelein 2023-11-22 18:18:28 +00:00
parent 6380bb9bed
commit da880ee8ea

View file

@ -15,11 +15,12 @@
| description | o | text<=20 | short station description |
| gps | + | array | GPS: latitude, longitude |
| station | + | text | station prefix_number |
| station_group | + | array | deprecated, it will be substituted by station_type object |
| station_group | + | array | deprecated, it is substituted by station_type object |
| gps_radius | + | text | geofencing by meters around station, for bike return. |
| uri_operator | + | text | URI of operator-server |
| station_type | + | object | station values (see example). It can be "cargo" and/or "city" bike objects |
| operator_data | o | object | operator values (see example) |
| bikes_occupied | o | object | implicit returning the json object which is defined in "request=user_bikes_occupied" |
**station_type** describes which **bike_group** are allowed at the station.
@ -69,5 +70,6 @@ https://shareeapp-primary.example.tld/APIjsonserver?request=stations_available&a
},
"WUE9302" : {
...
}
},
"bikes_occupied" : {}
```