GET api/ForecastPoints/LastUpdate?id={id}
Gets the last time that the forecast was updated.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Optional. If provided, only the forecast at the specified forecast point will be considered. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
The date and time of the last update.
dateResponse Formats
application/json, text/json
Sample:
"2025-12-06T04:49:03.3618219+00:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-12-06T04:49:03.3618219+00:00</dateTime>