educationTerm 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 term. This represents a designated portion of the academic year. It is used within educationClass.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name of the term. |
| externalId | String | ID of term in the syncing system. |
| startDate | Date | Start of the term. |
| endDate | Date | End of the term. |
JSON representation
The following is a JSON representation of the resource.
{
"displayName": "String",
"externalId": "String",
"startDate": "Date",
"endDate": "Date"
}
Feedback
Submit and view feedback for