TimeSeries — GET /timeSeries/recent

What it does

Return the most recent value(s) from one or more time series without downloading a historical range.

When to use

  • Dashboards needing the latest readings

  • Health checks and alerts for current conditions

/timeseries/recent Endpoint Parameters

Parameter

Description

Required

category-id

group-id

ts-ids

unit-system

SI or EN or other

office

office

Examples

  • Latest values for a list of series IDs:

GET /timeseries/recent?ts-ids=STATION1.Flow.Inst.15Minutes.0.CWMS,STATION2.Stage.Inst.15Minutes.0.CWMS&unit=ft

See the consolidated API documentation: API References.