TimeSeries — GET /timeSeries/profile-instance/{location-id}/{parameter-id}/{version}
What it does
Fetch a specific versioned profile instance for a location and parameter.
When to use
You know the exact version you need to retrieve
Parameter |
Description |
Required |
|---|---|---|
end |
||
end-time-inclusive |
||
location-id |
||
max-version |
||
next |
||
office |
||
page |
||
page-size |
||
parameter-id |
||
previous |
||
start |
also begin. need to verify if duplicate def |
|
start-time-inclusive |
||
timezone |
||
unit |
deprecated, prefer units/unit-system. need to verify |
|
version |
||
version-date |
Examples
Fetch a specific instance version:
GET /timeseries/profile-instance/LOC123/Flow/2?office=HQ
See the consolidated API documentation: API References.