Room
To see the statistics for a concrete room -> execute a GET request against /rooms/:id/statistics
To see the statistics only for the current billing period -> execute a GET request against /rooms/:id/statistics/current endpoint instead.
You can choose a custom period with the date_start and date_end query params.
api/v1/rooms/:id/statistics?date_start=2023-01-01&date_end=2024-03-28
By default all metrics are returned. If you are interested only in concrete metrics you can filter them out with the metrics query param. Separate with a comma if multiple metrics. api/v1/rooms/:id/statistics?metrics=participation_minutes,max_concurrent_participants
Request
Response (200 OK)
Last updated