educationCourse resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the course information for a class. It is used within educationClass.

Properties

Property Type Description
courseNumber String Unique identifier for the course.
description String Description of the course.
displayName String Name of the course.
externalId String ID of the course from the syncing system.
subject String Subject of the course.

JSON representation

The following is a JSON representation of the resource.

{
  "courseNumber": "String",
  "description": "String",
  "displayName": "String",
  "externalId": "String",
  "subject": "String"
}