GET v1/DistrictCOVIDWeekSummary?StartDate={StartDate}&EndDate={EndDate}
This provides a weekly summary of COVID testing for the entire district. This function will only provide data for the current school session. Totals are reported cases regardless of confirmation status. · see v0.15 note #1, #2, #4, #7
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
DistrictCOVIDWeekSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCaseCount | integer |
None. |
|
| AdultCaseCount | integer |
None. |
|
| AdultCPSTestingCaseCount | integer |
None. |
|
| AdultSelfReportedCaseCount | integer |
None. |
|
| ChildCaseCount | integer |
None. |
|
| ChildCPSTestingCaseCount | integer |
None. |
|
| ChildSelfReportedCaseCount | integer |
None. |
|
| TestedPositiveCount | integer |
None. |
|
| CloseContactsCount | integer |
None. |
|
| QuarantinePodsCount | integer |
None. |
|
| TotalTestCount | integer |
None. |
|
| InvalidTestCount | integer |
None. |
|
| AdultTestCount | integer |
None. |
|
| ChildTestCount | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.