| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"request": {
"cursor": 0,
"size": 10,
"data_id": "20200501"
}
}curl --location --request POST 'http://127.0.0.1/topapi/kac/datav/dept/dau/list?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"cursor": 0,
"size": 10,
"data_id": "20200501"
}
}'{
"errcode": 0,
"errmsg": "string",
"result": {
"data": [
{
"daily_active_users": 0,
"dept_id": 0,
"dept_name": "string",
"contacts_number": 0,
"pc_active_users": 0,
"app_active_users": 0
}
],
"has_more": true,
"next_cursor": 0
}
}