Skip to content

noiseMeterHistorySeries

GET
/api/v1/plugins/noise-meter/instances/{id}/history/series
curl --request GET \
--url 'https://example.com/api/v1/plugins/noise-meter/instances/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/history/series?range=today'

Timeline points at the range’s presentation resolution — one minute for a day, fifteen minutes for a week, an hour for a month. Averages are weighted by monitored time, peaks keep the maximum, durations sum, and a period with no records is omitted rather than returned as zero.

id
required
string format: uuid
range
default: today
Allowed values: today yesterday 7d 30d
screenId
string format: uuid

One screen, authorized with the same screen scope as every other screen operation. Omitted means every screen the account may see.

tz
string

IANA timezone for day boundaries. Unreadable values fall back to UTC.

Aggregated timeline points

Range or screen is invalid