TimeSeries — GET /timeSeries/profile-instance

What it does

Enumerate profile instances (actual profile datasets) and their versions. Use this to discover which instances exist before fetching a specific one.

When to use

  • Browse available instances by location/parameter

  • Find the latest or a specific version of an instance

/timeseries/profile-instanceEndpoint Parameters

Parameter

Description

Required

version-mask

office-mask

office-mask

location-mask

location-mask

parameter-id-mask

parameter-id-mask

Examples

  • List instances for a parameter at locations starting with ABC:

GET /timeseries/profile-instance?location-mask=ABC*&parameter-id-mask=Flow*&office=HQ

See the consolidated API documentation: API References.