| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"request": {
"cursor": "100",
"size": "0",
"data_id": "20200829"
}
}curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/dept/ding/list?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"cursor": "100",
"size": "0",
"data_id": "20200829"
}
}'{
"result": {
"has_more": true,
"next_cursor": 0,
"data": [
{
"ding_voip_cnt": 0,
"ding_call_cnt": 0,
"ding_sms_cnt": 0,
"ding_app_cnt": 0,
"ding_cnt": 0,
"dept_name": "string",
"dept_id": 0,
"ding_voip_user_cnt": 0,
"ding_call_user_cnt": 0,
"ding_sms_user_cnt": 0,
"ding_app_user_cnt": 0,
"ding_user_cnt": 0,
"send_ding_total_cnt": "string"
}
]
},
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}