GET CPS/ZipCodeWeeklyCOVIDActionableStudent?ZipCode={ZipCode}&StartDate={StartDate}&EndDate={EndDate}
Api is Obsolete - not in use on any cps.edu pages, and returned counts use only testing data for 2020-2021. · see v0.15 note #5
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ZipCode | integer |
Default value is 0 |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
ZipCodeWeeklyCOVIDActionableStudentName | Description | Type | Additional information |
---|---|---|---|
WeekNumber | integer |
None. |
|
YearNumber | integer |
None. |
|
WeekStartDate | date |
None. |
|
WeekEndDate | date |
None. |
|
ZipCode | string |
None. |
|
TestCountTotal | integer |
None. |
|
TestCountPositive | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "WeekNumber": 1, "YearNumber": 1, "WeekStartDate": "2022-05-17T12:49:32.7480015-05:00", "WeekEndDate": "2022-05-17T12:49:32.7480015-05:00", "ZipCode": "sample string 1", "TestCountTotal": 1, "TestCountPositive": 2 }
application/xml, text/xml
Sample:
<ZipCodeWeeklyCOVIDActionableStudent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <WeekNumber>1</WeekNumber> <YearNumber>1</YearNumber> <WeekStartDate /> <WeekEndDate /> <ZipCode>sample string 1</ZipCode> <TestCountTotal>1</TestCountTotal> <TestCountPositive>2</TestCountPositive> </ZipCodeWeeklyCOVIDActionableStudent>