WI DPI WISEdata Ed-Fi Docs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Ed-Fi Tech Docs: https://techdocs.ed-fi.org/display/EDFICERT/v3+Student+Enrollment+%3E+StudentSectionAssociation


Data Properties:

 Click here to view all data properties under the /studentSectionAssociation endpoint:

Property Name

Data Type

Public (Required/ Optional/ Conditional)

Choice (Required/ Optional/ Conditional)

Business Definition

Data Element Page

beginDate

string

REQ'D

NOT REQ'D

Month, day, and year of the Student's entry or assignment to the Section.

https://dpi.wi.gov/wise/data-elements/ssabeginandenddate

localCourseCode

string

REQ'D

NOT REQ'D

The local code assigned by the School that identifies the course offering provided for the instruction of students.

https://dpi.wi.gov/wise/data-elements/localcoursecode

schoolId

integer

REQ'D

NOT REQ'D

The identifier assigned to a school.

https://dpi.wi.gov/wise/data-elements/sessionschoolreference

schoolYear

integer

REQ'D

NOT REQ'D

The identifier for the school year.

https://dpi.wi.gov/wise/data-elements/school-year

sectionIdentifier

string

REQ'D

NOT REQ'D

The local identifier assigned to a section

https://dpi.wi.gov/wise/data-elements/uniquesectioncode

sessionName

string

REQ'D

NOT REQ'D

The identifier for the calendar for the academic session (e.g., 2010/11, 2011 Summer).

https://dpi.wi.gov/wise/data-elements/sessionname

studentUniqueId

string

REQ'D

NOT REQ'D

A unique alphanumeric code assigned to a student.

https://dpi.wi.gov/wise/data-elements/WISEid

attemptStatusDescriptor

string

REQ'D

NOT REQ'D

An indication of the student's completion status for the section.

https://dpi.wi.gov/wise/data-elements/attempt-status-descriptor

endDate

string

REQ'D

NOT REQ'D

Month, day, and year of the withdrawal or exit of the Student from the Section.

https://dpi.wi.gov/wise/data-elements/ssabeginandenddate

educationOrganizationId

integer

REQ'D

NOT REQ'D

The identifier assigned to an education organization.

https://dpi.wi.gov/wise/data-element/edorgid


Descriptors:

 Click here to view all the descriptors pertaining to the /studentSectionAssociation endpoint:

Namespace

Code Value

Short Description

Description

uri://dpi.wi.gov/AttemptStatusDescriptor

S

Sufficient

Use sufficient as the Attempt Status when the student is enrolled in the section for the minimum amount of time to receive an outcome.

I

Insufficient

Use Insufficient as the Attempt Status when the student is not enrolled in the section for the minimum amount of time to receive an outcome.


Use Cases:

 Click here to view all the use cases pertaining to the /studentSectionAssociation 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:

 JSON sample for studentSectionAssociation:
{
    "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": "College Course with WI Tribal College",
              "programTypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#Dual",
            }
          },
          {
            "programReference": {
              "educationOrganizationId": 48856,
              "programName": "Internship/Local co-op",
              "programTypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#Non Certified",
            }
          },
          {
            "programReference": {
              "educationOrganizationId": 48856,
              "programName": "State Co-op Ed. Skill Standards - DPI Youth Leadership",
              "programTypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#Certified",
            }
          },
          {
            "programReference": {
              "educationOrganizationId": 48856,
              "programName": "World Language (WL)",
              "programTypeDescriptor": "uri://dpi.wi.gov/ProgramTypeDescriptor#WL"
            }
          }
        ]
      }
    },
  }

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.