应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 专属钉钉专属数据读权限 | API Explorer |
第三方企业应用 | 支持 | 专属钉钉专属数据读权限 | API Explorer |
第三方个人应用 | 暂不支持 | 专属钉钉专属数据读权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | params.error | error:%s | 参数错误 |
500 | conference.not.found | error:%s | 视频发起者不属于当前组织 |
500 | system.error | systemError:%s | 系统错误 |
{}
curl --location --request GET 'http://127.0.0.1/v1.0/exclusive/data/conferences/' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"conferenceId": "string",
"title": "string",
"confStartTime": {},
"duration": {},
"totalNum": 0,
"attendeeNum": 0,
"attendeePercentage": "string",
"callerId": "string",
"callerName": "string",
"memberList": [
{
"unionId": "string",
"name": "string",
"attendDuration": {},
"staffId": "string"
}
]
}