GET api/Values/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "LocationId": 1,
  "LocationName": "sample string 2",
  "CurrentTemperature": 3.1,
  "MinTemperature": 4.1,
  "MaxTemperature": 5.1,
  "IconPath": "sample string 6",
  "WeatherDesc": "sample string 7",
  "ChanceOfRain": 64,
  "LastUpdateTime": "2025-12-25T20:11:02.6894805+07:00"
}