Azure Maps Weather Service (preview:1.0)

2025/08/14 • 8 deleted methods

Weather_GetHourlyForecast (removed)
Description **Get Hourly Forecast** **Applies to**: S0 and S1 pricing tiers. Request detailed weather forecast by the hour for the next 1, 12, 24 (1 day), 72 (3 days), 120 (5 days), and 240 hours (10 days) for the given the given coordinate location. The API returns details such as temperature, humidity, wind, precipitation, and ultraviolet (UV) index. In S0 you can request hourly forecast for the next 1, 12, 24 hours (1 day), and 72 hours (3 days). In S1 you can also request hourly forecast for the next 120 (5 days) and 240 hours (10 days).
Reference Link ¶

⚼ Request

GET:  /weather/forecast/hourly/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
unit: string ,
duration: integer ,
language: string ,
}

⚐ Response (200)

{
forecasts:
[
{
date: string ,
iconCode: integer ,
iconPhrase: string ,
hasPrecipitation: boolean ,
isDaylight: boolean ,
temperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
realFeelTemperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
wetBulbTemperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
dewPoint:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
wind:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
windGust:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
relativeHumidity: integer ,
visibility:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
ceiling:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
uvIndex: integer ,
uvIndexPhrase: string ,
precipitationProbability: integer ,
rainProbability: integer ,
snowProbability: integer ,
iceProbability: integer ,
totalLiquid:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
rain:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
snow:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
ice:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
cloudCover: integer ,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
Weather_GetMinuteForecast (removed)
Description **Get Minute Forecast** **Applies to**: S1 pricing tier. Get Minute Forecast service returns minute-by-minute forecasts for a given location for the next 120 minutes. Users can request weather forecasts in the interval of 1, 5 and 15 minutes. The response will include details such as the type of precipitation (including rain, snow, or a mixture of both), start time, and precipitation intensity value (dBZ).
Reference Link ¶

⚼ Request

GET:  /weather/forecast/minute/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
interval: integer ,
language: string ,
}

⚐ Response (200)

{
summary:
{
briefPhrase60: string ,
shortPhrase: string ,
briefPhrase: string ,
longPhrase: string ,
iconCode: integer ,
}
,
intervalSummaries:
[
{
startMinute: integer ,
endMinute: integer ,
totalMinutes: integer ,
shortPhrase: string ,
briefPhrase: string ,
longPhrase: string ,
iconCode: integer ,
}
,
]
,
intervals:
[
{
startTime: string ,
minute: integer ,
dbz: number ,
shortPhrase: string ,
threshold: string ,
color:
{
red: integer ,
green: integer ,
blue: integer ,
hex: string ,
}
,
simplifiedColor:
{
red: integer ,
green: integer ,
blue: integer ,
hex: string ,
}
,
precipitationType: string ,
iconCode: integer ,
cloudCover: integer ,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
Weather_GetQuarterDayForecast (removed)
Description **Get Quarter-Day Forecast** **Applies to**: S0 and S1 pricing tiers. Service returns detailed weather forecast by quarter-day for the next 1, 5, 10, or 15 days for a given location. Response data is presented by quarters of the day - morning, afternoon, evening, and overnight. Details such as temperature, humidity, wind, precipitation, and UV index are returned.
Reference Link ¶

⚼ Request

GET:  /weather/forecast/quarterDay/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
unit: string ,
duration: integer ,
language: string ,
}

⚐ Response (200)

{
forecasts:
[
{
date: string ,
effectiveDate: string ,
quarter: integer ,
iconCode: integer ,
iconPhrase: string ,
phrase: string ,
temperature:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
realFeelTemperature:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
dewPoint:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
relativeHumidity: integer ,
wind:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
windGust:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
visibility:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
cloudCover: integer ,
hasPrecipitation: boolean ,
precipitationType: string ,
precipitationIntensity: string ,
precipitationProbability: integer ,
thunderstormProbability: integer ,
totalLiquid:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
rain:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
snow:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
ice:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
Weather_GetCurrentConditions (removed)
Description **Get Current Conditions** **Applies to**: S0 and S1 pricing tiers. Get Current Conditions service returns detailed current weather conditions such as precipitation, temperature and wind for a given coordinate location. Also, observations from the past 6 or 24 hours for a particular location can be retrieved. The basic information returned with the response include details such as observation date and time, brief description of the weather conditions, weather icon, precipitation indicator flags, and temperature. Additional details such as RealFeel™ Temperature and UV index are also returned.
Reference Link ¶

⚼ Request

GET:  /weather/currentConditions/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
unit: string ,
details: string ,
duration: integer ,
language: string ,
}

⚐ Response (200)

{
results:
[
{
dateTime: string ,
phrase: string ,
iconCode: integer ,
hasPrecipitation: boolean ,
isDayTime: boolean ,
temperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
realFeelTemperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
realFeelTemperatureShade:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
relativeHumidity: integer ,
dewPoint:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
wind:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
windGust:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
uvIndex: integer ,
uvIndexPhrase: string ,
visibility:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
obstructionsToVisibility: string ,
cloudCover: integer ,
ceiling:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
pressure:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
pressureTendency:
{
localizedDescription: string ,
code: string ,
}
,
past24HourTemperatureDeparture:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
apparentTemperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
windChillTemperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
wetBulbTemperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
precipitationSummary:
{
pastHour:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
past3Hours:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
past6Hours:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
past9Hours:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
past12Hours:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
past18Hours:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
past24Hours:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
temperatureSummary:
{
past6Hours:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
past12Hours:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
past24Hours:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
}
,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
Weather_GetDailyForecast (removed)
Description **Get Daily Forecast** **Applies to**: S0 and S1 pricing tiers. The service returns detailed weather forecast such as temperature and wind by day for the next 1, 5, 10, 15, 25, or 45 days for a given coordinate location. The response include details such as temperature, wind, precipitation, air quality, and UV index. In S0 you can request daily forecast for the next 1, 5, 10, and 15 days. In S1 you can also request daily forecast for the next 25 days, and 45 days.
Reference Link ¶

⚼ Request

GET:  /weather/forecast/daily/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
unit: string ,
duration: integer ,
language: string ,
}

⚐ Response (200)

{
summary:
{
startDate: string ,
endDate: string ,
severity: integer ,
phrase: string ,
category: string ,
}
,
forecasts:
[
{
date: string ,
temperature:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
realFeelTemperature:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
realFeelTemperatureShade:
{
minimum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
maximum:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
hoursOfSun: number ,
degreeDaySummary:
{
heating:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
cooling:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
airAndPollen:
[
{
name: string ,
value: integer ,
category: string ,
categoryValue: integer ,
type: string ,
}
,
]
,
day:
{
iconCode: integer ,
iconPhrase: string ,
localSource:
{
id: integer ,
name: string ,
weatherCode: string ,
}
,
hasPrecipitation: boolean ,
precipitationType: string ,
precipitationIntensity: string ,
shortPhrase: string ,
longPhrase: string ,
precipitationProbability: integer ,
thunderstormProbability: integer ,
rainProbability: integer ,
snowProbability: integer ,
iceProbability: integer ,
wind:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
windGust:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
totalLiquid:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
rain:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
snow:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
ice:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
hoursOfPrecipitation: number ,
hoursOfRain: number ,
hoursOfSnow: number ,
hoursOfIce: number ,
cloudCover: integer ,
}
,
night:
{
iconCode: integer ,
iconPhrase: string ,
localSource:
{
id: integer ,
name: string ,
weatherCode: string ,
}
,
hasPrecipitation: boolean ,
precipitationType: string ,
precipitationIntensity: string ,
shortPhrase: string ,
longPhrase: string ,
precipitationProbability: integer ,
thunderstormProbability: integer ,
rainProbability: integer ,
snowProbability: integer ,
iceProbability: integer ,
wind:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
windGust:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
totalLiquid:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
rain:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
snow:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
ice:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
hoursOfPrecipitation: number ,
hoursOfRain: number ,
hoursOfSnow: number ,
hoursOfIce: number ,
cloudCover: integer ,
}
,
sources:
[
string ,
]
,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
Weather_GetWeatherAlongRoute (removed)
Description **Get Weather along route** **Applies to**: S1 pricing tier. Weather along a route API returns hyper local (one kilometer or less), up-to-the-minute weather nowcasts, weather hazard assessments, and notifications along a route described as a sequence of waypoints. This includes a list of weather hazards affecting the waypoint or route, and the aggregated hazard index for each waypoint might be used to paint each portion of a route according to how safe it is for the driver. When submitting the waypoints, it is recommended to stay within, or close to, the distance that can be traveled within 120-mins or shortly after. Data is updated every five minutes. The service supplements Azure Maps [Route Service](https://docs.microsoft.com/rest/api/maps/route) that allows you to first request a route between an origin and a destination and use that as an input for Weather Along Route endpoint. In addition, the service supports scenarios to generate weather notifications for waypoints that experience an increase in intensity of a weather hazard. For example, if the vehicle is expected to begin experiencing heavy rain as it reaches a waypoint, a weather notification for heavy rain will be generated for that waypoint allowing the end product to display a heavy rain notification before the driver reaches that waypoint. The trigger for when to display the notification for a waypoint could be based, for example, on a [geofence](https://docs.microsoft.com/azure/azure-maps/tutorial-iot-hub-maps), or selectable distance to the waypoint. The API covers all regions of the planet except latitudes above Greenland and Antarctica.
Reference Link ¶

⚼ Request

GET:  /weather/route/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
language: string ,
}

⚐ Response (200)

{
summary:
{
iconCode: integer ,
hazards:
{
maxHazardIndex: integer ,
hazardDetails:
[
{
hazardIndex: integer ,
hazardCode: string ,
shortPhrase: string ,
}
,
]
,
}
,
}
,
waypoints:
[
{
iconCode: integer ,
shortPhrase: string ,
isDayTime: boolean ,
cloudCover: integer ,
temperature:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
wind:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
windGust:
{
direction:
{
degrees: number ,
localizedDescription: string ,
}
,
speed:
{
value: number ,
unit: string ,
unitType: integer ,
}
,
}
,
precipitation:
{
dbz: number ,
type: string ,
}
,
lightningCount: integer ,
sunGlare:
{
calculatedVehicleHeading: integer ,
glareIndex: integer ,
}
,
hazards:
{
maxHazardIndex: integer ,
hazardDetails:
[
{
hazardIndex: integer ,
hazardCode: string ,
shortPhrase: string ,
}
,
]
,
}
,
notifications:
[
{
type: string ,
hazardIndex: integer ,
hazardCode: string ,
shortPhrase: string ,
}
,
]
,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
Weather_GetSevereWeatherAlerts (removed)
Description **Get Severe Weather Alerts** **Applies to**: S0 and S1 pricing tiers. Severe weather phenomenon can significantly impact our everyday life and business operations. For example, severe weather conditions such as tropical storms, high winds or flooding can close roads and force logistics companies to reroute their fleet causing delays in reaching destinations and breaking the cold chain of refrigerated food products.  Azure Maps Severe Weather Alerts API returns the severe weather alerts that are available worldwide from both official Government Meteorological Agencies and leading global to regional weather alert providers. The service can return details such as alert type, category, level and detailed description about the active severe alerts for the requested location, like hurricanes, thunderstorms, lightning, heat waves or forest fires.
Reference Link ¶

⚼ Request

GET:  /weather/severe/alerts/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
language: string ,
details: string ,
}

⚐ Response (200)

{
results:
[
{
countryCode: string ,
alertId: integer ,
description:
{
localized: string ,
english: string ,
}
,
category: string ,
priority: integer ,
class: string ,
level: string ,
source: string ,
sourceId: integer ,
disclaimer: string ,
alertAreas:
[
{
name: string ,
summary: string ,
startTime: string ,
endTime: string ,
latestStatus:
{
localized: string ,
english: enum ,
}
,
alertDetails: string ,
alertDetailsLanguageCode: string ,
}
,
]
,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
Weather_GetDailyIndices (removed)
Description **Get Daily Indices** **Applies to**: S0 and S1 pricing tiers. There may be times when you want to know if the weather conditions are optimal for a specific activity, for example, for outdoor construction, indoor activities, running or farming including soil moisture information. Azure Maps Indices API returns index values that will guide end users to plan future activities. For example, a health mobile application can notify users that today is good weather for running or for other outdoors activities like for playing golf, and retail stores can optimize their digital marketing campaigns based on predicted index values. The service returns in daily indices values for current and next 5, 10 and 15 days starting from current day.
Reference Link ¶

⚼ Request

GET:  /weather/indices/daily/{format}
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
format: string ,
query: string ,
language: string ,
duration: integer ,
indexId: integer ,
indexGroupId: integer ,
}

⚐ Response (200)

{
results:
[
{
indexName: string ,
indexId: integer ,
dateTime: string ,
value: number ,
category: string ,
categoryValue: integer ,
ascending: boolean ,
description: string ,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}