PUT api/v2/cadastral/nl/lvbag/buildings/list
ListLVBAGBuilding
Request Information
URI Parameters
None.
Body Parameters
The query
ListLVBAGBuildingQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| GPSXCoordinate | decimal number |
Required Range: inclusive between -180 and 180 |
|
| GPSYCoordinate | decimal number |
Required Range: inclusive between -90 and 90 |
|
| Range | integer (32 bits) |
Required Range: inclusive between 1 and 250 |
|
| PageNumber | integer (32 bits) |
Required Default value: 1 |
|
| PageSize | integer (32 bits) |
Required Range: inclusive between 1 and 1500 |
Request Formats
application/json
Sample:
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"Range": 1,
"PageNumber": 1,
"PageSize": 1
}
Response Information
Resource Description
ListLVBAGBuildingQueryResult
ListLVBAGBuildingQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Buildings | Collection of ListBAGBuildingApiQueryResultBuilding |
None. |
|
| Count | integer (32 bits) |
Range: inclusive between 0 and 2147483647 |
|
| HasNextPage | boolean |
None. |
|
| HasPrevPage | boolean |
None. |
Response Formats
application/json
Sample:
{
"Buildings": [
{
"BAGBuildingIdentifier": "sample string 1",
"ConstructionYear": "sample string 2",
"Status": "Bouwvergunning verleend",
"Geometry": {
"PolygonGeoType": "Polygon",
"Coordinates": [
[
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
},
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
}
],
[
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
},
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
}
]
]
}
},
{
"BAGBuildingIdentifier": "sample string 1",
"ConstructionYear": "sample string 2",
"Status": "Bouwvergunning verleend",
"Geometry": {
"PolygonGeoType": "Polygon",
"Coordinates": [
[
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
},
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
}
],
[
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
},
{
"GPSXCoordinate": 1.0,
"GPSYCoordinate": 1.0,
"RDXCoordinate": 1.0,
"RDYCoordinate": 1.0
}
]
]
}
}
],
"Count": 1,
"HasNextPage": true,
"HasPrevPage": true
}