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

/timeseries/profile-instance{location-id}/{parameter-id}/{version} Endpoint Parameters

Parameter

Description

Required

end

end

end-time-inclusive

location-id

location-id

max-version

next

office

office

page

page

page-size

page-size

parameter-id

parameter-id

previous

start

also begin. need to verify if duplicate def

start-time-inclusive

timezone

timezone

unit

deprecated, prefer units/unit-system. need to verify

version

version-date

version-date

Examples

  • Fetch a specific instance version:

GET /timeseries/profile-instance/LOC123/Flow/2?office=HQ

See the consolidated API documentation: API References.