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

Get a list of COVID Actionable case totals for a school, by day, for a given date range. This function will only provide data for the current school session. All totals provided are cases reported at least 24 hours ago. Only closed/confirmed cases are counted. · see v0.15 note #1, #2, #3, #4

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SchoolID

integer, not required

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

SchoolCOVIDDayRecord
NameDescriptionTypeAdditional information
SchoolShortName

string

None.

SchoolID

integer

None.

NetworkName

string

None.

TotalPositiveCount

This is the total covid case count for the school on the listed day. This will always be the same value as TotalCaseCount.

integer

None.

CloseContactsCount

integer

None.

CPSTestingCaseCount

integer

None.

SelfReportedCaseCount

integer

None.

TotalCaseCount

This is the total covid case count for the school on the listed day. This will always be the same value as TotalPositiveCount.

integer

None.

QuarantinePodsCount

integer

None.

Response Formats

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

Sample:

Sample not available.