educationRubric を取得する
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
educationRubric オブジェクトのプロパティとリレーションシップを取得します。 この操作を実行できるのは、教師と学生だけです。
この API は、次の国内クラウド展開で使用できます。
グローバル サービス | 米国政府機関 L4 | 米国政府機関 L5 (DOD) | 21Vianet が運営する中国 |
---|---|---|---|
✅ | ❌ | ❌ | ❌ |
アクセス許可
この API の最小特権としてマークされているアクセス許可またはアクセス許可を選択します。 アプリで必要な場合にのみ、より高い特権のアクセス許可またはアクセス許可を使用します。 委任されたアクセス許可とアプリケーションのアクセス許可の詳細については、「アクセス許可の種類」を参照してください。 これらのアクセス許可の詳細については、「アクセス許可のリファレンス」を参照してください。
アクセス許可の種類 | 最小特権アクセス許可 | より高い特権のアクセス許可 |
---|---|---|
委任 (職場または学校のアカウント) | EduAssignments.ReadBasic | EduAssignments.Read、EduAssignments.ReadWrite、EduAssignments.ReadWriteBasic |
委任 (個人用 Microsoft アカウント) | サポートされていません。 | サポートされていません。 |
アプリケーション | サポートされていません。 | サポートされていません。 |
HTTP 要求
GET /education/me/rubrics/{id}
要求ヘッダー
名前 | 説明 |
---|---|
Authorization | ベアラー {token}。 必須です。 認証と認可についての詳細をご覧ください。 |
要求本文
このメソッドには、要求本文を指定しません。
応答
成功した場合、このメソッドは 200 OK
応答コードと、応答本文で要求された educationRubric オブジェクトを返します。
例
要求
次の例は要求を示しています。
GET https://graph.microsoft.com/beta/education/me/rubrics/199816a3-bd27-4134-bffa-b3928e8ab3a5
応答
次の例は応答を示しています。
注: ここに示す応答オブジェクトは、読みやすさのために短縮されている場合があります。
HTTP/1.1 200 OK
Content-type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#education/me/rubrics/$entity",
"@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET education/me/rubrics('<guid>')?$select=createdBy,createdDateTime",
"displayName": "Rubric6468",
"createdDateTime": "2024-07-11T14:03:36.5435838Z",
"lastModifiedDateTime": "2024-07-11T14:03:55.6961018Z",
"id": "199816a3-bd27-4134-bffa-b3928e8ab3a5",
"description": {
"content": "New Rubric",
"contentType": "text"
},
"qualities": [
{
"qualityId": "93b651aa-1167-43dd-9971-fab0e242b396",
"displayName": null,
"weight": 33.33,
"description": {
"content": "First quality",
"contentType": "text"
},
"criteria": [
{
"description": {
"content": "First quality is excellent",
"contentType": "text"
}
},
{
"description": {
"content": "First quality is good",
"contentType": "text"
}
},
{
"description": {
"content": "First quality is fair",
"contentType": "text"
}
},
{
"description": {
"content": "First quality is poor",
"contentType": "text"
}
}
]
},
{
"qualityId": "89e767f0-f66a-42f6-94f5-5b084bb17dad",
"displayName": null,
"weight": 33.33,
"description": {
"content": "Second quality",
"contentType": "text"
},
"criteria": [
{
"description": {
"content": "Second quality is excellent",
"contentType": "text"
}
},
{
"description": {
"content": "Second quality is good",
"contentType": "text"
}
},
{
"description": {
"content": "Second quality is fair",
"contentType": "text"
}
},
{
"description": {
"content": "Second quality is poor",
"contentType": "text"
}
}
]
},
{
"qualityId": "6c0e77ee-6bf5-4639-9602-3075d4774aa9",
"displayName": null,
"weight": 33.33,
"description": {
"content": "Third quality",
"contentType": "text"
},
"criteria": [
{
"description": {
"content": "Third quality is excellent",
"contentType": "text"
}
},
{
"description": {
"content": "Third quality is good",
"contentType": "text"
}
},
{
"description": {
"content": "Third quality is fair",
"contentType": "text"
}
},
{
"description": {
"content": "This quality is poor",
"contentType": "text"
}
}
]
}
],
"levels": [
{
"levelId": "df3a03e2-a222-4515-aaaf-adbba692917d",
"displayName": "Excellent",
"description": {
"content": "",
"contentType": "text"
},
"grading": {
"@odata.type": "#microsoft.graph.educationAssignmentPointsGradeType",
"maxPoints": 4
}
},
{
"levelId": "a2f90a11-a565-4904-aaa2-c2be1c0c71f9",
"displayName": "Good",
"description": {
"content": "",
"contentType": "text"
},
"grading": {
"@odata.type": "#microsoft.graph.educationAssignmentPointsGradeType",
"maxPoints": 3
}
},
{
"levelId": "53023e26-1f8e-437a-a1fa-163683e0619a",
"displayName": "Fair",
"description": {
"content": "",
"contentType": "text"
},
"grading": {
"@odata.type": "#microsoft.graph.educationAssignmentPointsGradeType",
"maxPoints": 2
}
},
{
"levelId": "7afc81dc-8ecf-4889-aa59-5bfe20c8e755",
"displayName": "Poor",
"description": {
"content": "",
"contentType": "text"
},
"grading": {
"@odata.type": "#microsoft.graph.educationAssignmentPointsGradeType",
"maxPoints": 1
}
}
],
"grading": {
"@odata.type": "#microsoft.graph.educationAssignmentPointsGradeType",
"maxPoints": 100
},
"createdBy": {
"application": null,
"device": null,
"user": {
"id": "fffafb29-e8bc-4de3-8106-be76ed2ad499",
"displayName": null
}
},
"lastModifiedBy": {
"application": null,
"device": null,
"user": {
"id": "96134727-5b49-4f67-9a6b-68e133681d2a",
"displayName": null
}
}
}