GET v1/DistrictCOVIDDaySummary?StartDate={StartDate}&EndDate={EndDate}
This provides a daily summary of COVID testing for the entire district. This function will only provide data for the current school session. All totals provided are cases reported at least 24 hours ago. Totals are reported cases regardless of confirmation status. · see v0.15 note #1, #2, #4
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
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
DistrictCOVIDDaySummaryName | Description | Type | Additional information |
---|---|---|---|
AdultCaseCount | integer |
None. |
|
ChildCaseCount | integer |
None. |
|
TotalPositiveCount | integer |
None. |
|
CloseContactsCount | integer |
None. |
|
TotalTestCount | integer |
None. |
|
TotalCPSTestingCaseCount |
This value is meant to reflect total number of adults and children who tested positive through CPS testing on the Case Date provided. This will always be the same as TotalPositiveCount - that value / attribute has been marked for deprecation to enhance readability. |
integer |
None. |
InvalidTestCount | integer |
None. |
|
AdultTestCount | integer |
None. |
|
ChildTestCount | integer |
None. |
|
TotalCaseCount | integer |
None. |
|
ChildCPSTestingCaseCount | integer |
None. |
|
ChildSelfReportedCaseCount | integer |
None. |
|
AdultCPSTestingCaseCount | integer |
None. |
|
AdultSelfReportedCaseCount | integer |
None. |
|
QuarantinePodsCount | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.