Description
When hitting the Api GET /metrics/webinars/{webinarId}/participants it is returning OK response with no data, but it has the participants
Error(No Data return)
{
“next_page_token”: “”,
“page_count”: 0,
“page_size”: 30,
“participants”: ,
“total_records”: 0
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
GET /metrics/webinars/{webinarId}/participants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
- See error
Screenshots (If applicable)
Additional context
Add any other context about the problem here.