Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
A term. This represents a designated portion of the academic year. It's used within educationClass.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name of the term. |
| endDate | Date | End of the term. |
| externalId | String | ID of term in the syncing system. |
| startDate | Date | Start of the term. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.educationTerm",
"displayName": "String",
"endDate": "Date",
"externalId": "String",
"startDate": "Date"
}