Meetings
Fetch all participants of a meeting
Returns all participants detail for the given meeting ID.
get/meetings/{meeting_id}/participants
Path parameters
meeting_idstring uuid required
ID of the meeting. Fetch the meeting ID using the create a meeting API.
Query parameters
page_nonumber
The page number from which you want your page search results to be displayed.
per_pagenumber
Number of results per page
Response
Success response
Example response
{
"success": true,
"paging": {
"total_count": 30,
"start_offset": 1,
"end_offset": 30
}
}