@itentialopensource/adapter-zoom
Version:
This adapter integrates with system described as: zoom.
88 lines • 1.88 kB
JSON
{
"from": "string",
"to": "string",
"page_count": 9,
"page_size": 30,
"total_records": 5,
"next_page_token": "string",
"meetings": [
{
"uuid": "string",
"id": 9,
"type": 1,
"topic": "string",
"user_name": "string",
"user_email": "string",
"start_time": "string",
"end_time": "string",
"duration": 6,
"total_minutes": 6,
"participants_count": 4
},
{
"uuid": "string",
"id": 1,
"type": 6,
"topic": "string",
"user_name": "string",
"user_email": "string",
"start_time": "string",
"end_time": "string",
"duration": 6,
"total_minutes": 8,
"participants_count": 5
},
{
"uuid": "string",
"id": 6,
"type": 7,
"topic": "string",
"user_name": "string",
"user_email": "string",
"start_time": "string",
"end_time": "string",
"duration": 4,
"total_minutes": 9,
"participants_count": 5
},
{
"uuid": "string",
"id": 5,
"type": 10,
"topic": "string",
"user_name": "string",
"user_email": "string",
"start_time": "string",
"end_time": "string",
"duration": 9,
"total_minutes": 9,
"participants_count": 10
},
{
"uuid": "string",
"id": 10,
"type": 1,
"topic": "string",
"user_name": "string",
"user_email": "string",
"start_time": "string",
"end_time": "string",
"duration": 1,
"total_minutes": 7,
"participants_count": 7
},
{
"uuid": "string",
"id": 1,
"type": 9,
"topic": "string",
"user_name": "string",
"user_email": "string",
"start_time": "string",
"end_time": "string",
"duration": 10,
"total_minutes": 10,
"participants_count": 2
}
]
}