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}/VirtualMeetings/ HTTP/1.1
Host: ws.yourmembership.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
MeetingId: 0,
ZoomUserId: String,
EventId: 0,
Meeting:
{
Uuid: String,
Id: 0,
HostId: String,
Topic: String,
Type: Instant,
Status: Waiting,
Agenda: String,
CreatedOn: 0001-01-01,
StartTime: String,
TimeZone: String,
StartUrl: String,
JoinUrl: String,
Password: String,
H323Password: String,
PstnPassword: String,
PMI: 0,
Settings:
{
StartVideoWhenHostJoins: False,
StartVideoWhenParticipantsJoin: False,
HostInChina: False,
HostInIndia: False,
JoinBeforeHost: False,
MuteUponEntry: False,
Watermark: False,
UsePmi: False,
ApprovalType: Automatic,
RegistrationType: 0,
Audio: Voip,
AutoRecording: OnLocal,
EnforceLogin: False,
EnforceLoginDomains: String,
AlternativeHosts: String,
CloseRegistration: False,
SendRegistrationConfirmationEmail: False,
EnableMeetingAuthentication: False,
WaitingRoom: False,
GlobalDialInCountries:
[
String
],
ContactName: String,
ContactEmail: String
},
Duration: 0
},
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:04:40.4124853-05:00,
Device: Desktop
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
HostIDLabel: String,
MeetingId: 0,
ZoomUserId: String,
EventId: 0,
Meeting:
{
Uuid: String,
Id: 0,
HostId: String,
Topic: String,
Type: Instant,
Status: Waiting,
Agenda: String,
CreatedOn: 0001-01-01,
StartTime: String,
TimeZone: String,
StartUrl: String,
JoinUrl: String,
Password: String,
H323Password: String,
PstnPassword: String,
PMI: 0,
Settings:
{
StartVideoWhenHostJoins: False,
StartVideoWhenParticipantsJoin: False,
HostInChina: False,
HostInIndia: False,
JoinBeforeHost: False,
MuteUponEntry: False,
Watermark: False,
UsePmi: False,
ApprovalType: Automatic,
RegistrationType: 0,
Audio: Voip,
AutoRecording: OnLocal,
EnforceLogin: False,
EnforceLoginDomains: String,
AlternativeHosts: String,
CloseRegistration: False,
SendRegistrationConfirmationEmail: False,
EnableMeetingAuthentication: False,
WaitingRoom: False,
GlobalDialInCountries:
[
String
],
ContactName: String,
ContactEmail: String
},
Duration: 0
},
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:04:40.4124853-05:00,
Device: Desktop
}