GET api/COVID/GetSchoolOutbreaks

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

COVIDSchoolOutbreakModel
NameDescriptionTypeAdditional information
lastUpdatedDate

LastUpdatedDate

None.

cOVIDSchoolOutbreaks

Collection of COVIDSchoolOutbreak

None.

Response Formats

application/json, text/json

Sample:
{
  "lastUpdatedDate": {
    "year": 1,
    "month": 2,
    "day": 3
  },
  "cOVIDSchoolOutbreaks": [
    {
      "SchoolSite": "sample string 1",
      "Address": "sample string 2",
      "City": "sample string 3",
      "CaseCategory": "Other",
      "CaseSource": "",
      "SchoolCategory": "Other",
      "CountyName": "sample string 4",
      "CaseCount": "Less Than 5 Cases",
      "reportDate": "2025-06-13T03:33:24.0701711-05:00",
      "dateReported": "2025-06-13T03:33:24.0701711-05:00"
    },
    {
      "SchoolSite": "sample string 1",
      "Address": "sample string 2",
      "City": "sample string 3",
      "CaseCategory": "Other",
      "CaseSource": "",
      "SchoolCategory": "Other",
      "CountyName": "sample string 4",
      "CaseCount": "Less Than 5 Cases",
      "reportDate": "2025-06-13T03:33:24.0701711-05:00",
      "dateReported": "2025-06-13T03:33:24.0701711-05:00"
    }
  ]
}

text/html

Sample:
{"lastUpdatedDate":{"year":1,"month":2,"day":3},"cOVIDSchoolOutbreaks":[{"SchoolSite":"sample string 1","Address":"sample string 2","City":"sample string 3","CaseCategory":"Other","CaseSource":"","SchoolCategory":"Other","CountyName":"sample string 4","CaseCount":"Less Than 5 Cases","reportDate":"2025-06-13T03:33:24.0701711-05:00","dateReported":"2025-06-13T03:33:24.0701711-05:00"},{"SchoolSite":"sample string 1","Address":"sample string 2","City":"sample string 3","CaseCategory":"Other","CaseSource":"","SchoolCategory":"Other","CountyName":"sample string 4","CaseCount":"Less Than 5 Cases","reportDate":"2025-06-13T03:33:24.0701711-05:00","dateReported":"2025-06-13T03:33:24.0701711-05:00"}]}

application/xml, text/xml

Sample:
<COVIDSchoolOutbreakModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPHApi.Models.COVIDSchool">
  <cOVIDSchoolOutbreaks>
    <COVIDSchoolOutbreak>
      <Address>sample string 2</Address>
      <City>sample string 3</City>
      <CountyName>sample string 4</CountyName>
      <SchoolSite>sample string 1</SchoolSite>
      <dateReported>2025-06-13T03:33:24.0701711-05:00</dateReported>
      <reportDate>2025-06-13T03:33:24.0701711-05:00</reportDate>
    </COVIDSchoolOutbreak>
    <COVIDSchoolOutbreak>
      <Address>sample string 2</Address>
      <City>sample string 3</City>
      <CountyName>sample string 4</CountyName>
      <SchoolSite>sample string 1</SchoolSite>
      <dateReported>2025-06-13T03:33:24.0701711-05:00</dateReported>
      <reportDate>2025-06-13T03:33:24.0701711-05:00</reportDate>
    </COVIDSchoolOutbreak>
  </cOVIDSchoolOutbreaks>
  <lastUpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/DPHApi.Models">
    <d2p1:day>3</d2p1:day>
    <d2p1:month>2</d2p1:month>
    <d2p1:year>1</d2p1:year>
  </lastUpdatedDate>
</COVIDSchoolOutbreakModel>