educationCategory resource type
Namespace: microsoft.graph
A category that can be applied to assignments.
Methods
Method | Return Type | Description |
---|---|---|
Create | educationCategory | Create a new educationCategory. |
Get | educationCategory | Get an existing educationCategory. |
Delete | 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"displayName": "String",
"id": "String (identifier)"
}