Get Conference Statistics
회의 사용 통계 API
Get Conference Statistics
GET
https://uprism.io:30443/v1/conference/statistics
회의 사용 통계를 가져오는 API
Query Parameters
Name
Type
Description
from
string
검색 시작 날짜 "yyyyMMddhhmmss" 형식 날짜
to
string
검색 끝 날 "yyyyMMddhhmmss" 형식 날짜
Headers
Name
Type
Description
Authorization
string
"Bearer " + {AccessToken}
{
"code": 200,
"message": "success",
"response": {
"total_create_conf": 2,
"total_prog_time": 60,
"total_access_user_session": 3,
"total_access_device_session": 0
}
}
Last updated
Was this helpful?