GET api/JPRL/{id}
Podľa id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JPRLName | 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": "e0706c26-b6e5-40f2-95e7-897ede5c5dee" }
application/xml, text/xml
Sample:
<JPRL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datasety.Models.sde_Les"> <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:d2p1="http://schemas.datacontract.org/2004/07/System.Data.Entity.Spatial" i:nil="true" /> <GeoJSON>sample string 9</GeoJSON> <IdPlocha>e0706c26-b6e5-40f2-95e7-897ede5c5dee</IdPlocha> </JPRL>