educationCategory resource type

Namespace: microsoft.graph

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 objects without having to perform a full read of the collection.

Properties

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

JSON representation

The following is a JSON representation of the resource.

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