Microsoft Graph(德云) - 获取根站点(sites/root)
Microsoft Graph(German cloud) - Get root site (sites/root)
在调用 Microsoft German Graph /sites/root 端点时,它 returns 'Resource Not Found',尽管在全局 Graph 中相同的端点工作正常
这是一个例子:
https://graph.microsoft.de/v1.0/sites/root
它returns:
{
"error": {
"code": "BadRequest",
"message": "Resource not found for the segment 'sites'.",
"innerError": {
"request-id": "aff4a613-54ed-476d-976f-d4ac7a8c7ee2",
"date": "2018-04-26T07:59:17"
}
}
}
找到答案,目前,此服务仅部署在 "beta" API
所以我使用了 https://graph.microsoft.de/beta/sites/root 并且有效
在调用 Microsoft German Graph /sites/root 端点时,它 returns 'Resource Not Found',尽管在全局 Graph 中相同的端点工作正常
这是一个例子:
https://graph.microsoft.de/v1.0/sites/root
它returns:
{
"error": {
"code": "BadRequest",
"message": "Resource not found for the segment 'sites'.",
"innerError": {
"request-id": "aff4a613-54ed-476d-976f-d4ac7a8c7ee2",
"date": "2018-04-26T07:59:17"
}
}
}
找到答案,目前,此服务仅部署在 "beta" API 所以我使用了 https://graph.microsoft.de/beta/sites/root 并且有效