GET CPS/NetworkDailyCOVIDTesting?NetworkName={NetworkName}&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

NameDescriptionTypeAdditional information
NetworkName

string

Default value is

StartDate

date

None.

EndDate

date

None.

Body Parameters

None.

Response Information

Resource Description

COVIDDailyNetworkSurveillance
NameDescriptionTypeAdditional information
NetworkName

string

None.

TestingDate

date

None.

TotalPerformedTestCount

integer

None.

PresumedPositiveCount

integer

None.

AbsentCount

integer

None.

RefusedCount

integer

None.

TotalSchools

integer

None.

StatusName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "NetworkName": "sample string 1",
  "TestingDate": "2024-04-20T07:00:26.2476628-05:00",
  "TotalPerformedTestCount": 1,
  "PresumedPositiveCount": 1,
  "AbsentCount": 1,
  "RefusedCount": 1,
  "TotalSchools": 1,
  "StatusName": "sample string 3"
}

application/xml, text/xml

Sample:
<COVIDDailyNetworkSurveillance xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NetworkName>sample string 1</NetworkName>
  <TestingDate>2024-04-20T07:00:26.2476628-05:00</TestingDate>
  <TotalPerformedTestCount>1</TotalPerformedTestCount>
  <PresumedPositiveCount>1</PresumedPositiveCount>
  <AbsentCount>1</AbsentCount>
  <RefusedCount>1</RefusedCount>
  <TotalSchools>1</TotalSchools>
  <StatusName>sample string 3</StatusName>
</COVIDDailyNetworkSurveillance>