GET api/v2/administrativecalls/active

Returns list of active administrative calls

NameDescriptionType
boundingStructureLatitude

Latitude (decimal degrees) of bounding structure

decimal number
boundingStructureLongitude

Longitude (decimal degrees) of bounding structure

decimal number
boundingStructureName

Structure Name of upper terminus of Call; if blank, the call extends to the headwaters of the basin

string
boundingWdid

WDID of upper terminus of Call; if blank, the call extends to the headwaters of the basin

string
callNumber

Unique call identifier

integer
callType

The type of administration being described: Call, Futile Call, Nonconsumptive Call, or Authorized Diversion

string
dateTimeReleased

Date and time that Administrative Call all was released

date
dateTimeSet

Date and time that Administrative Call all was set

date
division

DWR Water Division

integer
locationStructureLatitude

Latitude (decimal degrees) of calling structure

decimal number
locationStructureLongitude

Longitude (decimal degrees) of calling structure

decimal number
locationStructureName

Call location structure name

string
locationWdid

Call location structure WDID

string
locationWdidStreammile

Call location structure stream mile

decimal number
modified

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

date
moreInformation

Hyperlink to additional details

string
priorityAdminNumber

A calculated number developed by DWR to rank water rights in order of seniority. The priority of the water right is based on the appropriation date and whether the water right is subject to the Subordination Doctrine. The appropriation date is the date decreed by the court that the water was first put to the decreed beneficial use. The Subordination Doctrine established by the court says water rights that are adjudicated after other water rights in their stream system must be subordinate to those rights previously decreed, regardless of their appropriation date. To determine whether or not a water right is subject to the Subordination Doctrine, DWR determines the "previous adjudication date" associated with the water right. Water rights that have no previous adjudication date or have an appropriation date that is later than the previous adjudication date can simply use their appropriation date as their administrative priority. Water rights with an appropriation date the same as or earlier than the previous adjudication date must be subordinated to those previously decreed rights. Using the appropriation date and previous adjudication date, the Priority Admin No (PAN) is calculated as follows:

  • If a water right has no previous adjudication date or the appropriation date of the water right is later than the previous adjudication date: the left side of the PAN is the number of days between 12/31/1849 and the appropriation date; and, the right side of the PAN is zeros (.00000).
  • If the appropriation date of a water right is the same as or earlier than the previous adjudication date: the left side of the PAN is the number of days between 12/31/1849 and the previous adjudication date; and, the right side is the number of days between 12/31/1849 and the appropriation date.
  • decimal number
    priorityDate

    Either the appropriation date or the previous adjudication date, whichever is earlier

    date
    priorityNumber

    An early District Court’s method to indicate a water right’s seniority in a water drainage

    string
    priorityOrderNumber

    An order number may be assigned to distinguish decrees with identical dates but have been decreed to have specifically different priorities.

    integer
    priorityStructureName

    Waterright Structure...definition

    string
    priorityWdid

    Priority WDID

    string
    releaseComment

    Comments related to the release of the call

    string
    setComments

    Comments related to setting the Administrative Call

    string
    waterSourceName

    Name of water source

    string

    Response Formats

    application/json, text/json
    Sample:
    [
      {
        "callNumber": 1,
        "callType": "sample string 2",
        "dateTimeSet": "2024-04-25T03:01:17.3762613-06:00",
        "dateTimeReleased": "2024-04-25T03:01:17.3762613-06:00",
        "waterSourceName": "sample string 3",
        "locationWdid": "sample string 4",
        "locationWdidStreammile": 1.0,
        "locationStructureName": "sample string 5",
        "priorityWdid": "sample string 6",
        "priorityStructureName": "sample string 7",
        "priorityAdminNumber": 8.0,
        "priorityOrderNumber": 9,
        "priorityDate": "2024-04-25T03:01:17.3762613-06:00",
        "priorityNumber": "sample string 11",
        "boundingWdid": "sample string 12",
        "boundingStructureName": "sample string 13",
        "setComments": "sample string 14",
        "releaseComment": "sample string 15",
        "division": 1,
        "locationStructureLatitude": 1.0,
        "locationStructureLongitude": 1.0,
        "boundingStructureLatitude": 1.0,
        "boundingStructureLongitude": 1.0,
        "modified": "2024-04-25T03:01:17.3762613-06:00",
        "moreInformation": "sample string 16"
      },
      {
        "callNumber": 1,
        "callType": "sample string 2",
        "dateTimeSet": "2024-04-25T03:01:17.3762613-06:00",
        "dateTimeReleased": "2024-04-25T03:01:17.3762613-06:00",
        "waterSourceName": "sample string 3",
        "locationWdid": "sample string 4",
        "locationWdidStreammile": 1.0,
        "locationStructureName": "sample string 5",
        "priorityWdid": "sample string 6",
        "priorityStructureName": "sample string 7",
        "priorityAdminNumber": 8.0,
        "priorityOrderNumber": 9,
        "priorityDate": "2024-04-25T03:01:17.3762613-06:00",
        "priorityNumber": "sample string 11",
        "boundingWdid": "sample string 12",
        "boundingStructureName": "sample string 13",
        "setComments": "sample string 14",
        "releaseComment": "sample string 15",
        "division": 1,
        "locationStructureLatitude": 1.0,
        "locationStructureLongitude": 1.0,
        "boundingStructureLatitude": 1.0,
        "boundingStructureLongitude": 1.0,
        "modified": "2024-04-25T03:01:17.3762613-06:00",
        "moreInformation": "sample string 16"
      }
    ]
    
    application/xml, text/xml
    Sample:
    <ArrayOfAdminCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
      <AdminCall>
        <boundingStructureLatitude>1</boundingStructureLatitude>
        <boundingStructureLongitude>1</boundingStructureLongitude>
        <boundingStructureName>sample string 13</boundingStructureName>
        <boundingWdid>sample string 12</boundingWdid>
        <callNumber>1</callNumber>
        <callType>sample string 2</callType>
        <dateTimeReleased>2024-04-25T03:01:17.3762613-06:00</dateTimeReleased>
        <dateTimeSet>2024-04-25T03:01:17.3762613-06:00</dateTimeSet>
        <division>1</division>
        <locationStructureLatitude>1</locationStructureLatitude>
        <locationStructureLongitude>1</locationStructureLongitude>
        <locationStructureName>sample string 5</locationStructureName>
        <locationWdid>sample string 4</locationWdid>
        <locationWdidStreammile>1</locationWdidStreammile>
        <modified>2024-04-25T03:01:17.3762613-06:00</modified>
        <moreInformation>sample string 16</moreInformation>
        <priorityAdminNumber>8</priorityAdminNumber>
        <priorityDate>2024-04-25T03:01:17.3762613-06:00</priorityDate>
        <priorityNumber>sample string 11</priorityNumber>
        <priorityOrderNumber>9</priorityOrderNumber>
        <priorityStructureName>sample string 7</priorityStructureName>
        <priorityWdid>sample string 6</priorityWdid>
        <releaseComment>sample string 15</releaseComment>
        <setComments>sample string 14</setComments>
        <waterSourceName>sample string 3</waterSourceName>
      </AdminCall>
      <AdminCall>
        <boundingStructureLatitude>1</boundingStructureLatitude>
        <boundingStructureLongitude>1</boundingStructureLongitude>
        <boundingStructureName>sample string 13</boundingStructureName>
        <boundingWdid>sample string 12</boundingWdid>
        <callNumber>1</callNumber>
        <callType>sample string 2</callType>
        <dateTimeReleased>2024-04-25T03:01:17.3762613-06:00</dateTimeReleased>
        <dateTimeSet>2024-04-25T03:01:17.3762613-06:00</dateTimeSet>
        <division>1</division>
        <locationStructureLatitude>1</locationStructureLatitude>
        <locationStructureLongitude>1</locationStructureLongitude>
        <locationStructureName>sample string 5</locationStructureName>
        <locationWdid>sample string 4</locationWdid>
        <locationWdidStreammile>1</locationWdidStreammile>
        <modified>2024-04-25T03:01:17.3762613-06:00</modified>
        <moreInformation>sample string 16</moreInformation>
        <priorityAdminNumber>8</priorityAdminNumber>
        <priorityDate>2024-04-25T03:01:17.3762613-06:00</priorityDate>
        <priorityNumber>sample string 11</priorityNumber>
        <priorityOrderNumber>9</priorityOrderNumber>
        <priorityStructureName>sample string 7</priorityStructureName>
        <priorityWdid>sample string 6</priorityWdid>
        <releaseComment>sample string 15</releaseComment>
        <setComments>sample string 14</setComments>
        <waterSourceName>sample string 3</waterSourceName>
      </AdminCall>
    </ArrayOfAdminCall>