GET api/gis_vProjectSites/GetvProjectSites
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of gis_vProjectSites| Name | Description | Type | Additional information |
|---|---|---|---|
| RowId | integer |
None. |
|
| FacilityKey | integer |
None. |
|
| Project | string |
None. |
|
| Site | string |
None. |
|
| Lon | decimal number |
None. |
|
| Lat | decimal number |
None. |
|
| Fac_Id_Txt | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RowId": 1,
"FacilityKey": 2,
"Project": "sample string 3",
"Site": "sample string 4",
"Lon": 1.0,
"Lat": 1.0,
"Fac_Id_Txt": "sample string 5"
},
{
"RowId": 1,
"FacilityKey": 2,
"Project": "sample string 3",
"Site": "sample string 4",
"Lon": 1.0,
"Lat": 1.0,
"Fac_Id_Txt": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfgis_vProjectSites xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WDEQ.STP.Rest.DAL">
<gis_vProjectSites>
<Fac_Id_Txt>sample string 5</Fac_Id_Txt>
<FacilityKey>2</FacilityKey>
<Lat>1</Lat>
<Lon>1</Lon>
<Project>sample string 3</Project>
<RowId>1</RowId>
<Site>sample string 4</Site>
</gis_vProjectSites>
<gis_vProjectSites>
<Fac_Id_Txt>sample string 5</Fac_Id_Txt>
<FacilityKey>2</FacilityKey>
<Lat>1</Lat>
<Lon>1</Lon>
<Project>sample string 3</Project>
<RowId>1</RowId>
<Site>sample string 4</Site>
</gis_vProjectSites>
</ArrayOfgis_vProjectSites>