GET api/Lhc
Všetky
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LhcName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CisloLhc | integer |
None. |
|
KodLhc | integer |
None. |
|
txLhc | string |
None. |
|
WKT | DbGeometry |
None. |
|
GeoJSON | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "CisloLhc": 1, "KodLhc": 1, "txLhc": "sample string 2", "WKT": null, "GeoJSON": "sample string 3" }, { "Id": 1, "CisloLhc": 1, "KodLhc": 1, "txLhc": "sample string 2", "WKT": null, "GeoJSON": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfLhc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datasety.Models.sde_sr"> <Lhc> <Id>1</Id> <CisloLhc>1</CisloLhc> <KodLhc>1</KodLhc> <txLhc>sample string 2</txLhc> <WKT xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Data.Entity.Spatial" i:nil="true" /> <GeoJSON>sample string 3</GeoJSON> </Lhc> <Lhc> <Id>1</Id> <CisloLhc>1</CisloLhc> <KodLhc>1</KodLhc> <txLhc>sample string 2</txLhc> <WKT xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Data.Entity.Spatial" i:nil="true" /> <GeoJSON>sample string 3</GeoJSON> </Lhc> </ArrayOfLhc>