首页 > 解决方案 > 我们可以在不使用网站选项卡的情况下借助 Graph API 将 Sharepoint 站点的组列表附加到 Microsoft Teams 选项卡中吗

问题描述

官方文档声明 Sharepoint 不支持配置,但不知何故,我设法在团队上配置了 Planner 选项卡。所以我在想是否有一种方法可以使用 Graph API 将共享点列表附加到选项卡,我已经习惯了网站视图,这样它每次都会要求用户登录到 SharePoint 网站。

`{
    "displayName": "Patient123",
    "teamsApp@odata.bind": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/2a527703-1f6f-4559-a332-d8a7d288cd88",
    "configuration": {
        "entityId": "a43***** some list Id",
        "contentUrl": "https://mycompany.sharepoint.com/sites/somesite/Lists/Books",
        "removeUrl": "https://mycompany.sharepoint.com/sites/somesite/Lists/Books",
        "websiteUrl": "https://mycompany.sharepoint.com/sites/somesite/Lists/Books"
    }
}`

标签: sharepointmicrosoft-graph-apimicrosoft-teamsmicrosoft-graph-teamssharepoint-list

解决方案


您是否在https://docs.microsoft.com/en-us/graph/teams-configuring-builtin-tabs#sharepoint-page-and-list-tabs查看过这个“内置选项卡”文档。我已直接链接到 SharePoint“列表”部分。


推荐阅读