GET api/WeatherConditions

Gets all weather conditions.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of weather conditions.

Collection of WeatherCondition
NameDescriptionTypeAdditional information
ID

The ID of the record.

integer

None.

Name

The name of the weather condition.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2"
  },
  {
    "ID": 1,
    "Name": "sample string 2"
  }
]