Services Guide Manual

WattStation™ Connect Web Services Guide
GE Energy ©2012 GE Company All Rights Reserved
7
Overview of GetPublicStations Web Service
The GetPublicStations web service allows your application to locate all charging stations that are
publicly available within a specified geographical range. Use this API to locate public charging stations within
latitude and longitude parameters specified.
GetPublicStations returns a list of stations matching your search criteria, and provides details such as
address, availability, and the cost listed at the station (if price data is available).
GetPublicStationsRequest
Table 3: GetPublicStations Request Elements and Description
Element
Type
Description
username
string
The user name you established when creating your
WattStation Connect user account.
password
string
Your password for this account.
minLongitude
double
The minimum longitude coordinates to define the start
range of an area for which you wish to retrieve
information for public charging stations.
maxLongitude
double
The maximum longitude coordinates to define the end
range of an area for which you wish to retrieve
information for public charging stations.
minLatitude
double
The minimum latitude coordinates to define the start
range of an area for which you wish to retrieve
information for public charging stations.
maxLatitude
double
The maximum latitude coordinates to define the end
range of an area for which you wish to retrieve
information for public charging stations.