@itentialopensource/adapter-zoom
Version:
This adapter integrates with system described as: zoom.
73 lines • 1.62 kB
JSON
{
"from": "string",
"to": "string",
"page_count": 4,
"page_size": 30,
"total_records": 6,
"next_page_token": "string",
"users": [
{
"user_id": "string",
"user_name": "string",
"email": "string",
"total_send": 3,
"total_receive": 4,
"group_send": 7,
"group_receive": 1,
"calls_send": 7,
"calls_receive": 7,
"files_send": 2,
"files_receive": 8,
"images_send": 3,
"images_receive": 4,
"voice_send": 7,
"voice_receive": 3,
"videos_send": 4,
"videos_receive": 6,
"emoji_send": 2,
"emoji_receive": 1
},
{
"user_id": "string",
"user_name": "string",
"email": "string",
"total_send": 3,
"total_receive": 4,
"group_send": 3,
"group_receive": 10,
"calls_send": 4,
"calls_receive": 8,
"files_send": 9,
"files_receive": 8,
"images_send": 4,
"images_receive": 7,
"voice_send": 9,
"voice_receive": 8,
"videos_send": 9,
"videos_receive": 6,
"emoji_send": 3,
"emoji_receive": 6
},
{
"user_id": "string",
"user_name": "string",
"email": "string",
"total_send": 1,
"total_receive": 1,
"group_send": 10,
"group_receive": 7,
"calls_send": 1,
"calls_receive": 6,
"files_send": 7,
"files_receive": 3,
"images_send": 1,
"images_receive": 1,
"voice_send": 10,
"voice_receive": 3,
"videos_send": 5,
"videos_receive": 1,
"emoji_send": 7,
"emoji_receive": 3
}
]
}