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 2 Next »

This association indicates the School(s) at which a staff member provides instructional services.

(blue star) This endpoint is NOT expected from Choice schools.

Ed-Fi Tech Docs: https://edfi.atlassian.net/wiki/spaces/EDFICERT/pages/23695494/StaffAssociation+StaffSchoolAssociation


Data Properties:

 Click 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

REQ'D

NOT REQ'D

The identifier assigned to a school.

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

2.0

staffReference. staffUniqueId

string

REQ'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

OPT

NOT REQ'D

The identifier for the Calendar.

N/A

4.0

calendarReference. schoolYear

integer

OPT

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

OPT

NOT REQ'D

The identifier assigned to a school.

6.0

schoolYearTypeReference. schoolYear

integer

OPT

NOT REQ'D

Key for School Year

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

7.0

academicSubjectDescriptor

string

OPT

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

OPT

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

REQ'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:

 Click 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" }


JSON Sample:

 JSON sample for /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"
}

  • 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.