Class Index
java.lang.Object
com.ringcentral.paths.webinar.history.v1.webinars.sessions.invitees.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a historical session invitee information by ID (host interface).list()
list
(RcwHistoryListInviteesParameters queryParams) Returns the list of Invitees (co-hosts and panelists) of a given Webinar Session (host interface).path()
-
Field Details
-
rc
-
parent
-
inviteeId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public InviteeListResource list(RcwHistoryListInviteesParameters queryParams) throws RestException, IOException Returns the list of Invitees (co-hosts and panelists) of a given Webinar Session (host interface). An implicit record created for a Webinar 'Host' is always returned.HTTP Method: get Endpoint: /webinar/history/v1/webinars/{webinarId}/sessions/{sessionId}/invitees Rate Limit Group: Heavy App Permission: ReadWebinars
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
Returns a historical session invitee information by ID (host interface). HTTP Method: get Endpoint: /webinar/history/v1/webinars/{webinarId}/sessions/{sessionId}/invitees/{inviteeId} Rate Limit Group: Heavy App Permission: ReadWebinars- Throws:
RestException
IOException
-