应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 是 | 读取钉钉公告微应用数据的权限 | 调试 |
第三方企业应用 | 否 | — | — |
第三方个人应用 | 否 | — | — |
curl --location --request POST 'https://oapi.dingtalk.com/topapi/blackboard/listtopten?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"userid":"manager01"
}'
{
"blackboard_list": [
{
"gmt_create": "2020-09-08 14:42:12",
"title": "国庆节值班表",
"url": "https://app.dingtalk.com/xxxx?dd_nav_bgcolor=FF5E97F6&showmenu=true&dd_share=true&bid=72b4f87d27e815f6fef989025xxxx",
"categoryId": "576920db",
"id": "a3071449"
}
],
"errcode": 0,
"request_id": "3y4bln1b7e7q"
}