GET api/JPRL

VÅ¡etky JPRL

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of JPRL
NameDescriptionTypeAdditional 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": "154a0507-8d8f-443a-9ac7-eabe11049a1e"
  },
  {
    "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": "154a0507-8d8f-443a-9ac7-eabe11049a1e"
  }
]

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>154a0507-8d8f-443a-9ac7-eabe11049a1e</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>154a0507-8d8f-443a-9ac7-eabe11049a1e</IdPlocha>
  </JPRL>
</ArrayOfJPRL>