Stations Response
The EVStationsResultType structure is the top-level element in responses to requests against the stations resource. The name of the top-level element is evStationsResult.
| Element | Data Type | Required | Description |
|---|---|---|---|
hasMore | Boolean | Required | This value indicates if the query has additional results that were not included in the response. This parameter together with the offset and maxresults parameters in the query can be used for pagination. |
count | Integer | Optional | Number of EV charging stations returned with your query. Not present if the stations resource was queried by id. See Station Details. |
evStations | EVStationsListType | Optional | List of charging stations that meet the query parameters. |
Updated 2 days ago