Path: {$OpenAPIHost}/op/api/Attendee/v1/GetAttendeeStatistics
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Authorization | Bearer ${access_token} | 是 |
Body
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
bventId | string | 必须 | 会议id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
data | object | 非必须 | |||
businessMessage | string | 非必须 | 业务消息 | ||
businessCode | number | 非必须 | 业务code | 0表示成功 |
示例请求参数
url:https://31api.31huiyi.com/op/api/Attendee/v1/GetAttendeeStatistics
header:Content-Type: application/json; charset=utf-8
Authorization:Bearer ${access_token}
示例数据body:
{
"bventId": "9d020000-6ebf-caa4-1b20-08db40970bef"
}
返回示例:
{
"businessMessage": "",
"businessCode": 0,
"data": {
"registeredTotal": 1,
"pendingApprovalTotal": 0,
"needEditInfoTotal": 0,
"deniedTotal": 0,
"unpaidTotal": 0,
"cancelledTotal": 0,
"list": [
{
"bventId": "36520000-02c3-6a46-fa53-08db7dce8fc0",
"title": "测试同期会",
"registeredTotal": 1,
"pendingApprovalTotal": 0,
"needEditInfoTotal": 0,
"deniedTotal": 0,
"unpaidTotal": 0,
"cancelledTotal": 0
},
{
"bventId": "7ab00000-a7ea-7265-e2c3-08db7dc244ce",
"title": "子会2023年7月6日11:20:55",
"registeredTotal": 1,
"pendingApprovalTotal": 0,
"needEditInfoTotal": 0,
"deniedTotal": 0,
"unpaidTotal": 0,
"cancelledTotal": 0
},
{
"bventId": "7ab00000-a7ea-7265-e2c6-08db7dc244ce",
"title": "子会2023年7月6日11:21:14",
"registeredTotal": 1,
"pendingApprovalTotal": 0,
"needEditInfoTotal": 0,
"deniedTotal": 0,
"unpaidTotal": 0,
"cancelledTotal": 0
}
]
}
}