GET api/gisFluidLevelQuery/GetFluidLevelsForWellSite?wellID={wellID}&site={site}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| wellID | string |
Required |
|
| site | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of gisFluidLevelQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| FacilityKey | integer |
None. |
|
| Project | string |
None. |
|
| Site | string |
None. |
|
| DesignEngineer | string |
None. |
|
| WellID | string |
None. |
|
| LocType | string |
None. |
|
| SurfElev | decimal number |
None. |
|
| MPE | decimal number |
None. |
|
| DateOnly | string |
None. |
|
| DateTimeMeasured | date |
None. |
|
| DepthToLNAPL | decimal number |
None. |
|
| DepthToWater | decimal number |
None. |
|
| TDGauged | string |
None. |
|
| LNAPLThickness | string |
None. |
|
| DepthToLNAPLComment | string |
None. |
|
| DepthToWaterComment | string |
None. |
|
| Lat | decimal number |
None. |
|
| Lon | decimal number |
None. |
|
| Fac_Id_Txt | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FacilityKey": 1,
"Project": "sample string 2",
"Site": "sample string 3",
"DesignEngineer": "sample string 4",
"WellID": "sample string 5",
"LocType": "sample string 6",
"SurfElev": 1.0,
"MPE": 1.0,
"DateOnly": "sample string 7",
"DateTimeMeasured": "2025-10-27T08:57:10.041809-06:00",
"DepthToLNAPL": 1.0,
"DepthToWater": 1.0,
"TDGauged": "sample string 9",
"LNAPLThickness": "sample string 10",
"DepthToLNAPLComment": "sample string 11",
"DepthToWaterComment": "sample string 12",
"Lat": 1.0,
"Lon": 1.0,
"Fac_Id_Txt": "sample string 13"
},
{
"FacilityKey": 1,
"Project": "sample string 2",
"Site": "sample string 3",
"DesignEngineer": "sample string 4",
"WellID": "sample string 5",
"LocType": "sample string 6",
"SurfElev": 1.0,
"MPE": 1.0,
"DateOnly": "sample string 7",
"DateTimeMeasured": "2025-10-27T08:57:10.041809-06:00",
"DepthToLNAPL": 1.0,
"DepthToWater": 1.0,
"TDGauged": "sample string 9",
"LNAPLThickness": "sample string 10",
"DepthToLNAPLComment": "sample string 11",
"DepthToWaterComment": "sample string 12",
"Lat": 1.0,
"Lon": 1.0,
"Fac_Id_Txt": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfgisFluidLevelQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WDEQ.STP.Rest.DAL">
<gisFluidLevelQuery>
<DateOnly>sample string 7</DateOnly>
<DateTimeMeasured>2025-10-27T08:57:10.041809-06:00</DateTimeMeasured>
<DepthToLNAPL>1</DepthToLNAPL>
<DepthToLNAPLComment>sample string 11</DepthToLNAPLComment>
<DepthToWater>1</DepthToWater>
<DepthToWaterComment>sample string 12</DepthToWaterComment>
<DesignEngineer>sample string 4</DesignEngineer>
<Fac_Id_Txt>sample string 13</Fac_Id_Txt>
<FacilityKey>1</FacilityKey>
<LNAPLThickness>sample string 10</LNAPLThickness>
<Lat>1</Lat>
<LocType>sample string 6</LocType>
<Lon>1</Lon>
<MPE>1</MPE>
<Project>sample string 2</Project>
<Site>sample string 3</Site>
<SurfElev>1</SurfElev>
<TDGauged>sample string 9</TDGauged>
<WellID>sample string 5</WellID>
</gisFluidLevelQuery>
<gisFluidLevelQuery>
<DateOnly>sample string 7</DateOnly>
<DateTimeMeasured>2025-10-27T08:57:10.041809-06:00</DateTimeMeasured>
<DepthToLNAPL>1</DepthToLNAPL>
<DepthToLNAPLComment>sample string 11</DepthToLNAPLComment>
<DepthToWater>1</DepthToWater>
<DepthToWaterComment>sample string 12</DepthToWaterComment>
<DesignEngineer>sample string 4</DesignEngineer>
<Fac_Id_Txt>sample string 13</Fac_Id_Txt>
<FacilityKey>1</FacilityKey>
<LNAPLThickness>sample string 10</LNAPLThickness>
<Lat>1</Lat>
<LocType>sample string 6</LocType>
<Lon>1</Lon>
<MPE>1</MPE>
<Project>sample string 2</Project>
<Site>sample string 3</Site>
<SurfElev>1</SurfElev>
<TDGauged>sample string 9</TDGauged>
<WellID>sample string 5</WellID>
</gisFluidLevelQuery>
</ArrayOfgisFluidLevelQuery>