educationCategory 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.

A category that can be applied to assignments.

Methods

Method Return Type Description
Create category educationCategory Create a new educationCategory.
Get educationCategory educationCategory Get an existing educationCategory.
Delete category None Remove an educationCategory.
Get delta educationCategory collection Get a list of newly created or updated educationCategory without having to perform a full read of the collection.

Properties

Property Type Description
id String Unique identifier for the category.
displayName String Unique identifier for the category.

JSON representation

The following is a JSON representation of the resource.

{
  "id": "String (identifier)",
  "displayName": "String",
}