GET api/JPRL?Kpl={Kpl}
VÅ¡etky JPRL za Kpl (kód Lesného celku)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Kpl |
Kód Lesného celku |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of JPRL| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DruhPozemkuKod | integer |
None. |
|
| DruhPozemku | string |
String length: inclusive between 0 and 2 |
|
| Kpl | string |
String length: inclusive between 0 and 5 |
|
| Rzp | integer |
None. |
|
| Rup | integer |
None. |
|
| Lesný celok | string |
String length: inclusive between 0 and 60 |
|
| Dielec | integer |
None. |
|
| CiastkovaPlocha | string |
String length: inclusive between 0 and 1 |
|
| PorastovaSkupina | integer |
None. |
|
| CisloOLP | integer |
None. |
|
| Idps | string |
String length: inclusive between 0 and 15 |
|
| Idolp | string |
String length: inclusive between 0 and 16 |
|
| CisloLhc | integer |
None. |
|
| Wkt | DbGeometry |
None. |
|
| GeoJSON | string |
None. |
|
| Lhc | string |
String length: inclusive between 0 and 25 |
|
| IdPlocha | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"DruhPozemkuKod": 1,
"DruhPozemku": "sample string 2",
"Kpl": "sample string 4",
"Rzp": 1,
"Rup": 1,
"Lesný celok": "sample string 5",
"Dielec": 1,
"CiastkovaPlocha": "sample string 6",
"PorastovaSkupina": 1,
"CisloOLP": 1,
"Idps": "sample string 7",
"Idolp": "sample string 8",
"CisloLhc": 1,
"Wkt": null,
"Lhc": "sample string 10",
"GeoJSON": "sample string 9",
"IdPlocha": "a493af30-11f6-4aed-8563-4ee74cd40399"
},
{
"Id": 1,
"DruhPozemkuKod": 1,
"DruhPozemku": "sample string 2",
"Kpl": "sample string 4",
"Rzp": 1,
"Rup": 1,
"Lesný celok": "sample string 5",
"Dielec": 1,
"CiastkovaPlocha": "sample string 6",
"PorastovaSkupina": 1,
"CisloOLP": 1,
"Idps": "sample string 7",
"Idolp": "sample string 8",
"CisloLhc": 1,
"Wkt": null,
"Lhc": "sample string 10",
"GeoJSON": "sample string 9",
"IdPlocha": "a493af30-11f6-4aed-8563-4ee74cd40399"
}
]
application/xml, text/xml
Sample:
<ArrayOfJPRL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datasety.Models.sde_Les">
<JPRL>
<Id>1</Id>
<DruhPozemkuKod>1</DruhPozemkuKod>
<DruhPozemku>sample string 2</DruhPozemku>
<Kpl>sample string 4</Kpl>
<Rzp>1</Rzp>
<Rup>1</Rup>
<Lesný_x0020_celok>sample string 5</Lesný_x0020_celok>
<Dielec>1</Dielec>
<CiastkovaPlocha>sample string 6</CiastkovaPlocha>
<PorastovaSkupina>1</PorastovaSkupina>
<CisloOLP>1</CisloOLP>
<Idps>sample string 7</Idps>
<Idolp>sample string 8</Idolp>
<CisloLhc>1</CisloLhc>
<Lhc>sample string 10</Lhc>
<Wkt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Data.Entity.Spatial" i:nil="true" />
<GeoJSON>sample string 9</GeoJSON>
<IdPlocha>a493af30-11f6-4aed-8563-4ee74cd40399</IdPlocha>
</JPRL>
<JPRL>
<Id>1</Id>
<DruhPozemkuKod>1</DruhPozemkuKod>
<DruhPozemku>sample string 2</DruhPozemku>
<Kpl>sample string 4</Kpl>
<Rzp>1</Rzp>
<Rup>1</Rup>
<Lesný_x0020_celok>sample string 5</Lesný_x0020_celok>
<Dielec>1</Dielec>
<CiastkovaPlocha>sample string 6</CiastkovaPlocha>
<PorastovaSkupina>1</PorastovaSkupina>
<CisloOLP>1</CisloOLP>
<Idps>sample string 7</Idps>
<Idolp>sample string 8</Idolp>
<CisloLhc>1</CisloLhc>
<Lhc>sample string 10</Lhc>
<Wkt xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Data.Entity.Spatial" i:nil="true" />
<GeoJSON>sample string 9</GeoJSON>
<IdPlocha>a493af30-11f6-4aed-8563-4ee74cd40399</IdPlocha>
</JPRL>
</ArrayOfJPRL>