GET CPS/School2021WeeklyCovidActionable?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 endpoint provided data for 2021-2022 school tab on cps.edu. 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

None.

EndDate

date

None.

Body Parameters

None.

Response Information

Resource Description

0 or missing School ID parameter will return entire district.

SchoolWeekCOVIDActionable
NameDescriptionTypeAdditional information
SchoolShortName

string

None.

SchoolID

integer

None.

NetworkName

string

None.

TotalCaseCount

integer

None.

CloseContactsCount

integer

None.

QuarantinedPodsCount

integer

None.

SelfReportedCaseCount

integer

None.

CPSTestingCaseCount

integer

None.

Response Formats

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

Sample:

Sample not available.