Stations
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
Responses
200
Returns the list of stations, either as structured JSON data or a simple text file
400
Bad request
application/problem+json
get
/stationsget
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
datestring · dateRequiredExample:
Date for the network health search. Please note that the date should be within the last 45 days.
2024-11-30Responses
200
Returns the network health for the given date. Each station in the network will be included in the response.
application/json
get
/stations/health200
Returns the network health for the given date. Each station in the network will be included in the response.
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
stationIdstring · min: 4 · max: 4RequiredExample:
Specific station ID.
ABEPPattern: ^[a-zA-Z0-9]*$Query parameters
Responses
200
Returns info about the station, as structured JSON data
400
Bad request
application/problem+json
404
Not Found
application/problem+json
get
/stations/{stationId}get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
stationIdstring · min: 4 · max: 4RequiredExample:
Specific station ID.
ABEPPattern: ^[a-zA-Z0-9]*$Responses
200
Returns the station health, on a day-by-day basis
application/json
get
/stations/{stationId}/health200
Returns the station health, on a day-by-day basis
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
stationIdstring · min: 4 · max: 4RequiredExample:
Specific station ID.
ABEPPattern: ^[a-zA-Z0-9]*$Responses
200
Returns the station logs
400
Bad request
application/problem+json
404
Not Found
application/problem+json
get
/stations/{stationId}/logLast updated
Was this helpful?