@itentialopensource/adapter-zoom
Version:
This adapter integrates with system described as: zoom.
124 lines • 2.92 kB
JSON
{
"from": "string",
"to": "string",
"page_count": 4,
"page_size": 30,
"total_records": 9,
"next_page_token": "string",
"webinars": [
{
"uuid": "string",
"id": 4,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 3,
"has_pstn": false,
"has_voip": true,
"has_3rd_party_audio": true,
"has_video": true,
"has_screen_share": true,
"has_recording": false,
"has_sip": false
},
{
"uuid": "string",
"id": 6,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 5,
"has_pstn": false,
"has_voip": true,
"has_3rd_party_audio": true,
"has_video": false,
"has_screen_share": false,
"has_recording": false,
"has_sip": false
},
{
"uuid": "string",
"id": 10,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 5,
"has_pstn": false,
"has_voip": false,
"has_3rd_party_audio": false,
"has_video": false,
"has_screen_share": true,
"has_recording": false,
"has_sip": false
},
{
"uuid": "string",
"id": 10,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 1,
"has_pstn": true,
"has_voip": false,
"has_3rd_party_audio": true,
"has_video": false,
"has_screen_share": true,
"has_recording": true,
"has_sip": true
},
{
"uuid": "string",
"id": 2,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 6,
"has_pstn": true,
"has_voip": false,
"has_3rd_party_audio": true,
"has_video": false,
"has_screen_share": false,
"has_recording": false,
"has_sip": false
},
{
"uuid": "string",
"id": 2,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 1,
"has_pstn": true,
"has_voip": true,
"has_3rd_party_audio": false,
"has_video": true,
"has_screen_share": true,
"has_recording": false,
"has_sip": false
}
]
}