@itentialopensource/adapter-zoom
Version:
This adapter integrates with system described as: zoom.
63 lines • 1.27 kB
JSON
{
"page_count": 10,
"page_number": 1,
"page_size": 30,
"total_records": 9,
"webinars": [
{
"uuid": "string",
"id": "string",
"host_id": "string",
"topic": "string",
"type": 5,
"duration": 4,
"timezone": "string",
"created_at": "string",
"join_url": "string"
},
{
"uuid": "string",
"id": "string",
"host_id": "string",
"topic": "string",
"type": 6,
"duration": 5,
"timezone": "string",
"created_at": "string",
"join_url": "string"
},
{
"uuid": "string",
"id": "string",
"host_id": "string",
"topic": "string",
"type": 5,
"duration": 2,
"timezone": "string",
"created_at": "string",
"join_url": "string"
},
{
"uuid": "string",
"id": "string",
"host_id": "string",
"topic": "string",
"type": 9,
"duration": 8,
"timezone": "string",
"created_at": "string",
"join_url": "string"
},
{
"uuid": "string",
"id": "string",
"host_id": "string",
"topic": "string",
"type": 5,
"duration": 9,
"timezone": "string",
"created_at": "string",
"join_url": "string"
}
]
}