Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleJSON sample for studentSectionAssociation/studentSectionAssociations:
Code Block
languagejson
{
	"sectionReference": {
		"localCourseCode": "LCC-121941",
		"schoolId": 1302,
		"schoolYear": 2023,
		"sectionIdentifier": "Section-121941",
		"sessionName": "Sessions-121941"
	},
	"studentReference": {
		"studentUniqueId": "5281033584"
	},
	"beginDate": "2022-07-02",
	"attemptStatusDescriptor": "uri://dpi.wi.gov/AttemptStatusDescriptor#S",
	"endDate": "2023-06-05",
	"_ext": {
		"wi": {
			"programs": [{
				"programReference": {
					"educationOrganizationId": 48856,
					"programName": "World Language (WL)",
					"programTypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#WL"
				}
			}]
		}
	}
}
Expand
titleJSON sample for /sections:
Code Block
languagejson
{
    "courseOfferingReference": {
      "localCourseCode": "LCC-7310",
      "schoolId": 2097,
      "sessionName": "Sess-7310",
      "schoolYear": 2024,
},
    "sectionIdentifier": "Sec-7310",
    "instructionLanguageDescriptor": "uri://dpi.wi.gov/LanguageDescriptor#nyo",
    "mediumOfInstructionDescriptor": "uri://dpi.wi.gov/MediumOfInstructionDescriptor#Pre",
    "sequenceOfCourse": "1",
    "programs": [{
        "programReference": {
          "educationOrganizationId": 48856,
          "programtypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#WL",
          "programname": "Heritage Learner World Language Program(HLWL)",
        }}],
        }