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 category | 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 JSON representation shows the resource type.
{
"id": "String (identifier)",
"displayName": "String",
}