GetWeatherDataResultRequest

Method: GET
URL: https://service.solaranywhere.com/api/v2/WeatherDataResult/{WeatherRequestId}

Requests for weather data results are made using an HTTP GET call to the API with either basic or X-Api-Key authentication. The WeatherRequestId attribute from the CreateWeatherDataResponse is passed in the URL in the format: https://service.solaranywhere.com/api/v2/WeatherDataResult/{WeatherRequestId}. The response from this request will contain a GetWeatherDataResultResponse.

 

For more information, see REST API Basics.