GET api/v2/telemetrystations/telemetrydischargemeasurement

Returns discharge measurements made at telemetry stations

NameDescriptionType
abbrev

Station Abbreviation

string
channelWidth

Channel Width

decimal number
county

County where the well is located

string
discharge

Discharge

decimal number
division

DWR Water Division

integer
gageHeight

Gage Height

decimal number
gageHeightChange

Gage Height Change

decimal number
meanVelocity

Mean Velocity

decimal number
measDateTime

Measurement Date Time

date
measDuration

Measurement Duration

decimal number
measMadeBy

Measurement Made By

string
measMethod

Measurement Method

string
measNo

Measurement Number

string
measRemarks

Measurement Remarks

string
measSections

Measurement Sections

integer
meterNo

Meter Number

string
modified

Last date time that this record was modified in the DWR database

date
percentDifference

Percent Difference

decimal number
sectionArea

Section Area

decimal number
shiftAdjustment

Shift Adjustment

decimal number
waterDistrict

DWR Water District

integer

Response Formats

application/json, text/json
Sample:
[
  {
    "division": 1,
    "waterDistrict": 1,
    "county": "sample string 1",
    "abbrev": "sample string 2",
    "measNo": "sample string 3",
    "measDateTime": "2024-04-26T12:48:47.6782705-06:00",
    "measMadeBy": "sample string 5",
    "channelWidth": 1.1,
    "sectionArea": 1.1,
    "meanVelocity": 1.1,
    "gageHeight": 1.1,
    "discharge": 1.1,
    "shiftAdjustment": 1.1,
    "percentDifference": 1.1,
    "measMethod": "sample string 6",
    "measSections": 1,
    "gageHeightChange": 1.1,
    "measDuration": 1.1,
    "meterNo": "sample string 7",
    "measRemarks": "sample string 8",
    "modified": "2024-04-26T12:48:47.6782705-06:00"
  },
  {
    "division": 1,
    "waterDistrict": 1,
    "county": "sample string 1",
    "abbrev": "sample string 2",
    "measNo": "sample string 3",
    "measDateTime": "2024-04-26T12:48:47.6782705-06:00",
    "measMadeBy": "sample string 5",
    "channelWidth": 1.1,
    "sectionArea": 1.1,
    "meanVelocity": 1.1,
    "gageHeight": 1.1,
    "discharge": 1.1,
    "shiftAdjustment": 1.1,
    "percentDifference": 1.1,
    "measMethod": "sample string 6",
    "measSections": 1,
    "gageHeightChange": 1.1,
    "measDuration": 1.1,
    "meterNo": "sample string 7",
    "measRemarks": "sample string 8",
    "modified": "2024-04-26T12:48:47.6782705-06:00"
  }
]
application/xml, text/xml
Sample:
<ArrayOfTelemetryDischargeMeasurement xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <TelemetryDischargeMeasurement>
    <abbrev>sample string 2</abbrev>
    <channelWidth>1.1</channelWidth>
    <county>sample string 1</county>
    <discharge>1.1</discharge>
    <division>1</division>
    <gageHeight>1.1</gageHeight>
    <gageHeightChange>1.1</gageHeightChange>
    <meanVelocity>1.1</meanVelocity>
    <measDateTime>2024-04-26T12:48:47.6782705-06:00</measDateTime>
    <measDuration>1.1</measDuration>
    <measMadeBy>sample string 5</measMadeBy>
    <measMethod>sample string 6</measMethod>
    <measNo>sample string 3</measNo>
    <measRemarks>sample string 8</measRemarks>
    <measSections>1</measSections>
    <meterNo>sample string 7</meterNo>
    <modified>2024-04-26T12:48:47.6782705-06:00</modified>
    <percentDifference>1.1</percentDifference>
    <sectionArea>1.1</sectionArea>
    <shiftAdjustment>1.1</shiftAdjustment>
    <waterDistrict>1</waterDistrict>
  </TelemetryDischargeMeasurement>
  <TelemetryDischargeMeasurement>
    <abbrev>sample string 2</abbrev>
    <channelWidth>1.1</channelWidth>
    <county>sample string 1</county>
    <discharge>1.1</discharge>
    <division>1</division>
    <gageHeight>1.1</gageHeight>
    <gageHeightChange>1.1</gageHeightChange>
    <meanVelocity>1.1</meanVelocity>
    <measDateTime>2024-04-26T12:48:47.6782705-06:00</measDateTime>
    <measDuration>1.1</measDuration>
    <measMadeBy>sample string 5</measMadeBy>
    <measMethod>sample string 6</measMethod>
    <measNo>sample string 3</measNo>
    <measRemarks>sample string 8</measRemarks>
    <measSections>1</measSections>
    <meterNo>sample string 7</meterNo>
    <modified>2024-04-26T12:48:47.6782705-06:00</modified>
    <percentDifference>1.1</percentDifference>
    <sectionArea>1.1</sectionArea>
    <shiftAdjustment>1.1</shiftAdjustment>
    <waterDistrict>1</waterDistrict>
  </TelemetryDischargeMeasurement>
</ArrayOfTelemetryDischargeMeasurement>