{
"startDate": "2024-10-10",
"endDate": null,
"cycle": "month",
"deptId": 100,
"dimension":"company" //同推广度
}
curl --location --request POST 'http://172.20.238.8:48806/ai-portal/metric-web/plugin/calculateActivity' \
--header 'Authorization: Debug UserId=5' \
--header 'Tenantid: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2024-10-10",
"endDate": null,
"cycle": "month",
"deptId": 100,
"dimension":"company" //同推广度
}'
{
"metrics": {
"total_usage_count": 35, //使用次数
"empower_user_count": 47, //赋能用户数
"total_usage_count_to_date": 925 ,//累计使用次数
"active_user_count": 3, //活跃用户数
"dept_name": "技术共享中心", //部门名
"active_user_rate": "0.74%" //活跃率
},
"title": "福小智活跃度"
}