...
This endpoint is NOT expected from Choice schools.
Data Properties:
Expand |
---|
title | Click here to view all data properties under the /gradingPeriod endpoint: |
---|
|
|
...
Use Cases:
Expand |
---|
title | Click here to view all the use cases pertaining to the /gradingPeriod endpoint: |
---|
|
# | Use Case Title | Use Case Description | What to Submit/retrieve |
---|
1.0 | Sending the grading period during the school year in which the grade is offered | To set up a student's schedule for a school year, SIS vendors need to submit gradingPeriods for the schedule using gradingPeriodDescriptor values. | POST on / gradingPeriod: schoolReference: schoolId: 7525 schoolYearTypeReference: schoolYear: 2021 gradingPeriodDescriptor: uri://dpi.wi.gov/GradingPeriodDescriptor#07 periodSequence: 1 beginDate: 2020-07-03 totalInstructionalDays: 150 endDate: 2021-06-05 |
---|
|
...
JSON Sample:
Expand |
---|
title | JSON sample for /gradingPeriod: |
---|
|
Code Block |
---|
| {
"schoolReference": {
"schoolId": 7525
},
"schoolYearTypeReference": {
"schoolYear": 2021
},
"gradingPeriodDescriptor": "uri://dpi.wi.gov/GradingPeriodDescriptor#07",
"periodSequence": 1,
"beginDate": "2020-07-03",
"totalInstructionalDays": "150",
"endDate": "2021-06-05"
} |
|
...