GET api/v{version}/ForecastPoints/LastUpdate?id={id}

Gets the last time that the forecast was updated.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Optional. If provided, only the forecast at the specified forecast point will be considered.

integer

None.

version

string

None.

Body Parameters

None.

Response Information

Resource Description

The date and time of the last update.

date

Response Formats

application/json, text/json

Sample:
"2025-12-06T05:08:35.3602697+00:00"

application/xml, text/xml

Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-12-06T05:08:35.3602697+00:00</dateTime>