Versions Compared

Key

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

...

Expand
titleClick here to view all data properties under the /student courseOffering endpoint:

#

Property Name

Data Type

Public (Required/ Optional/ Conditional)

Choice (Required/ Optional/ Conditional)

Business Definition

Data Element Page

1.0

2.0

3.0

4.0

5.0

6.0

7.0

8.0

9.0

10.0

11.0

12.0

...

Use Cases:

Expand
titleClick here to view all the use cases pertaining to the /student courseOffering endpoint:

#

Use Case Title

Use Case Description

What to Submit/retrieve

1.0

2.0

3.0

4.0

5.0

6.0

7.0

...

JSON Sample:

Expand
titleJSON sample for public LEAs/courseOffering:
Code Block
languagejson
{
	"courseReference": {
      "educationOrganizationId": 48856,
      "courseCode": "12194",
},
    "schoolReference": {
      "schoolId": 6,
},
    "sessionReference": {
      "schoolId": 6,
      "schoolYear": 2020,
      "sessionName": "Sessions-12194",
},
       "localCourseCode": "LCC-12194",
       "localCourseTitle": "LCT-12194",
    "_ext": {
      "Wi": {
        "careerPathways": [
          {
            "careerPathwayDescriptor": "uri://dpi.wi.gov/CareerPathwayDescriptor#4"
          },
         {
            "careerPathwayDescriptor": "uri://dpi.wi.gov/CareerPathwayDescriptor#2"
          }
        ]
      }
    }
  }