GET CPS/School2021DailyCOVIDActionable?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 2021-2022 school year. 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
Name | Description | Type | Additional information |
---|---|---|---|
SchoolID |
integer, not required |
integer |
Default value is 0 |
StartDate |
date, not required. start date can be no earlier than 08-29-2021 for 2021 school year |
date |
None. |
EndDate |
date, not required. |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
SchoolCOVIDDayRecordName | Description | Type | Additional 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 not available.