GET v2/weatherapis.{ext}

This controller is used to access Weather services records, like CIMIS and HoboLink.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WeatherAPI
NameDescriptionTypeAdditional information
Id

integer

None.

External_Id

integer

None.

Name

string

None.

API_URL

string

None.

Response Formats

application/json, text/json, text/html

Sample:
[
  {
    "Id": 1,
    "External_Id": 2,
    "Name": "sample string 3",
    "API_URL": "sample string 4"
  },
  {
    "Id": 1,
    "External_Id": 2,
    "Name": "sample string 3",
    "API_URL": "sample string 4"
  }
]