【发布时间】: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