Class Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a registration Session information by ID.patch
(RegSessionModel regSessionModel) Updates a Session by ID.path()
registrants
(String registrantId)
-
Field Details
-
rc
-
parent
-
sessionId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns a registration Session information by ID.A caller must be an authorized user: either a host of the webinar or an IT Admin: a user from host's account with "WebinarSettings" permission.
HTTP Method: get Endpoint: /webinar/registration/v1/sessions/{sessionId} Rate Limit Group: Heavy App Permission: ReadWebinars
- Throws:
RestException
IOException
-
patch
Updates a Session by ID.This is a PARTIAL update (PATCH), client may call it providing only attributes which are to be changed.
A caller must be an authorized user: either a host of the webinar or an IT Admin: a user from host's account with "WebinarSettings" permission.
If a session record with given ID doesn't exist on Registration Service side the API should return HTTP 404.
HTTP Method: patch Endpoint: /webinar/registration/v1/sessions/{sessionId} Rate Limit Group: Heavy App Permission: EditWebinars
- Throws:
RestException
IOException
-
registrants
-
registrants
-