Versions Compared

Key

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

...

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

#

Property Name

Data Type

Public (Required/ Optional/ Conditional)

Choice (Required/ Optional/ Conditional)

Business Definition

Data Element Page

1.0

schoolReference. schoolId

integer

Required

Not RequiredREQ'D

NOT REQ'D

The identifier assigned to a school.

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

2.0

staffReference. staffUniqueId

string

Required

Not RequiredREQ'D

NOT REQ'D

A unique alphanumeric code assigned to a staff.

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

3.0

calendarReference. calendarCode

string

Optional

Not RequiredOPT

NOT REQ'D

The identifier for the Calendar.

N/A

4.0

calendarReference. schoolYear

integer

Optional

Not RequiredOPT

NOT REQ'D

The identifier for the school year associated with the Calendar.

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

5.0

calendarReference. schoolId

integer

Optional

Not RequiredOPT

NOT REQ'D

The identifier assigned to a school.

6.0

schoolYearTypeReference. schoolYear

integer

Optional

Not RequiredOPT

NOT REQ'D

Key for School Year

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

7.0

academicSubjectDescriptor

string

Optional

Not RequiredOPT

NOT REQ'D

The academic subjects the individual is eligible to teach.

https://dpi.wi.gov/wise/data-elements/academic-subject

NOTE: This list includes descriptors for SIS (CEDS & DPI namespace) and Assessment vendors (Ed-Fi namespace).

8.0

gradeLevelDescriptor

string

Optional

Not RequiredOPT

NOT REQ'D

The grade levels the individual is eligible to teach.

https://dpi.wi.gov/wise/data-elements/grade-level

9.0

programAssignmentDescriptor

string

Required

Not RequiredREQ'D

NOT REQ'D

The name of the program for which the individual is assigned; for example: Regular education Title I-Academic Title I-Non-Academic Special Education Bilingual/English as a Second Language.

N/A

...

Use Cases:

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

#

Use Case Title

Use Case Description

What to Submit/retrieve

1.0

Assign multiple staff members to one section for a couple of classes.

Assign multiple staff members to one section for a couple of classes. Expected Result, Multiple staffSectionAssociations can be created for one section.

POST on /staffSectionAssociation
{ "sectionReference": { "schoolId": 7525, "localCourseCode": "LCC-121941", "schoolYear": 2021, "sectionIdentifier": "Section-121941", "sessionName": "Sessions-121941" }, "staffReference": { "staffUniqueId": "1001001001" }, "classroomPositionDescriptor": "uri://dpi.wi.gov/ClassroomPositionDescriptor#03187", "beginDate": "2020-07-01", "endDate": "2021-06-05" }

...