{
"startDate": "2024-10-01",
"endDate": "2024-10-09",
"cycle": "month", //与之前一样
"deptId": 100, //不为空
"dimension":"company" //不为空
}
curl --location --request POST 'http://172.20.238.8:48806/ai-portal/metric-web/plugin/calculatePopularity' \
--header 'Authorization: Debug UserId=5' \
--header 'Tenantid: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2024-10-01",
"endDate": "2024-10-09",
"cycle": "month", //与之前一样
"deptId": 100, //不为空
"dimension":"company" //不为空
}'
{
"metrics": {
"empower_total_users": 790, //赋能人数
"use_ratio": "0.51%", //使用率
"dept_name": "福诺", //部门名
"total_users": 4 //使用人数
},
"title": "福小智推广度"
}