1

Microsoft Graph を使用して割り当てを作成するための POST 要求を取得できないようです。

Graph Explorer と PHP の両方で、同じエラーが発生します。"message": "The content of the request is invalid. Common causes are an invalid Content-Type header or no content in the body.",

エンドポイント: https://graph.microsoft.com/beta/education/classes/class-id/assignments

リクエスト ヘッダー:content-type: application/json

体:

{
  "dueDateTime": "2014-02-01T00:00:00Z",
  "displayName": "Midterm 1",
    "instructions":  {
      "contentType": "Text",
      "content": "Read chapters 1 through 3"
    },
      "grading": {
        "@odata.type": "#microsoft.education.assignments.api.educationAssignmentPointsGradeType",
        "maxPoints": 100
      },
      "assignTo": {
        "@odata.type": "#microsoft.education.assignments.api.educationAssignmentClassRecipient"
      },
      "status":"draft",
      "allowStudentsToAddResourcesToSubmission": true
}

どんな助けでも本当に感謝します!

以下のグラフ エクスプローラーの画像を参照してください。

Microsoft Graph サンプル リクエスト

4

1 に答える 1