【问题标题】:Not able to get the publisher name for a MS Teams App through Graph API无法通过 Graph API 获取 MS Teams 应用程序的发布者名称
【发布时间】:2021-08-04 15:02:48
【问题描述】:

我正在尝试获取 Teams 应用程序的发布者名称,并且我正在使用以下图形 API 端点:-

https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=appDefinitions&$filter=ideq 'GUID-xxxxxxxxx'

{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#appCatalogs/teamsApps(appDefinitions())",
"value": [
    {
        "id": "{GUID-xxxxxxxxxxxxxxxxx}",
        "externalId": null,
        "displayName": "OneNote",
        "distributionMethod": "store",
        "appDefinitions@odata.context": "https://graph.microsoft.com/v1.0/$metadata#appCatalogs/teamsApps(GUID-xxxxxxxxxxxxxxxx')/appDefinitions",
        "appDefinitions": [
            {
                "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                "teamsAppId": "GUID-xxxxxxxxxxxxxxxxxxxxxx",
                "displayName": "OneNote",
                "version": "1.0.0",
                "publishingState": "published",
                "shortDescription": "Use OneNote notebooks to collaborate on digital content with your team.",
                "description": "Use OneNote notebooks to collaborate on digital content and share it with your team.",
                "lastModifiedDateTime": null,
                "createdBy": null
            }
        ]
    }
    ]
}   

在上面创建的响应中是 null 并且也没有发布者名称字段。无法在 Microsoft 文档中找到图形 API。任何线索将不胜感激。 PowerShell/PowerAutomate/GraphAPI什么路由都可以做。

它在 MS Teams 应用中的显示方式。

【问题讨论】:

  • 您好,我们在内部提出了一个错误。相关团队正在调查此事。我们会让你知道更新。谢谢

标签: powershell microsoft-graph-api microsoft-teams


【解决方案1】:

我们能够在最后重现这一点,并且我们在内部提出了一个错误。我们没有 ETA 可分享,但我们将在此线程上分享更新。

【讨论】:

  • 感谢@Hunaid 将等待更新!
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2021-08-05
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多