get
/past_meetings/{meetingId}/polls
Polls allow the meeting host to survey attendees. Use this API to list poll results of a meeting.
Scopes: meeting:read:admin
, meeting:read
Rate Limit Label: Medium
Prerequisites:
- Host user type must be Pro.
- Meeting must be a scheduled meeting. Instant meetings do not have polling features enabled.
Authorization
oauth2 - authorizationCode
Request Parameters
1 Path Parameter
Responses
HTTP Status Code: 200
OK
Polls returned successfully.
1 Example
Schema
id
integer
Meeting ID: Unique identifier of the meeting in “long” format(represented as int64 data type in JSON), also known as the meeting number.
1 validation
uuid
string
Meeting UUID.
start_time
string
The start time of the meeting.
1 validation
questions
array[object]
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
meetingId
$$.env
1 variable not set
oauth_access_token