Team
To see the detailed statistics for your team -> execute a GET request against /statistics
By default it returns the statistics for the current subscription period. You can choose a custom period with the date_start and date_end query params.
api/v1/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/statistics?metrics=participation_minutes,max_concurrent_participants
Request
Response (200 OK)
Last updated