Update 3.4. pri request=stations_available

This commit is contained in:
Rainer Gümpelein 2023-03-28 08:55:34 +00:00
parent 9b2b2814ab
commit bf90e41810

View file

@ -15,13 +15,21 @@
| description | o | text<=20 | short station description |
| gps | + | array | GPS: latitude, longitude |
| station | + | text | station prefix_number |
| station_group | + | array | station group |
| station_group | + | array | station_group describes which bike_groups are allowed at the station |
| authed | o | text | return 1 if user is authenticated on operator |
| gps_radius | + | text | geofencing by meters around station, for bike return. |
| uri_operator | + | text | URI of operator-server |
| bike_count | + | text | Amount of available bikes on station |
| operator_data | o | object | operator values (see example) |
**station_group** describes which **bike_groups** are allowed at the station.
Groups are identified by ID. The following groups of bicycles are defined:
| group ID | bike type |
| ------ | ------ |
| 300101 | Cargobike |
| 300103 | Citybike |
Example
**REST request=stations_available** for authorized users
```