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
Parameter |
Description |
Required |
|---|---|---|
version-mask |
||
office-mask |
||
location-mask |
||
parameter-id-mask |
Examples
List instances for a parameter at locations starting with ABC:
GET /timeseries/profile-instance?location-mask=ABC*¶meter-id-mask=Flow*&office=HQ
See the consolidated API documentation: API References.