-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
zoomus/zoomus/components/past_meeting.py
Line 29 in bd79bef
| "/past_meetings/{}/participants".format(kwargs.get("meeting_id")), |
From https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingparticipants:
This request can exceed a single page, and may need to handle the pagination.
{
"type": "object",
"description": "Pagination object.",
"properties": {
"page_count": {
"type": "integer",
"description": "The number of pages returned for the request made."
},
"page_size": {
"type": "integer",
"description": "The number of records returned within a single API call.",
"default": 30,
"maximum": 300
},
"total_records": {
"type": "integer",
"description": "The number of all records available across pages."
},
"next_page_token": {
"description": "The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.",
"type": "string"
},
"participants": {
....
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels