GET v1/SchoolCOVIDWeekSummary?SchoolID={SchoolID}&StartDate={StartDate}&EndDate={EndDate}

Return list of all reported COVID cases for a provided school ID and date range. School ID parameter of 0 or null will get entire district. This function will only provide data for the current school session. All totals provided are cases reported at least 24 hours ago, regardless of confirmation/investigation status. As of 2022-01-24 all reported cases are counted. A date's case counts can reduce over time as investigations cause some reported cases to be considered as duplicates. · see v0.15 note #1, #2, #7

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SchoolID

integer

Default value is 0

StartDate

date, not required. Start date can be no earlier than the first day of the current session.

date

None.

EndDate

date, not required. End date can be no earlier than the last day of the current session.

date

None.

Body Parameters

None.

Response Information

Resource Description

0 or missing School ID parameter will return entire district.

SchoolCOVIDWeekSummary
NameDescriptionTypeAdditional information
SchoolID

integer

None.

SchoolShortName

string

None.

NetworkName

string

None.

TotalCaseCount

integer

None.

CPSTestingCaseCount

integer

None.

SelfReportedCaseCount

integer

None.

CloseContactsCount

integer

None.

QuarantinePodsCount

integer

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.