You are viewing an old version of this page. View the current version.
Compare with Current
View Version History
Version 1
Next »
This association indicates the School(s) at which a staff member provides instructional services.
This endpoint is NOT expected from Choice schools.
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 | Required | Not Required | The identifier assigned to a school. | |
2.0 | staffReference. staffUniqueId | string | Required | Not Required | A unique alphanumeric code assigned to a staff. | https://dpi.wi.gov/wise/data-elements/WISEid |
3.0 | calendarReference. calendarCode | string | Optional | Not Required | The identifier for the Calendar. | |
4.0 | calendarReference. schoolYear | integer | Optional | Not Required | The identifier for the school year associated with the Calendar. | |
5.0 | calendarReference. schoolId | integer | Optional | Not Required | The identifier assigned to a school. | |
6.0 | schoolYearTypeReference. schoolYear | integer | Optional | Not Required | Key for School Year | |
7.0 | academicSubjectDescriptor | string | Optional | Not Required | The academic subjects the individual is eligible to teach. | |
8.0 | gradeLevelDescriptor | string | Optional | Not Required | The grade levels the individual is eligible to teach. | |
9.0 | programAssignmentDescriptor | string | Required | Not Required | 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. | |
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"
}
0 Comments