We would like to know an API endpoint which will give us the Room Utilization on the basis of provided ZoomRoomId.
I have tried with following endpoint but it don’t output correct data
v2/rooms/{zoomRoomId}/sensor_data?from=2024-10-01T00:00:00Z&to=2024-10-23T00:00:00Z&sensor_type=REAL_TIME_PEOPLE_COUNT
output
{
“from”: “2024-10-01T00:00:00Z”,
“to”: “2024-10-23T00:00:00Z”,
“next_page_token”: “”,
“page_size”: 30,
“total_records”: 0,
“sensor_data”:
}