Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.38 KB

File metadata and controls

32 lines (26 loc) · 1.38 KB

GetTermResponse

Successful response with the term

Example Usage

import { GetTermResponse } from "@superbuilders/oneroster/models/operations";

let value: GetTermResponse = {
  term: {
    sourcedId: "<id>",
    status: "active",
    title: "<value>",
    startDate: "<value>",
    endDate: "<value>",
    type: "term",
    schoolYear: 6747.48,
    org: {
      href: "https://cumbersome-outset.net",
      sourcedId: "<id>",
      type: "scoreScale",
    },
  },
};

Fields

Field Type Required Description
term components.AcademicSession ✔️ Represents an academic session.