通过Microsoft Graph API

时间:2018-06-07 18:12:40

标签: microsoft-graph

我正在尝试使用带有以下网址的图谱API访问消息。

 _graphAPIEndpoint = Uri.EscapeUriString("https://graph.microsoft.com/v1.0/me/messages/8577e5c2-3d1b-4882-b930-02de5ad18809@CH1GMEHUB07.gme.gbl");

但是,我一直得到以下回复:

{
  "error": {
    "code": "ErrorInvalidIdMalformed",
    "message": "Id is malformed.",
    "innerError": {
      "request-id": "8b2d8f88-ff5b-44f7-bb71-8867a03136b7",
      "date": "2018-06-07T18:00:32"
    }
  }
}

有关错误的建议吗?

1 个答案:

答案 0 :(得分:0)

我的坏。消息ID值应取自Graph API传递的id字段。要使用消息ID,以下查询有效:

_graphAPIEndpoint =“https://graph.microsoft.com/v1.0/me/messages?$ filter = internetMessageId eq''”