HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /Ams/{ClientID}/Event/{EventId}/VirtualWebinars/ HTTP/1.1
Host: ws.yourmembership.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
WebinarId: 0,
ZoomUserId: String,
EventId: 0,
Webinar:
{
Uuid: String,
Id: 0,
HostId: String,
HostEmail: String,
Topic: String,
Type: Regular,
Duration: 0,
Agenda: String,
CreatedOn: 0001-01-01,
StartTime: String,
TimeZone: String,
JoinUrl: String,
StartUrl: String,
TrackingFields:
[
{
Key: String,
Value: String
}
],
Settings:
{
StartVideoWhenHostJoins: False,
StartVideoWhenPanelistsJoin: False,
EnablePracticeSession: False,
EnableHighDefinitionVideo: False,
ApprovalType: Automatic,
RegistrationType: 0,
Audio: Voip,
AutoRecording: OnLocal,
EnforceLogin: False,
EnforceLoginDomains: String,
AlternativeHosts: String,
CloseRegistration: False,
ShowSocialShareButtons: False,
AllowMultipleDevices: False,
OnDemand: False,
GlobalDialInCountries:
[
String
],
ContactName: String,
ContactEmail: String,
MaximumNumberOfRegistrants: 0,
SurveyUrl: String,
SendRegistrationConfirmationEmail: False,
AuthenticatedUsersOnly: False,
AuthenticationTypeId: String,
QuestionAndAnswer:
{
Enable: False
}
},
Password: String
},
ClientID: 0,
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
BypassCache: False,
DateCached: 2025-01-15T09:05:21.0255699-05:00,
Device: Desktop
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
HostIDLabel: String,
WebinarId: 0,
ZoomUserId: String,
EventId: 0,
Webinar:
{
Uuid: String,
Id: 0,
HostId: String,
HostEmail: String,
Topic: String,
Type: Regular,
Duration: 0,
Agenda: String,
CreatedOn: 0001-01-01,
StartTime: String,
TimeZone: String,
JoinUrl: String,
StartUrl: String,
TrackingFields:
[
{
Key: String,
Value: String
}
],
Settings:
{
StartVideoWhenHostJoins: False,
StartVideoWhenPanelistsJoin: False,
EnablePracticeSession: False,
EnableHighDefinitionVideo: False,
ApprovalType: Automatic,
RegistrationType: 0,
Audio: Voip,
AutoRecording: OnLocal,
EnforceLogin: False,
EnforceLoginDomains: String,
AlternativeHosts: String,
CloseRegistration: False,
ShowSocialShareButtons: False,
AllowMultipleDevices: False,
OnDemand: False,
GlobalDialInCountries:
[
String
],
ContactName: String,
ContactEmail: String,
MaximumNumberOfRegistrants: 0,
SurveyUrl: String,
SendRegistrationConfirmationEmail: False,
AuthenticatedUsersOnly: False,
AuthenticationTypeId: String,
QuestionAndAnswer:
{
Enable: False
}
},
Password: String
},
ClientID: 0,
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
BypassCache: False,
DateCached: 2025-01-15T09:05:21.0255699-05:00,
Device: Desktop
}