Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.17 KB

File metadata and controls

47 lines (36 loc) · 1.17 KB
title description author ms.localizationpriority ms.subservice doc_type
educationTerm resource type
A term. This represents a designated portion of the academic year. It's used within educationClass.
mmast-msft
medium
education
resourcePageType

educationTerm resource type

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"
}