TimeSeries — GET /timeseries/profile-parser/{location-id}/{parameter-id}

What it does

Retrieves parser information associated with a specific profile identified by location and parameter.

Profile parsers can be defined to enable storage of profile instance data directly from the text output of data loggers.

When to use

  • You need the parser used for a specific profile to understand how values are interpreted.

GET /timeseries/profile-parser{location-id}/{parameter-id} - Endpoint Parameters

Parameter

Description

Required

location-id

location-id

Yes

office

office

Yes

parameter-id

parameter-id

Yes

Examples

  • Get the parser for a specific profile:

GET /timeseries/profile-parser/LOC123/Flow?office=HQ

See the consolidated API documentation: API References.