noiseMeterHistoryScreens
GET
/api/v1/plugins/noise-meter/instances/{id}/history/screens
const url = 'https://example.com/api/v1/plugins/noise-meter/instances/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/history/screens?range=today';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://example.com/api/v1/plugins/noise-meter/instances/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/history/screens?range=today'Which of the caller’s screens hold history for this meter in the range, so History shows one screen directly and offers a selector only when there is something to select.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
Query Parameters
Section titled “Query Parameters”range
tz
string
IANA timezone for day boundaries. Unreadable values fall back to UTC.
Responses
Section titled “ Responses ”Screens with measurements