API description

Info

Description
Das ist der Open Web Service für öffentliche Geodaten des Kantons Basel-Stadt.
Title
Geodaten Kanton Basel-Stadt
Contact email
geo@bs.ch
Contact name
Adrian Moser

Paths

get The API description
OperationId
getApiDescription
Tags
["Capabilities"]
Description
The formal documentation of this API according to the OpenAPI specification, version 3.0. I.e., this document.
Responses
{"200":{"content":{"application/vnd.oai.openapi+json;version=3.0":{"schema":{"type":"object"}},"text/html":{"schema":{"type":"string"}}},"description":"The formal documentation of this API according to the OpenAPI specification, version 3.0. I.e., this document."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Abfuhrzonen Stadt Basel' feature collection
OperationId
getFeature_Abfuhrzonen_6f549982_bd3f_4056_8a18_26e703f20fd5_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Abfuhrzonen Stadt Basel' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Abfuhrzonen Stadt Basel' feature collection
OperationId
getFeatures_Abfuhrzonen_6f549982_bd3f_4056_8a18_26e703f20fd5
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Zone Retrieve features filtered by: Zone (String) string
Kehrichtabfuhr Retrieve features filtered by: Kehrichtabfuhr (String) string
Kleinsperrgut Retrieve features filtered by: Kleinsperrgut (String) string
Grobsperrgut Retrieve features filtered by: Grobsperrgut (String) string
Grünabfuhr Retrieve features filtered by: Grünabfuhr (String) string
Häckseldienst Retrieve features filtered by: Häckseldienst (String) string
Metallabfuhr Retrieve features filtered by: Metallabfuhr (String) string
Papierabfuhr Retrieve features filtered by: Papierabfuhr (String) string
Kartonabfuhr Retrieve features filtered by: Kartonabfuhr (String) string
Unbrennbares Retrieve features filtered by: Unbrennbares (String) string
Link zu den Abfuhrplänen Retrieve features filtered by: Link zu den Abfuhrplänen (String) string
Direktlink zur Anmeldung von Abholungen Retrieve features filtered by: Direktlink zur Anmeldung von Abholungen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Zone', 'Kehrichtabfuhr', 'Kleinsperrgut', 'Grobsperrgut', 'Grünabfuhr', 'Häckseldienst', 'Metallabfuhr', 'Papierabfuhr', 'Kartonabfuhr', 'Unbrennbares', 'Link zu den Abfuhrplänen', 'Direktlink zur Anmeldung von Abholungen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Abfuhrzonen Stadt Basel' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Abfuhrzonen_6f549982_bd3f_4056_8a18_26e703f20fd5_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Abfuhrzonen Stadt Basel' feature collection
OperationId
describeCollection_Abfuhrzonen_6f549982_bd3f_4056_8a18_26e703f20fd5
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Abfuhrzonen Stadt Basel' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Abfuhrzonen (Gemeinden Riehen und Bettingen)' feature collection
OperationId
getFeature_Abfuhrzonen_765600a6_e4f5_42ab_b927_faf1bcb305c8_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Abfuhrzonen (Gemeinden Riehen und Bettingen)' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Abfuhrzonen (Gemeinden Riehen und Bettingen)' feature collection
OperationId
getFeatures_Abfuhrzonen_765600a6_e4f5_42ab_b927_faf1bcb305c8
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Zone Retrieve features filtered by: Zone (Integer) integer
Kalender Retrieve features filtered by: Kalender (String) string
Webseite Retrieve features filtered by: Webseite (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Zone', 'Kalender', 'Webseite' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Abfuhrzonen (Gemeinden Riehen und Bettingen)' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Abfuhrzonen_765600a6_e4f5_42ab_b927_faf1bcb305c8_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Abfuhrzonen (Gemeinden Riehen und Bettingen)' feature collection
OperationId
describeCollection_Abfuhrzonen_765600a6_e4f5_42ab_b927_faf1bcb305c8
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Abfuhrzonen (Gemeinden Riehen und Bettingen)' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Abgabestellen der Tigermückenbekämpfung' feature collection
OperationId
getFeature_Abgabestellen_4064e8a3_66ba_428b_8ac8_3ab9ae4570b0_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Abgabestellen der Tigermückenbekämpfung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Abgabestellen der Tigermückenbekämpfung' feature collection
OperationId
getFeatures_Abgabestellen_4064e8a3_66ba_428b_8ac8_3ab9ae4570b0
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Name Retrieve features filtered by: Name (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Öffnungszeiten Retrieve features filtered by: Öffnungszeiten (String) string
Weblink Retrieve features filtered by: Weblink (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Name', 'Adresse', 'Öffnungszeiten', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Abgabestellen der Tigermückenbekämpfung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Abgabestellen_4064e8a3_66ba_428b_8ac8_3ab9ae4570b0_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Abgabestellen der Tigermückenbekämpfung' feature collection
OperationId
describeCollection_Abgabestellen_4064e8a3_66ba_428b_8ac8_3ab9ae4570b0
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Abgabestellen der Tigermückenbekämpfung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Allmendverwaltung Gebührenzonen' feature collection
OperationId
getFeature_allmendverwaltung_gebuehrenzonen_a5458d4e_27a9_4573_bc42_a8d47bcf308b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Allmendverwaltung Gebührenzonen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Allmendverwaltung Gebührenzonen' feature collection
OperationId
getFeatures_allmendverwaltung_gebuehrenzonen_a5458d4e_27a9_4573_bc42_a8d47bcf308b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Zone Retrieve features filtered by: ID Zone (Integer) integer
Name Retrieve features filtered by: Name (String) string
GID Retrieve features filtered by: GID (Integer) integer
Plan Retrieve features filtered by: Plan (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Weblink Retrieve features filtered by: Weblink (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Zone', 'Name', 'GID', 'Plan', 'Bemerkung', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Allmendverwaltung Gebührenzonen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_allmendverwaltung_gebuehrenzonen_a5458d4e_27a9_4573_bc42_a8d47bcf308b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Allmendverwaltung Gebührenzonen' feature collection
OperationId
describeCollection_allmendverwaltung_gebuehrenzonen_a5458d4e_27a9_4573_bc42_a8d47bcf308b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Allmendverwaltung Gebührenzonen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Alterspflegeheime' feature collection
OperationId
getFeature_Alterspflegeheime_9a6e2b21_4c52_459e_9405_899bfcc1f0ae_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Alterspflegeheime' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Alterspflegeheime' feature collection
OperationId
getFeatures_Alterspflegeheime_9a6e2b21_4c52_459e_9405_899bfcc1f0ae
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Retrieve features filtered by: ID (Integer) integer
Name Retrieve features filtered by: Name (String) string
Kategorie Retrieve features filtered by: Kategorie (String) string
Anmeldung Retrieve features filtered by: Anmeldung (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Gemeinde Retrieve features filtered by: Gemeinde (String) string
Telefon Retrieve features filtered by: Telefon (String) string
Homepage Retrieve features filtered by: Homepage (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID', 'Name', 'Kategorie', 'Anmeldung', 'Adresse', 'Gemeinde', 'Telefon', 'Homepage' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Alterspflegeheime' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Alterspflegeheime_9a6e2b21_4c52_459e_9405_899bfcc1f0ae_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Alterspflegeheime' feature collection
OperationId
describeCollection_Alterspflegeheime_9a6e2b21_4c52_459e_9405_899bfcc1f0ae
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Alterspflegeheime' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Archäologischer Zonenplan - Archäologische Zonen' feature collection
OperationId
getFeature_Archaeologische_Zonen_76827128_1aa8_4fa9_a1b1_b9dd34c12dca_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Archäologischer Zonenplan - Archäologische Zonen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Archäologischer Zonenplan - Archäologische Zonen' feature collection
OperationId
getFeatures_Archaeologische_Zonen_76827128_1aa8_4fa9_a1b1_b9dd34c12dca
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Zonennummer Retrieve features filtered by: Zonennummer (Integer) integer
Gemeinde Retrieve features filtered by: Gemeinde (String) string
Zone Retrieve features filtered by: Zone (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Zonennummer', 'Gemeinde', 'Zone' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Archäologischer Zonenplan - Archäologische Zonen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Archaeologische_Zonen_76827128_1aa8_4fa9_a1b1_b9dd34c12dca_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Archäologischer Zonenplan - Archäologische Zonen' feature collection
OperationId
describeCollection_Archaeologische_Zonen_76827128_1aa8_4fa9_a1b1_b9dd34c12dca
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Archäologischer Zonenplan - Archäologische Zonen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Archäologischer Zonenplan - Übrige Bereiche' feature collection
OperationId
getFeature_Uebrige_Bereiche_e14fc594_04fa_47cf_939a_eb024f7d5943_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Archäologischer Zonenplan - Übrige Bereiche' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Archäologischer Zonenplan - Übrige Bereiche' feature collection
OperationId
getFeatures_Uebrige_Bereiche_e14fc594_04fa_47cf_939a_eb024f7d5943
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Bereichsnummer Retrieve features filtered by: Bereichsnummer (Integer) integer
Bereich Retrieve features filtered by: Bereich (String) string
Gemeinde Retrieve features filtered by: Gemeinde (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Bereichsnummer', 'Bereich', 'Gemeinde' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Archäologischer Zonenplan - Übrige Bereiche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Uebrige_Bereiche_e14fc594_04fa_47cf_939a_eb024f7d5943_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Archäologischer Zonenplan - Übrige Bereiche' feature collection
OperationId
describeCollection_Uebrige_Bereiche_e14fc594_04fa_47cf_939a_eb024f7d5943
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Archäologischer Zonenplan - Übrige Bereiche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Arealentwicklungen - Arealperimeter' feature collection
OperationId
getFeature_Arealperimeter_a8e29d54_b893_4e1c_b1c0_c45d57787f17_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Arealentwicklungen - Arealperimeter' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Arealentwicklungen - Arealperimeter' feature collection
OperationId
getFeatures_Arealperimeter_a8e29d54_b893_4e1c_b1c0_c45d57787f17
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Titel Retrieve features filtered by: Titel (String) string
Erarbeitungsstatus Vorhaben Retrieve features filtered by: Erarbeitungsstatus Vorhaben (String) string
Link Arealentwicklung Retrieve features filtered by: Link Arealentwicklung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Titel', 'Erarbeitungsstatus Vorhaben', 'Link Arealentwicklung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Arealentwicklungen - Arealperimeter' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Arealperimeter_a8e29d54_b893_4e1c_b1c0_c45d57787f17_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Arealentwicklungen - Arealperimeter' feature collection
OperationId
describeCollection_Arealperimeter_a8e29d54_b893_4e1c_b1c0_c45d57787f17
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Arealentwicklungen - Arealperimeter' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Arealentwicklungen - Entwicklungsvorhaben' feature collection
OperationId
getFeature_Entwicklungsvorhaben_e26e956e_08cd_4cad_a5b6_408fd860392e_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Arealentwicklungen - Entwicklungsvorhaben' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Arealentwicklungen - Entwicklungsvorhaben' feature collection
OperationId
getFeatures_Entwicklungsvorhaben_e26e956e_08cd_4cad_a5b6_408fd860392e
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (String) string
Titel Retrieve features filtered by: Titel (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Status Retrieve features filtered by: Status (String) string
Zuständigkeit Retrieve features filtered by: Zuständigkeit (String) string
Vorhaben Retrieve features filtered by: Vorhaben (String) string
Link Vorhaben Retrieve features filtered by: Link Vorhaben (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Titel', 'Beschreibung', 'Status', 'Zuständigkeit', 'Vorhaben', 'Link Vorhaben' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Arealentwicklungen - Entwicklungsvorhaben' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Entwicklungsvorhaben_e26e956e_08cd_4cad_a5b6_408fd860392e_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Arealentwicklungen - Entwicklungsvorhaben' feature collection
OperationId
describeCollection_Entwicklungsvorhaben_e26e956e_08cd_4cad_a5b6_408fd860392e
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Arealentwicklungen - Entwicklungsvorhaben' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Ausnahmetransportrouten' feature collection
OperationId
getFeature_Ausnahmetransportrouten_053c6119_5bae_4d7f_b3a1_2278486a2fb7_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Ausnahmetransportrouten' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Ausnahmetransportrouten' feature collection
OperationId
getFeatures_Ausnahmetransportrouten_053c6119_5bae_4d7f_b3a1_2278486a2fb7
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Route Retrieve features filtered by: ID Route (Integer) integer
Routentyp ASTRA Retrieve features filtered by: Routentyp ASTRA (String) string
Routentyp Basel Retrieve features filtered by: Routentyp Basel (String) string
Fahrbahnbreite (m) Retrieve features filtered by: Fahrbahnbreite (m) (Double) number
Fahrbahnhöhe (m) Retrieve features filtered by: Fahrbahnhöhe (m) (Double) number
Gesamtgewicht (kN) Retrieve features filtered by: Gesamtgewicht (kN) (Integer) integer
Achslast (t) Retrieve features filtered by: Achslast (t) (Integer) integer
Achslast Basel (t) Retrieve features filtered by: Achslast Basel (t) (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Route', 'Routentyp ASTRA', 'Routentyp Basel', 'Fahrbahnbreite (m)', 'Fahrbahnhöhe (m)', 'Gesamtgewicht (kN)', 'Achslast (t)', 'Achslast Basel (t)' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Ausnahmetransportrouten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Ausnahmetransportrouten_053c6119_5bae_4d7f_b3a1_2278486a2fb7_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Ausnahmetransportrouten' feature collection
OperationId
describeCollection_Ausnahmetransportrouten_053c6119_5bae_4d7f_b3a1_2278486a2fb7
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Ausnahmetransportrouten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Amtliche Vermessung Kilometereinteilung' feature collection
OperationId
getFeature_AV_Kilometereinteilung_48e0fc08_6252_4c9e_b69c_d65ee633405b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Amtliche Vermessung Kilometereinteilung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Amtliche Vermessung Kilometereinteilung' feature collection
OperationId
getFeatures_AV_Kilometereinteilung_48e0fc08_6252_4c9e_b69c_d65ee633405b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Plannummer Retrieve features filtered by: Plannummer (String) string
betrifft Kanton Basel-Stadt Retrieve features filtered by: betrifft Kanton Basel-Stadt (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Plannummer', 'betrifft Kanton Basel-Stadt' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Amtliche Vermessung Kilometereinteilung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_AV_Kilometereinteilung_48e0fc08_6252_4c9e_b69c_d65ee633405b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Amtliche Vermessung Kilometereinteilung' feature collection
OperationId
describeCollection_AV_Kilometereinteilung_48e0fc08_6252_4c9e_b69c_d65ee633405b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Amtliche Vermessung Kilometereinteilung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Baulinie' feature collection
OperationId
getFeature_Baulinie__Basel__b484b11c_7fc6_4a6d_862f_cf9cee8a1d89_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Baulinie' feature collection
OperationId
getFeatures_Baulinie__Basel__b484b11c_7fc6_4a6d_862f_cf9cee8a1d89
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinie__Basel__b484b11c_7fc6_4a6d_862f_cf9cee8a1d89_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Baulinie' feature collection
OperationId
describeCollection_Baulinie__Basel__b484b11c_7fc6_4a6d_862f_cf9cee8a1d89
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Label Baulinie' feature collection
OperationId
getFeature_Baulinie_7c0adb43_f9c0_46f5_8857_331263b50525_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Label Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Label Baulinie' feature collection
OperationId
getFeatures_Baulinie_7c0adb43_f9c0_46f5_8857_331263b50525
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinie_7c0adb43_f9c0_46f5_8857_331263b50525_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Label Baulinie' feature collection
OperationId
describeCollection_Baulinie_7c0adb43_f9c0_46f5_8857_331263b50525
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel) - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Baulinie' feature collection
OperationId
getFeature_Baulinie__Basel__526dc03d_80bb_4f40_96a3_0c32897569c5_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Baulinie' feature collection
OperationId
getFeatures_Baulinie__Basel__526dc03d_80bb_4f40_96a3_0c32897569c5
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinie__Basel__526dc03d_80bb_4f40_96a3_0c32897569c5_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Baulinie' feature collection
OperationId
describeCollection_Baulinie__Basel__526dc03d_80bb_4f40_96a3_0c32897569c5
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Label Baulinie' feature collection
OperationId
getFeature_Label_Baulinie__Basel__e2ef23a9_a945_4f88_ac8f_919e2dcdf2c5_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Label Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Label Baulinie' feature collection
OperationId
getFeatures_Label_Baulinie__Basel__e2ef23a9_a945_4f88_ac8f_919e2dcdf2c5
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Label_Baulinie__Basel__e2ef23a9_a945_4f88_ac8f_919e2dcdf2c5_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Label Baulinie' feature collection
OperationId
describeCollection_Label_Baulinie__Basel__e2ef23a9_a945_4f88_ac8f_919e2dcdf2c5
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Baulinien (Basel): laufende Änderung - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Label Strassenlinie' feature collection
OperationId
getFeature_Baulinien__Basel__b2e22203_95b8_4e27_9b60_850ee2077e54_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Label Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Label Strassenlinie' feature collection
OperationId
getFeatures_Baulinien__Basel__b2e22203_95b8_4e27_9b60_850ee2077e54
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinien__Basel__b2e22203_95b8_4e27_9b60_850ee2077e54_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Label Strassenlinie' feature collection
OperationId
describeCollection_Baulinien__Basel__b2e22203_95b8_4e27_9b60_850ee2077e54
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Strassenlinie' feature collection
OperationId
getFeature_Strassenlinie__Basel__b6b1997e_7fc4_47aa_b9e1_146944f3b1b0_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Strassenlinie' feature collection
OperationId
getFeatures_Strassenlinie__Basel__b6b1997e_7fc4_47aa_b9e1_146944f3b1b0
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Strassenlinie__Basel__b6b1997e_7fc4_47aa_b9e1_146944f3b1b0_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Strassenlinie' feature collection
OperationId
describeCollection_Strassenlinie__Basel__b6b1997e_7fc4_47aa_b9e1_146944f3b1b0
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel) - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Label Strassenlinie' feature collection
OperationId
getFeature_Label_Strassenlinie__Basel__861249a7_6f37_4a28_a6b2_c45f458f86fb_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Label Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Label Strassenlinie' feature collection
OperationId
getFeatures_Label_Strassenlinie__Basel__861249a7_6f37_4a28_a6b2_c45f458f86fb
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Label_Strassenlinie__Basel__861249a7_6f37_4a28_a6b2_c45f458f86fb_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Label Strassenlinie' feature collection
OperationId
describeCollection_Label_Strassenlinie__Basel__861249a7_6f37_4a28_a6b2_c45f458f86fb
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Strassenlinie' feature collection
OperationId
getFeature_Strassenlinie__Basel__750fb2fc_f712_4494_88ca_7149fafdd1d4_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Strassenlinie' feature collection
OperationId
getFeatures_Strassenlinie__Basel__750fb2fc_f712_4494_88ca_7149fafdd1d4
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Strassenlinie__Basel__750fb2fc_f712_4494_88ca_7149fafdd1d4_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Strassenlinie' feature collection
OperationId
describeCollection_Strassenlinie__Basel__750fb2fc_f712_4494_88ca_7149fafdd1d4
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Basel-Stadt - Strassenlinien (Basel): laufende Änderung - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Baulinie' feature collection
OperationId
getFeature_Baulinien_fda66f4d_209b_4a0d_b5a6_71da1b8ad8d8_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Baulinie' feature collection
OperationId
getFeatures_Baulinien_fda66f4d_209b_4a0d_b5a6_71da1b8ad8d8
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinien_fda66f4d_209b_4a0d_b5a6_71da1b8ad8d8_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Baulinie' feature collection
OperationId
describeCollection_Baulinien_fda66f4d_209b_4a0d_b5a6_71da1b8ad8d8
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Label Baulinie' feature collection
OperationId
getFeature_Bau_Strassenlinien_Bettingen___Baulinien_689bfb6f_8ed2_40ef_8944_367e1c029106_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Label Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Label Baulinie' feature collection
OperationId
getFeatures_Bau_Strassenlinien_Bettingen___Baulinien_689bfb6f_8ed2_40ef_8944_367e1c029106
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bau_Strassenlinien_Bettingen___Baulinien_689bfb6f_8ed2_40ef_8944_367e1c029106_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Label Baulinie' feature collection
OperationId
describeCollection_Bau_Strassenlinien_Bettingen___Baulinien_689bfb6f_8ed2_40ef_8944_367e1c029106
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen) - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Baulinie' feature collection
OperationId
getFeature_Baulinie__Bettingen__7ce1ea65_81c1_4acd_8136_d5b9951fe25a_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Baulinie' feature collection
OperationId
getFeatures_Baulinie__Bettingen__7ce1ea65_81c1_4acd_8136_d5b9951fe25a
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinie__Bettingen__7ce1ea65_81c1_4acd_8136_d5b9951fe25a_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Baulinie' feature collection
OperationId
describeCollection_Baulinie__Bettingen__7ce1ea65_81c1_4acd_8136_d5b9951fe25a
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Label Baulinie' feature collection
OperationId
getFeature_Label_Baulinie__Bettingen__fde2cb61_d877_4bce_a1cb_52627dc41824_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Label Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Label Baulinie' feature collection
OperationId
getFeatures_Label_Baulinie__Bettingen__fde2cb61_d877_4bce_a1cb_52627dc41824
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Label_Baulinie__Bettingen__fde2cb61_d877_4bce_a1cb_52627dc41824_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Label Baulinie' feature collection
OperationId
describeCollection_Label_Baulinie__Bettingen__fde2cb61_d877_4bce_a1cb_52627dc41824
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Baulinien (Bettingen): Laufende Änderung - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Label Strassenlinie' feature collection
OperationId
getFeature_Bau_Strassenlinien_Bettingen___Strassenlinien_4d07d427_f990_46a1_9750_5c370d85622d_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Label Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Label Strassenlinie' feature collection
OperationId
getFeatures_Bau_Strassenlinien_Bettingen___Strassenlinien_4d07d427_f990_46a1_9750_5c370d85622d
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bau_Strassenlinien_Bettingen___Strassenlinien_4d07d427_f990_46a1_9750_5c370d85622d_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Label Strassenlinie' feature collection
OperationId
describeCollection_Bau_Strassenlinien_Bettingen___Strassenlinien_4d07d427_f990_46a1_9750_5c370d85622d
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Strassenlinie' feature collection
OperationId
getFeature_Strassenlinien_0ee07c7b_8435_44b4_8e95_00c491e429fa_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Strassenlinie' feature collection
OperationId
getFeatures_Strassenlinien_0ee07c7b_8435_44b4_8e95_00c491e429fa
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Strassenlinien_0ee07c7b_8435_44b4_8e95_00c491e429fa_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Strassenlinie' feature collection
OperationId
describeCollection_Strassenlinien_0ee07c7b_8435_44b4_8e95_00c491e429fa
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen) - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Label Strassenlinie' feature collection
OperationId
getFeature_Label_Strassenlinie__Bettingen__c3025278_e4a2_4c82_a2b5_399b8cc7b84a_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Label Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Label Strassenlinie' feature collection
OperationId
getFeatures_Label_Strassenlinie__Bettingen__c3025278_e4a2_4c82_a2b5_399b8cc7b84a
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Label_Strassenlinie__Bettingen__c3025278_e4a2_4c82_a2b5_399b8cc7b84a_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Label Strassenlinie' feature collection
OperationId
describeCollection_Label_Strassenlinie__Bettingen__c3025278_e4a2_4c82_a2b5_399b8cc7b84a
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Strassenlinie' feature collection
OperationId
getFeature_Strassenlinie__Bettingen__a02767ac_eb98_4d4b_9539_f801817e5a30_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Strassenlinie' feature collection
OperationId
getFeatures_Strassenlinie__Bettingen__a02767ac_eb98_4d4b_9539_f801817e5a30
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Strassenlinie__Bettingen__a02767ac_eb98_4d4b_9539_f801817e5a30_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Strassenlinie' feature collection
OperationId
describeCollection_Strassenlinie__Bettingen__a02767ac_eb98_4d4b_9539_f801817e5a30
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Bettingen - Strassenlinien (Bettingen): Laufende Änderung - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Baulinie' feature collection
OperationId
getFeature_Baulinien_fbc215b9_897e_447b_b273_d3782ea7d1fc_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Baulinie' feature collection
OperationId
getFeatures_Baulinien_fbc215b9_897e_447b_b273_d3782ea7d1fc
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinien_fbc215b9_897e_447b_b273_d3782ea7d1fc_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Baulinie' feature collection
OperationId
describeCollection_Baulinien_fbc215b9_897e_447b_b273_d3782ea7d1fc
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Label Baulinie' feature collection
OperationId
getFeature_Bau_Strassenlinien_Riehen___Baulinien_d5a507c4_e5c7_4e4e_a872_657f9e0c5644_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Label Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Label Baulinie' feature collection
OperationId
getFeatures_Bau_Strassenlinien_Riehen___Baulinien_d5a507c4_e5c7_4e4e_a872_657f9e0c5644
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bau_Strassenlinien_Riehen___Baulinien_d5a507c4_e5c7_4e4e_a872_657f9e0c5644_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Label Baulinie' feature collection
OperationId
describeCollection_Bau_Strassenlinien_Riehen___Baulinien_d5a507c4_e5c7_4e4e_a872_657f9e0c5644
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen) - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Baulinie' feature collection
OperationId
getFeature_Baulinie__Riehen__a83487a6_fc2f_406f_b3c9_5b6c4899f6fe_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Baulinie' feature collection
OperationId
getFeatures_Baulinie__Riehen__a83487a6_fc2f_406f_b3c9_5b6c4899f6fe
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Baulinie__Riehen__a83487a6_fc2f_406f_b3c9_5b6c4899f6fe_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Baulinie' feature collection
OperationId
describeCollection_Baulinie__Riehen__a83487a6_fc2f_406f_b3c9_5b6c4899f6fe
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Label Baulinie' feature collection
OperationId
getFeature_Label_Baulinie__Riehen__a17fccc3_415f_4901_9bdf_d1ec19c7c2ef_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Label Baulinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Label Baulinie' feature collection
OperationId
getFeatures_Label_Baulinie__Riehen__a17fccc3_415f_4901_9bdf_d1ec19c7c2ef
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Baulinie Retrieve features filtered by: ID Baulinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Baulinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Label_Baulinie__Riehen__a17fccc3_415f_4901_9bdf_d1ec19c7c2ef_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Label Baulinie' feature collection
OperationId
describeCollection_Label_Baulinie__Riehen__a17fccc3_415f_4901_9bdf_d1ec19c7c2ef
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Baulinien (Riehen): Laufende Änderung - Label Baulinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Label Strassenlinie' feature collection
OperationId
getFeature_Bau_Strassenlinien_Riehen___Strassenlinien_78d10d70_9f69_4cd3_a6cd_8a4e31462879_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Label Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Label Strassenlinie' feature collection
OperationId
getFeatures_Bau_Strassenlinien_Riehen___Strassenlinien_78d10d70_9f69_4cd3_a6cd_8a4e31462879
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Verbindlichkeit', 'Beschriftung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bau_Strassenlinien_Riehen___Strassenlinien_78d10d70_9f69_4cd3_a6cd_8a4e31462879_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Label Strassenlinie' feature collection
OperationId
describeCollection_Bau_Strassenlinien_Riehen___Strassenlinien_78d10d70_9f69_4cd3_a6cd_8a4e31462879
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Strassenlinie' feature collection
OperationId
getFeature_Strassenlinien_a6ad3cb8_0c11_4caf_91d2_ba3ce61a66c1_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Strassenlinie' feature collection
OperationId
getFeatures_Strassenlinien_a6ad3cb8_0c11_4caf_91d2_ba3ce61a66c1
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Verbindlichkeit', 'Beschriftung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Strassenlinien_a6ad3cb8_0c11_4caf_91d2_ba3ce61a66c1_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Strassenlinie' feature collection
OperationId
describeCollection_Strassenlinien_a6ad3cb8_0c11_4caf_91d2_ba3ce61a66c1
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen) - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Label Strassenlinie' feature collection
OperationId
getFeature_Label_Strassenlinie__Riehen__a7283ba2_56be_4cd4_824c_d0564d9c2c07_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Label Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Label Strassenlinie' feature collection
OperationId
getFeatures_Label_Strassenlinie__Riehen__a7283ba2_56be_4cd4_824c_d0564d9c2c07
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Label_Strassenlinie__Riehen__a7283ba2_56be_4cd4_824c_d0564d9c2c07_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Label Strassenlinie' feature collection
OperationId
describeCollection_Label_Strassenlinie__Riehen__a7283ba2_56be_4cd4_824c_d0564d9c2c07
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Label Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Strassenlinie' feature collection
OperationId
getFeature_Strassenlinie__Riehen__143c1158_cd72_4f03_ad28_53460f9d82f6_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Strassenlinie' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Strassenlinie' feature collection
OperationId
getFeatures_Strassenlinie__Riehen__143c1158_cd72_4f03_ad28_53460f9d82f6
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Strassenlinie Retrieve features filtered by: ID Strassenlinie (String) string
Linientyp Retrieve features filtered by: Linientyp (String) string
Linientyp Text Retrieve features filtered by: Linientyp Text (String) string
Beschriftung Retrieve features filtered by: Beschriftung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strassenlinie', 'Linientyp', 'Linientyp Text', 'Beschriftung', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Strassenlinie__Riehen__143c1158_cd72_4f03_ad28_53460f9d82f6_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Strassenlinie' feature collection
OperationId
describeCollection_Strassenlinie__Riehen__143c1158_cd72_4f03_ad28_53460f9d82f6
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bau- & Strassenlinien Riehen - Strassenlinien (Riehen): Laufende Änderung - Strassenlinie' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gebietseinteilung Bauberatung Denkmalpflege' feature collection
OperationId
getFeature_Bauberatung_Denkmalpflege_516ce2f0_e056_4cef_b7a9_9ac4a9b8c37b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gebietseinteilung Bauberatung Denkmalpflege' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gebietseinteilung Bauberatung Denkmalpflege' feature collection
OperationId
getFeatures_Bauberatung_Denkmalpflege_516ce2f0_e056_4cef_b7a9_9ac4a9b8c37b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Denkmalpflege Retrieve features filtered by: ID Denkmalpflege (Integer) integer
Name Retrieve features filtered by: Name (String) string
Telefon Retrieve features filtered by: Telefon (String) string
E-Mail Retrieve features filtered by: E-Mail (String) string
Zeiten Retrieve features filtered by: Zeiten (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Denkmalpflege', 'Name', 'Telefon', 'E-Mail', 'Zeiten' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Bauberatung Denkmalpflege' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bauberatung_Denkmalpflege_516ce2f0_e056_4cef_b7a9_9ac4a9b8c37b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gebietseinteilung Bauberatung Denkmalpflege' feature collection
OperationId
describeCollection_Bauberatung_Denkmalpflege_516ce2f0_e056_4cef_b7a9_9ac4a9b8c37b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Bauberatung Denkmalpflege' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bienenstände' feature collection
OperationId
getFeature_virtual_layer_8765fbcd_7855_4960_9f99_e652e5521896_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bienenstände' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bienenstände' feature collection
OperationId
getFeatures_virtual_layer_8765fbcd_7855_4960_9f99_e652e5521896
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Bienenstand Retrieve features filtered by: ID Bienenstand (Integer) integer
Standortnummer Retrieve features filtered by: Standortnummer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Bienenstand', 'Standortnummer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bienenstände' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_virtual_layer_8765fbcd_7855_4960_9f99_e652e5521896_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bienenstände' feature collection
OperationId
describeCollection_virtual_layer_8765fbcd_7855_4960_9f99_e652e5521896
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bienenstände' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bohrkataster' feature collection
OperationId
getFeature_Bohrungen_21743562_3674_4ec9_b291_39f6fc905187_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bohrkataster' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bohrkataster' feature collection
OperationId
getFeatures_Bohrungen_21743562_3674_4ec9_b291_39f6fc905187
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Bohrnummer Retrieve features filtered by: Bohrnummer (String) string
Ortsangabe Retrieve features filtered by: Ortsangabe (String) string
Bohrjahr Retrieve features filtered by: Bohrjahr (Integer) integer
Terrain-Kote Retrieve features filtered by: Terrain-Kote (Double) number
Bohransatz-Kote Retrieve features filtered by: Bohransatz-Kote (Double) number
Höhe Grundwasserspiegel Retrieve features filtered by: Höhe Grundwasserspiegel (Double) number
Datum Grundwasserstandmessung Retrieve features filtered by: Datum Grundwasserstandmessung (String) string
Höhe Felsoberkante Retrieve features filtered by: Höhe Felsoberkante (Double) number
Stratigraphische Beschreibung Fels Retrieve features filtered by: Stratigraphische Beschreibung Fels (String) string
Bohrsohle Retrieve features filtered by: Bohrsohle (Double) number
Zustand der Bohrung Retrieve features filtered by: Zustand der Bohrung (String) string
Hydrologisches Jahrbuch Retrieve features filtered by: Hydrologisches Jahrbuch (String) string
Rohr Durchmesser Retrieve features filtered by: Rohr Durchmesser (Integer) integer
Grundwassermessstellen-Typ Retrieve features filtered by: Grundwassermessstellen-Typ (String) string
Schrägbohrung Retrieve features filtered by: Schrägbohrung (String) string
Geplante Bohrung Retrieve features filtered by: Geplante Bohrung (String) string
Geothermische Bohrung Retrieve features filtered by: Geothermische Bohrung (String) string
Profil Retrieve features filtered by: Profil (String) string
Situationsplan Retrieve features filtered by: Situationsplan (String) string
Foto Retrieve features filtered by: Foto (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Bohrnummer', 'Ortsangabe', 'Bohrjahr', 'Terrain-Kote', 'Bohransatz-Kote', 'Höhe Grundwasserspiegel', 'Datum Grundwasserstandmessung', 'Höhe Felsoberkante', 'Stratigraphische Beschreibung Fels', 'Bohrsohle', 'Zustand der Bohrung', 'Hydrologisches Jahrbuch', 'Rohr Durchmesser', 'Grundwassermessstellen-Typ', 'Schrägbohrung', 'Geplante Bohrung', 'Geothermische Bohrung', 'Profil', 'Situationsplan', 'Foto' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bohrkataster' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bohrungen_21743562_3674_4ec9_b291_39f6fc905187_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bohrkataster' feature collection
OperationId
describeCollection_Bohrungen_21743562_3674_4ec9_b291_39f6fc905187
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bohrkataster' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Anteil Freifläche' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251029___Block_20754c39_7746_440b_b3f9_38fbae6ac56e_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Anteil Freifläche' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Anteil Freifläche' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_20754c39_7746_440b_b3f9_38fbae6ac56e
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Anteil Freifläche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_20754c39_7746_440b_b3f9_38fbae6ac56e_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Anteil Freifläche' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251029___Block_20754c39_7746_440b_b3f9_38fbae6ac56e
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Anteil Freifläche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Ausnutzungsziffer' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251029___Block_1a893460_0dab_473a_9fd9_e8b8361aad84_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Ausnutzungsziffer' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Ausnutzungsziffer' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_1a893460_0dab_473a_9fd9_e8b8361aad84
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Ausnutzungsziffer' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_1a893460_0dab_473a_9fd9_e8b8361aad84_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Ausnutzungsziffer' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251029___Block_1a893460_0dab_473a_9fd9_e8b8361aad84
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Ausnutzungsziffer' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Arbeit' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251029___Block_ef09a1b7_b8a3_4e08_8482_f5395f6f6dd8_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Arbeit' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Arbeit' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_ef09a1b7_b8a3_4e08_8482_f5395f6f6dd8
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Arbeit' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_ef09a1b7_b8a3_4e08_8482_f5395f6f6dd8_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Arbeit' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251029___Block_ef09a1b7_b8a3_4e08_8482_f5395f6f6dd8
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Arbeit' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Beschäftigten' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251007___Block_fc7b8028_3e03_4dfb_90b3_c3401069036f_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Beschäftigten' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Beschäftigten' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251007___Block_fc7b8028_3e03_4dfb_90b3_c3401069036f
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Beschäftigten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251007___Block_fc7b8028_3e03_4dfb_90b3_c3401069036f_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Beschäftigten' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251007___Block_fc7b8028_3e03_4dfb_90b3_c3401069036f
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Beschäftigten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner' feature collection
OperationId
getFeature_Block_06846884_9115_4e5a_88f9_782dfbe85dbc_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner' feature collection
OperationId
getFeatures_Block_06846884_9115_4e5a_88f9_782dfbe85dbc
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Block_06846884_9115_4e5a_88f9_782dfbe85dbc_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner' feature collection
OperationId
describeCollection_Block_06846884_9115_4e5a_88f9_782dfbe85dbc
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251029___Block_409036d7_586c_47b6_bc4d_6d2229f60820_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_409036d7_586c_47b6_bc4d_6d2229f60820
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_409036d7_586c_47b6_bc4d_6d2229f60820_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251029___Block_409036d7_586c_47b6_bc4d_6d2229f60820
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Total' feature collection
OperationId
getFeature_BGF_Wohnen_e6c7dc63_be92_4f89_9795_0eeab84a89ee_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Total' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Total' feature collection
OperationId
getFeatures_BGF_Wohnen_e6c7dc63_be92_4f89_9795_0eeab84a89ee
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Total' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_Wohnen_e6c7dc63_be92_4f89_9795_0eeab84a89ee_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Total' feature collection
OperationId
describeCollection_BGF_Wohnen_e6c7dc63_be92_4f89_9795_0eeab84a89ee
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Total' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Wohnen' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251029___Block_8334e014_d34d_4dbf_aa34_b4c64f97ec56_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Wohnen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Wohnen' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_8334e014_d34d_4dbf_aa34_b4c64f97ec56
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Wohnen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_8334e014_d34d_4dbf_aa34_b4c64f97ec56_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Wohnen' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251029___Block_8334e014_d34d_4dbf_aa34_b4c64f97ec56
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Bruttogeschossfläche Wohnen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Veränderung der Bruttogeschossflächen zu vor 5 Jahren' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251029___Block_deae2e46_c4ce_47c3_a160_1d9aeff91653_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Veränderung der Bruttogeschossflächen zu vor 5 Jahren' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Veränderung der Bruttogeschossflächen zu vor 5 Jahren' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_deae2e46_c4ce_47c3_a160_1d9aeff91653
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Veränderung der Bruttogeschossflächen zu vor 5 Jahren' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_deae2e46_c4ce_47c3_a160_1d9aeff91653_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Veränderung der Bruttogeschossflächen zu vor 5 Jahren' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251029___Block_deae2e46_c4ce_47c3_a160_1d9aeff91653
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Veränderung der Bruttogeschossflächen zu vor 5 Jahren' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Bruttogeschossflächen auf Blockbasis - Wohnanteil' feature collection
OperationId
getFeature_BGF_2024_Geoportal_20251029___Block_85f0fe3e_f725_4095_b8c9_700886675619_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Bruttogeschossflächen auf Blockbasis - Wohnanteil' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Bruttogeschossflächen auf Blockbasis - Wohnanteil' feature collection
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_85f0fe3e_f725_4095_b8c9_700886675619
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner und Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner und Beschäftigten (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
5-Jahresveränderung der Bruttogeschossfläche absolut Retrieve features filtered by: 5-Jahresveränderung der Bruttogeschossfläche absolut (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Arbeit', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner und Beschäftigten', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Total', 'Wohnanteil', 'Anteil Freifläche', 'Ausnutzungsziffer', '5-Jahresveränderung der Bruttogeschossfläche absolut' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Wohnanteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_BGF_2024_Geoportal_20251029___Block_85f0fe3e_f725_4095_b8c9_700886675619_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Bruttogeschossflächen auf Blockbasis - Wohnanteil' feature collection
OperationId
describeCollection_BGF_2024_Geoportal_20251029___Block_85f0fe3e_f725_4095_b8c9_700886675619
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Bruttogeschossflächen auf Blockbasis - Wohnanteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Defibrillatoren' feature collection
OperationId
getFeature_virtual_layer_6a51422b_3a49_4767_b10c_b1f847f3beed_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Defibrillatoren' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Defibrillatoren' feature collection
OperationId
getFeatures_virtual_layer_6a51422b_3a49_4767_b10c_b1f847f3beed
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Retrieve features filtered by: ID (Integer) integer
Standort Retrieve features filtered by: Standort (String) string
Strasse Retrieve features filtered by: Strasse (String) string
Hausnummer Retrieve features filtered by: Hausnummer (String) string
PLZ Retrieve features filtered by: PLZ (Integer) integer
Ort Retrieve features filtered by: Ort (String) string
Kanton Retrieve features filtered by: Kanton (String) string
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Bemerkungen Retrieve features filtered by: Bemerkungen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID', 'Standort', 'Strasse', 'Hausnummer', 'PLZ', 'Ort', 'Kanton', 'Verfügbarkeit', 'Bemerkungen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Defibrillatoren' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_virtual_layer_6a51422b_3a49_4767_b10c_b1f847f3beed_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Defibrillatoren' feature collection
OperationId
describeCollection_virtual_layer_6a51422b_3a49_4767_b10c_b1f847f3beed
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Defibrillatoren' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Denkmalverzeichnis - Denkmalobjekt' feature collection
OperationId
getFeature_Denkmalverzeichnis_1735c575_e764_4ad6_acae_55626e77a282_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Denkmalverzeichnis - Denkmalobjekt' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Denkmalverzeichnis - Denkmalobjekt' feature collection
OperationId
getFeatures_Denkmalverzeichnis_1735c575_e764_4ad6_acae_55626e77a282
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Denkmalobjekt Retrieve features filtered by: ID Denkmalobjekt (String) string
Objektart Retrieve features filtered by: Objektart (String) string
Bezeichnung Denkmal Retrieve features filtered by: Bezeichnung Denkmal (String) string
Bemerkung Denkmal Retrieve features filtered by: Bemerkung Denkmal (String) string
Verzeichnisnummer Retrieve features filtered by: Verzeichnisnummer (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu Rechtsdokumenten Retrieve features filtered by: Link zu Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Denkmalobjekt', 'Objektart', 'Bezeichnung Denkmal', 'Bemerkung Denkmal', 'Verzeichnisnummer', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Denkmalverzeichnis - Denkmalobjekt' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Denkmalverzeichnis_1735c575_e764_4ad6_acae_55626e77a282_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Denkmalverzeichnis - Denkmalobjekt' feature collection
OperationId
describeCollection_Denkmalverzeichnis_1735c575_e764_4ad6_acae_55626e77a282
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Denkmalverzeichnis - Denkmalobjekt' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Denkmalverzeichnis - Denkmalobjekt: laufende Änderung' feature collection
OperationId
getFeature_Denkmalverzeichnis_49d493ca_4b07_4b67_bad8_a4ae2f81a0e5_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Denkmalverzeichnis - Denkmalobjekt: laufende Änderung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Denkmalverzeichnis - Denkmalobjekt: laufende Änderung' feature collection
OperationId
getFeatures_Denkmalverzeichnis_49d493ca_4b07_4b67_bad8_a4ae2f81a0e5
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Denkmalobjekt Retrieve features filtered by: ID Denkmalobjekt (String) string
Objektart Retrieve features filtered by: Objektart (String) string
Bezeichnung Denkmal Retrieve features filtered by: Bezeichnung Denkmal (String) string
Bemerkung Denkmal Retrieve features filtered by: Bemerkung Denkmal (String) string
Verzeichnisnummer Retrieve features filtered by: Verzeichnisnummer (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu Rechtsdokumenten Retrieve features filtered by: Link zu Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Denkmalobjekt', 'Objektart', 'Bezeichnung Denkmal', 'Bemerkung Denkmal', 'Verzeichnisnummer', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Denkmalverzeichnis - Denkmalobjekt: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Denkmalverzeichnis_49d493ca_4b07_4b67_bad8_a4ae2f81a0e5_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Denkmalverzeichnis - Denkmalobjekt: laufende Änderung' feature collection
OperationId
describeCollection_Denkmalverzeichnis_49d493ca_4b07_4b67_bad8_a4ae2f81a0e5
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Denkmalverzeichnis - Denkmalobjekt: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Elternberatung' feature collection
OperationId
getFeature_Elternberatung_d2698808_abd0_4c0e_9099_347917281903_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Elternberatung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Elternberatung' feature collection
OperationId
getFeatures_Elternberatung_d2698808_abd0_4c0e_9099_347917281903
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Elternberatung Retrieve features filtered by: ID Elternberatung (Integer) integer
Standortname Retrieve features filtered by: Standortname (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Postleitzahl Retrieve features filtered by: Postleitzahl (Integer) integer
Ort Retrieve features filtered by: Ort (String) string
Kanton Retrieve features filtered by: Kanton (String) string
Telefon Retrieve features filtered by: Telefon (String) string
Link Retrieve features filtered by: Link (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Elternberatung', 'Standortname', 'Adresse', 'Postleitzahl', 'Ort', 'Kanton', 'Telefon', 'Link' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Elternberatung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Elternberatung_d2698808_abd0_4c0e_9099_347917281903_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Elternberatung' feature collection
OperationId
describeCollection_Elternberatung_d2698808_abd0_4c0e_9099_347917281903
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Elternberatung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gebietseinteilung Energiefachstellen' feature collection
OperationId
getFeature_Energiefachstellen_6284572f_cb6f_40d7_8f3c_eb5941926c01_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gebietseinteilung Energiefachstellen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gebietseinteilung Energiefachstellen' feature collection
OperationId
getFeatures_Energiefachstellen_6284572f_cb6f_40d7_8f3c_eb5941926c01
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gebiet Retrieve features filtered by: ID Gebiet (String) string
Postleitzahl Retrieve features filtered by: Postleitzahl (Integer) integer
Name Retrieve features filtered by: Name (String) string
E-Mail Retrieve features filtered by: E-Mail (String) string
Telefonnummer Retrieve features filtered by: Telefonnummer (String) string
Anwesenheit Retrieve features filtered by: Anwesenheit (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gebiet', 'Postleitzahl', 'Name', 'E-Mail', 'Telefonnummer', 'Anwesenheit' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Energiefachstellen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Energiefachstellen_6284572f_cb6f_40d7_8f3c_eb5941926c01_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gebietseinteilung Energiefachstellen' feature collection
OperationId
describeCollection_Energiefachstellen_6284572f_cb6f_40d7_8f3c_eb5941926c01
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Energiefachstellen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Fokusgebiete Stadtklimakonzept' feature collection
OperationId
getFeature_FokusgebietStadtklimakonzept___Fokusgebiet_Hitzeentwicklung_29a4da3f_4c79_450f_a681_f697099870e8_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Fokusgebiete Stadtklimakonzept' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Fokusgebiete Stadtklimakonzept' feature collection
OperationId
getFeatures_FokusgebietStadtklimakonzept___Fokusgebiet_Hitzeentwicklung_29a4da3f_4c79_450f_a681_f697099870e8
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Fokusgebiet Retrieve features filtered by: ID Fokusgebiet (Integer) integer
Art Retrieve features filtered by: Art (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Fokusgebiet', 'Art' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Fokusgebiete Stadtklimakonzept' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_FokusgebietStadtklimakonzept___Fokusgebiet_Hitzeentwicklung_29a4da3f_4c79_450f_a681_f697099870e8_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Fokusgebiete Stadtklimakonzept' feature collection
OperationId
describeCollection_FokusgebietStadtklimakonzept___Fokusgebiet_Hitzeentwicklung_29a4da3f_4c79_450f_a681_f697099870e8
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Fokusgebiete Stadtklimakonzept' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Fruchtfolgefläche' feature collection
OperationId
getFeature_Fruchtfolgeflaeche_196ac796_2873_46ed_8499_5a7b364bd986_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Fruchtfolgefläche' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Fruchtfolgefläche' feature collection
OperationId
getFeatures_Fruchtfolgeflaeche_196ac796_2873_46ed_8499_5a7b364bd986
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Fruchtfolgefläche Retrieve features filtered by: ID Fruchtfolgefläche (Integer) integer
Gesamtfläche Retrieve features filtered by: Gesamtfläche (Integer) integer
Typ Retrieve features filtered by: Typ (String) string
Fläche der Einzelfläche Retrieve features filtered by: Fläche der Einzelfläche (Integer) integer
Anrechenbarkeit Retrieve features filtered by: Anrechenbarkeit (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Fruchtfolgefläche', 'Gesamtfläche', 'Typ', 'Fläche der Einzelfläche', 'Anrechenbarkeit' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Fruchtfolgefläche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Fruchtfolgeflaeche_196ac796_2873_46ed_8499_5a7b364bd986_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Fruchtfolgefläche' feature collection
OperationId
describeCollection_Fruchtfolgeflaeche_196ac796_2873_46ed_8499_5a7b364bd986
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Fruchtfolgefläche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gebietseinteilung Arbeitsinspektorat' feature collection
OperationId
getFeature_Gebietseinteilung_Arbeitsinspektorat_9a6a6bb4_093c_45b3_a29f_7bfb5b381f5f_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gebietseinteilung Arbeitsinspektorat' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gebietseinteilung Arbeitsinspektorat' feature collection
OperationId
getFeatures_Gebietseinteilung_Arbeitsinspektorat_9a6a6bb4_093c_45b3_a29f_7bfb5b381f5f
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gebiet Retrieve features filtered by: ID Gebiet (Integer) integer
Gebietsnummer Retrieve features filtered by: Gebietsnummer (Integer) integer
Gebietsname Retrieve features filtered by: Gebietsname (String) string
Zuständigkeit Retrieve features filtered by: Zuständigkeit (String) string
Telefon Retrieve features filtered by: Telefon (String) string
E-Mail Retrieve features filtered by: E-Mail (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gebiet', 'Gebietsnummer', 'Gebietsname', 'Zuständigkeit', 'Telefon', 'E-Mail' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Arbeitsinspektorat' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Gebietseinteilung_Arbeitsinspektorat_9a6a6bb4_093c_45b3_a29f_7bfb5b381f5f_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gebietseinteilung Arbeitsinspektorat' feature collection
OperationId
describeCollection_Gebietseinteilung_Arbeitsinspektorat_9a6a6bb4_093c_45b3_a29f_7bfb5b381f5f
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Arbeitsinspektorat' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gebietseinteilung Baukontrolle' feature collection
OperationId
getFeature_Gebietseinteilung_Baukontrolle_5f9525ab_a687_4fd4_825e_ccd66f943aa7_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gebietseinteilung Baukontrolle' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gebietseinteilung Baukontrolle' feature collection
OperationId
getFeatures_Gebietseinteilung_Baukontrolle_5f9525ab_a687_4fd4_825e_ccd66f943aa7
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gebiet Retrieve features filtered by: ID Gebiet (Integer) integer
Gebietsname Retrieve features filtered by: Gebietsname (String) string
Zuständigkeit Retrieve features filtered by: Zuständigkeit (String) string
Telefon Retrieve features filtered by: Telefon (String) string
E-Mail Retrieve features filtered by: E-Mail (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gebiet', 'Gebietsname', 'Zuständigkeit', 'Telefon', 'E-Mail' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Baukontrolle' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Gebietseinteilung_Baukontrolle_5f9525ab_a687_4fd4_825e_ccd66f943aa7_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gebietseinteilung Baukontrolle' feature collection
OperationId
describeCollection_Gebietseinteilung_Baukontrolle_5f9525ab_a687_4fd4_825e_ccd66f943aa7
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Baukontrolle' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gebietseinteilung Feuerpolizei' feature collection
OperationId
getFeature_Gebietseinteilung_Feuerpolizei_a869418e_495e_4180_b661_7eb724369372_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gebietseinteilung Feuerpolizei' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gebietseinteilung Feuerpolizei' feature collection
OperationId
getFeatures_Gebietseinteilung_Feuerpolizei_a869418e_495e_4180_b661_7eb724369372
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gebiet Retrieve features filtered by: ID Gebiet (Integer) integer
Gebietsname Retrieve features filtered by: Gebietsname (String) string
Zuständigkeit Retrieve features filtered by: Zuständigkeit (String) string
Telefon Retrieve features filtered by: Telefon (String) string
E-Mail Retrieve features filtered by: E-Mail (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gebiet', 'Gebietsname', 'Zuständigkeit', 'Telefon', 'E-Mail' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Feuerpolizei' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Gebietseinteilung_Feuerpolizei_a869418e_495e_4180_b661_7eb724369372_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gebietseinteilung Feuerpolizei' feature collection
OperationId
describeCollection_Gebietseinteilung_Feuerpolizei_a869418e_495e_4180_b661_7eb724369372
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Feuerpolizei' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gebietseinteilung Verkehrstechnik' feature collection
OperationId
getFeature_Gebietsverantwortliche_d5c0cabc_17c6_46e4_a6d1_768af494f98b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gebietseinteilung Verkehrstechnik' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gebietseinteilung Verkehrstechnik' feature collection
OperationId
getFeatures_Gebietsverantwortliche_d5c0cabc_17c6_46e4_a6d1_768af494f98b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gebietsverantwortung Retrieve features filtered by: ID Gebietsverantwortung (Integer) integer
Gebiet ID Retrieve features filtered by: Gebiet ID (Integer) integer
Gebiet Retrieve features filtered by: Gebiet (String) string
Zuständigkeit Retrieve features filtered by: Zuständigkeit (String) string
E-Mail Retrieve features filtered by: E-Mail (String) string
Telefon Retrieve features filtered by: Telefon (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gebietsverantwortung', 'Gebiet ID', 'Gebiet', 'Zuständigkeit', 'E-Mail', 'Telefon' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Verkehrstechnik' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Gebietsverantwortliche_d5c0cabc_17c6_46e4_a6d1_768af494f98b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gebietseinteilung Verkehrstechnik' feature collection
OperationId
describeCollection_Gebietsverantwortliche_d5c0cabc_17c6_46e4_a6d1_768af494f98b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gebietseinteilung Verkehrstechnik' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Geschwindigkeitsmonitoring' feature collection
OperationId
getFeature_Geschwindigkeitsmonitoring_bfb0e3a3_9116_471e_b7b4_a711a8c50d0b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Geschwindigkeitsmonitoring' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Geschwindigkeitsmonitoring' feature collection
OperationId
getFeatures_Geschwindigkeitsmonitoring_bfb0e3a3_9116_471e_b7b4_a711a8c50d0b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Standort Retrieve features filtered by: ID Standort (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Hausnummer Retrieve features filtered by: Hausnummer (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Messbeginn Retrieve features filtered by: Messbeginn (String) string
Messende Retrieve features filtered by: Messende (String) string
Name Strasse Fahrtrichtung 1 Retrieve features filtered by: Name Strasse Fahrtrichtung 1 (String) string
Anzahl Fahrzeuge Fahrtrichtung 1 Retrieve features filtered by: Anzahl Fahrzeuge Fahrtrichtung 1 (Integer) integer
V50 Höchstgeschwindigkeit Fahrtrichtung 1 Retrieve features filtered by: V50 Höchstgeschwindigkeit Fahrtrichtung 1 (Integer) integer
V85 Höchstgeschwindigkeit Fahrtrichtung 1 Retrieve features filtered by: V85 Höchstgeschwindigkeit Fahrtrichtung 1 (Integer) integer
Übertretungsquote Fahrtrichtung 1 Retrieve features filtered by: Übertretungsquote Fahrtrichtung 1 (Double) number
Name Strasse Fahrtrichtung 2 Retrieve features filtered by: Name Strasse Fahrtrichtung 2 (String) string
Anzahl Fahrzeuge Fahrtrichtung 2 Retrieve features filtered by: Anzahl Fahrzeuge Fahrtrichtung 2 (Integer) integer
V50 Höchstgeschwindigkeit Fahrtrichtung 2 Retrieve features filtered by: V50 Höchstgeschwindigkeit Fahrtrichtung 2 (Integer) integer
V85 Höchstgeschwindigkeit Fahrtrichtung 2 Retrieve features filtered by: V85 Höchstgeschwindigkeit Fahrtrichtung 2 (Integer) integer
Übertretungsquote Fahrtrichtung 2 Retrieve features filtered by: Übertretungsquote Fahrtrichtung 2 (Double) number
Hinweis Retrieve features filtered by: Hinweis (String) string
Link zu Einzelmessungen Retrieve features filtered by: Link zu Einzelmessungen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Standort', 'Strassenname', 'Hausnummer', 'Signalisierte Geschwindigkeit', 'Messbeginn', 'Messende', 'Name Strasse Fahrtrichtung 1', 'Anzahl Fahrzeuge Fahrtrichtung 1', 'V50 Höchstgeschwindigkeit Fahrtrichtung 1', 'V85 Höchstgeschwindigkeit Fahrtrichtung 1', 'Übertretungsquote Fahrtrichtung 1', 'Name Strasse Fahrtrichtung 2', 'Anzahl Fahrzeuge Fahrtrichtung 2', 'V50 Höchstgeschwindigkeit Fahrtrichtung 2', 'V85 Höchstgeschwindigkeit Fahrtrichtung 2', 'Übertretungsquote Fahrtrichtung 2', 'Hinweis', 'Link zu Einzelmessungen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Geschwindigkeitsmonitoring' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Geschwindigkeitsmonitoring_bfb0e3a3_9116_471e_b7b4_a711a8c50d0b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Geschwindigkeitsmonitoring' feature collection
OperationId
describeCollection_Geschwindigkeitsmonitoring_bfb0e3a3_9116_471e_b7b4_a711a8c50d0b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Geschwindigkeitsmonitoring' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Kantonaler Nutzungsplan Gewässerraum - Gewässerraum: laufende Änderung' feature collection
OperationId
getFeature_Gewaesserraum_Laufende_Aenderung_2c67384d_1c72_4982_84c5_ea93b213fc9e_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Kantonaler Nutzungsplan Gewässerraum - Gewässerraum: laufende Änderung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Kantonaler Nutzungsplan Gewässerraum - Gewässerraum: laufende Änderung' feature collection
OperationId
getFeatures_Gewaesserraum_Laufende_Aenderung_2c67384d_1c72_4982_84c5_ea93b213fc9e
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gewässerraum Retrieve features filtered by: ID Gewässerraum (String) string
Gewässername Retrieve features filtered by: Gewässername (String) string
Typ Gewässerraum Retrieve features filtered by: Typ Gewässerraum (String) string
Verzicht Gewässerraum Retrieve features filtered by: Verzicht Gewässerraum (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gewässerraum', 'Gewässername', 'Typ Gewässerraum', 'Verzicht Gewässerraum', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Kantonaler Nutzungsplan Gewässerraum - Gewässerraum: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Gewaesserraum_Laufende_Aenderung_2c67384d_1c72_4982_84c5_ea93b213fc9e_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Kantonaler Nutzungsplan Gewässerraum - Gewässerraum: laufende Änderung' feature collection
OperationId
describeCollection_Gewaesserraum_Laufende_Aenderung_2c67384d_1c72_4982_84c5_ea93b213fc9e
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Kantonaler Nutzungsplan Gewässerraum - Gewässerraum: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Kantonaler Nutzungsplan Gewässerraum' feature collection
OperationId
getFeature_Gewaesserraum_3c09f3d7_439b_4bfd_acef_713e69d29cea_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Kantonaler Nutzungsplan Gewässerraum' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Kantonaler Nutzungsplan Gewässerraum' feature collection
OperationId
getFeatures_Gewaesserraum_3c09f3d7_439b_4bfd_acef_713e69d29cea
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gewässerraum Retrieve features filtered by: ID Gewässerraum (String) string
Gewässername Retrieve features filtered by: Gewässername (String) string
Typ Gewässerraum Retrieve features filtered by: Typ Gewässerraum (String) string
Verzicht Gewässerraum Retrieve features filtered by: Verzicht Gewässerraum (String) string
Rekurs hängig Retrieve features filtered by: Rekurs hängig (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gewässerraum', 'Gewässername', 'Typ Gewässerraum', 'Verzicht Gewässerraum', 'Rekurs hängig', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Kantonaler Nutzungsplan Gewässerraum' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Gewaesserraum_3c09f3d7_439b_4bfd_acef_713e69d29cea_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Kantonaler Nutzungsplan Gewässerraum' feature collection
OperationId
describeCollection_Gewaesserraum_3c09f3d7_439b_4bfd_acef_713e69d29cea
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Kantonaler Nutzungsplan Gewässerraum' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gewässerschutzkarten - Gewässerschutzbereich' feature collection
OperationId
getFeature_Gew_sserschutzbereiche_e6f10481_2028_45a6_87c8_8bbd20f388f7_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gewässerschutzkarten - Gewässerschutzbereich' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gewässerschutzkarten - Gewässerschutzbereich' feature collection
OperationId
getFeatures_Gew_sserschutzbereiche_e6f10481_2028_45a6_87c8_8bbd20f388f7
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Gewässerschutzbereich Retrieve features filtered by: ID Gewässerschutzbereich (String) string
Gewässerschutzbereichstyp Retrieve features filtered by: Gewässerschutzbereichstyp (String) string
Kantonaler Schutzbereichstyp Retrieve features filtered by: Kantonaler Schutzbereichstyp (String) string
Bemerkung Gewässerschutzbereich Retrieve features filtered by: Bemerkung Gewässerschutzbereich (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Gewässerschutzbereich', 'Gewässerschutzbereichstyp', 'Kantonaler Schutzbereichstyp', 'Bemerkung Gewässerschutzbereich' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gewässerschutzkarten - Gewässerschutzbereich' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Gew_sserschutzbereiche_e6f10481_2028_45a6_87c8_8bbd20f388f7_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gewässerschutzkarten - Gewässerschutzbereich' feature collection
OperationId
describeCollection_Gew_sserschutzbereiche_e6f10481_2028_45a6_87c8_8bbd20f388f7
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gewässerschutzkarten - Gewässerschutzbereich' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gewässerschutzkarten - Grundwasserschutzzone' feature collection
OperationId
getFeature_Grundwasserschutzzone_48fc9ddd_84db_4312_889c_f31166b3f755_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gewässerschutzkarten - Grundwasserschutzzone' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gewässerschutzkarten - Grundwasserschutzzone' feature collection
OperationId
getFeatures_Grundwasserschutzzone_48fc9ddd_84db_4312_889c_f31166b3f755
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Grundwasserschutzzone Retrieve features filtered by: ID Grundwasserschutzzone (String) string
Schutzzonentyp Retrieve features filtered by: Schutzzonentyp (String) string
Kantonaler Grundwasserschutzzonentyp Retrieve features filtered by: Kantonaler Grundwasserschutzzonentyp (String) string
Bemerkung Grundwasserschutzzone Retrieve features filtered by: Bemerkung Grundwasserschutzzone (String) string
Ist Altrechtlich Retrieve features filtered by: Ist Altrechtlich (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Grundwasserschutzzone', 'Schutzzonentyp', 'Kantonaler Grundwasserschutzzonentyp', 'Bemerkung Grundwasserschutzzone', 'Ist Altrechtlich', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gewässerschutzkarten - Grundwasserschutzzone' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Grundwasserschutzzone_48fc9ddd_84db_4312_889c_f31166b3f755_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gewässerschutzkarten - Grundwasserschutzzone' feature collection
OperationId
describeCollection_Grundwasserschutzzone_48fc9ddd_84db_4312_889c_f31166b3f755
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gewässerschutzkarten - Grundwasserschutzzone' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Gewässerschutzkarten - Grundwasserschutzzone: laufende Änderungen' feature collection
OperationId
getFeature_GWSZone_e17094a1_61e2_4f05_ac7b_2bdc8478adb8_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Gewässerschutzkarten - Grundwasserschutzzone: laufende Änderungen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Gewässerschutzkarten - Grundwasserschutzzone: laufende Änderungen' feature collection
OperationId
getFeatures_GWSZone_e17094a1_61e2_4f05_ac7b_2bdc8478adb8
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Grundwasserschutzzone Retrieve features filtered by: ID Grundwasserschutzzone (String) string
Schutzzonentyp Retrieve features filtered by: Schutzzonentyp (String) string
Kantonaler Grundwasserschutzzonentyp Retrieve features filtered by: Kantonaler Grundwasserschutzzonentyp (String) string
Bemerkung Grundwasserschutzzone Retrieve features filtered by: Bemerkung Grundwasserschutzzone (String) string
Ist Altrechtlich Retrieve features filtered by: Ist Altrechtlich (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Grundwasserschutzzone', 'Schutzzonentyp', 'Kantonaler Grundwasserschutzzonentyp', 'Bemerkung Grundwasserschutzzone', 'Ist Altrechtlich', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gewässerschutzkarten - Grundwasserschutzzone: laufende Änderungen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_GWSZone_e17094a1_61e2_4f05_ac7b_2bdc8478adb8_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Gewässerschutzkarten - Grundwasserschutzzone: laufende Änderungen' feature collection
OperationId
describeCollection_GWSZone_e17094a1_61e2_4f05_ac7b_2bdc8478adb8
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Gewässerschutzkarten - Grundwasserschutzzone: laufende Änderungen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Grundwasserstand und -temperatur - Aktuellste Grundwasserstandsmessung' feature collection
OperationId
getFeature_Messstelle_bbcf2dec_11e1_4c30_9760_0a113909e5fc_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Grundwasserstand und -temperatur - Aktuellste Grundwasserstandsmessung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Grundwasserstand und -temperatur - Aktuellste Grundwasserstandsmessung' feature collection
OperationId
getFeatures_Messstelle_bbcf2dec_11e1_4c30_9760_0a113909e5fc
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Station Identifikator Retrieve features filtered by: Station Identifikator (String) string
Stationsname Retrieve features filtered by: Stationsname (String) string
Status Retrieve features filtered by: Status (String) string
Terrain-Kote Retrieve features filtered by: Terrain-Kote (Double) number
Hydrologisches Jahrbuch Retrieve features filtered by: Hydrologisches Jahrbuch (String) string
Profil Retrieve features filtered by: Profil (String) string
Grundwassertemperatur Retrieve features filtered by: Grundwassertemperatur (Double) number
Grundwasserstand Retrieve features filtered by: Grundwasserstand (Double) number
Messzeitpunkt Retrieve features filtered by: Messzeitpunkt (String) string
Grundwasserstand: Tiefstwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Tiefstwert Langzeitstatistik (Double) number
Grundwasserstand: Mittelwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Mittelwert Langzeitstatistik (Double) number
Grundwasserstand: Höchstwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Höchstwert Langzeitstatistik (Double) number
Link auf Einzelmessung Grundwasserstand Retrieve features filtered by: Link auf Einzelmessung Grundwasserstand (String) string
Link auf Einzelmessung Grundwassertemperatur Retrieve features filtered by: Link auf Einzelmessung Grundwassertemperatur (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Station Identifikator', 'Stationsname', 'Status', 'Terrain-Kote', 'Hydrologisches Jahrbuch', 'Profil', 'Grundwassertemperatur', 'Grundwasserstand', 'Messzeitpunkt', 'Grundwasserstand: Tiefstwert Langzeitstatistik', 'Grundwasserstand: Mittelwert Langzeitstatistik', 'Grundwasserstand: Höchstwert Langzeitstatistik', 'Link auf Einzelmessung Grundwasserstand', 'Link auf Einzelmessung Grundwassertemperatur' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Grundwasserstand und -temperatur - Aktuellste Grundwasserstandsmessung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Messstelle_bbcf2dec_11e1_4c30_9760_0a113909e5fc_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Grundwasserstand und -temperatur - Aktuellste Grundwasserstandsmessung' feature collection
OperationId
describeCollection_Messstelle_bbcf2dec_11e1_4c30_9760_0a113909e5fc
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Grundwasserstand und -temperatur - Aktuellste Grundwasserstandsmessung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Grundwasserstand und -temperatur - Aktuellste Grundwassertemperaturmessung' feature collection
OperationId
getFeature_Messstellen_0550925c_ea88_4ecc_ab5b_619627ec241c_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Grundwasserstand und -temperatur - Aktuellste Grundwassertemperaturmessung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Grundwasserstand und -temperatur - Aktuellste Grundwassertemperaturmessung' feature collection
OperationId
getFeatures_Messstellen_0550925c_ea88_4ecc_ab5b_619627ec241c
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Station Identifikator Retrieve features filtered by: Station Identifikator (String) string
Stationsname Retrieve features filtered by: Stationsname (String) string
Status Retrieve features filtered by: Status (String) string
Terrain-Kote Retrieve features filtered by: Terrain-Kote (Double) number
Hydrologisches Jahrbuch Retrieve features filtered by: Hydrologisches Jahrbuch (String) string
Profil Retrieve features filtered by: Profil (String) string
Grundwassertemperatur Retrieve features filtered by: Grundwassertemperatur (Double) number
Grundwasserstand Retrieve features filtered by: Grundwasserstand (Double) number
Messzeitpunkt Retrieve features filtered by: Messzeitpunkt (String) string
Grundwasserstand: Tiefstwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Tiefstwert Langzeitstatistik (Double) number
Grundwasserstand: Mittelwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Mittelwert Langzeitstatistik (Double) number
Grundwasserstand: Höchstwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Höchstwert Langzeitstatistik (Double) number
Link auf Einzelmessung Grundwasserstand Retrieve features filtered by: Link auf Einzelmessung Grundwasserstand (String) string
Link auf Einzelmessung Grundwassertemperatur Retrieve features filtered by: Link auf Einzelmessung Grundwassertemperatur (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Station Identifikator', 'Stationsname', 'Status', 'Terrain-Kote', 'Hydrologisches Jahrbuch', 'Profil', 'Grundwassertemperatur', 'Grundwasserstand', 'Messzeitpunkt', 'Grundwasserstand: Tiefstwert Langzeitstatistik', 'Grundwasserstand: Mittelwert Langzeitstatistik', 'Grundwasserstand: Höchstwert Langzeitstatistik', 'Link auf Einzelmessung Grundwasserstand', 'Link auf Einzelmessung Grundwassertemperatur' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Grundwasserstand und -temperatur - Aktuellste Grundwassertemperaturmessung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Messstellen_0550925c_ea88_4ecc_ab5b_619627ec241c_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Grundwasserstand und -temperatur - Aktuellste Grundwassertemperaturmessung' feature collection
OperationId
describeCollection_Messstellen_0550925c_ea88_4ecc_ab5b_619627ec241c
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Grundwasserstand und -temperatur - Aktuellste Grundwassertemperaturmessung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Grundwasserstand und -temperatur - Messstellen' feature collection
OperationId
getFeature_Messstelle_d92799ab_054a_4180_a6dd_b3e9b0ae4f36_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Grundwasserstand und -temperatur - Messstellen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Grundwasserstand und -temperatur - Messstellen' feature collection
OperationId
getFeatures_Messstelle_d92799ab_054a_4180_a6dd_b3e9b0ae4f36
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Station Identifikator Retrieve features filtered by: Station Identifikator (String) string
Stationsname Retrieve features filtered by: Stationsname (String) string
Status Retrieve features filtered by: Status (String) string
Terrain-Kote Retrieve features filtered by: Terrain-Kote (Double) number
Hydrologisches Jahrbuch Retrieve features filtered by: Hydrologisches Jahrbuch (String) string
Profil Retrieve features filtered by: Profil (String) string
Grundwassertemperatur Retrieve features filtered by: Grundwassertemperatur (Double) number
Grundwasserstand Retrieve features filtered by: Grundwasserstand (Double) number
Messzeitpunkt Retrieve features filtered by: Messzeitpunkt (String) string
Grundwasserstand: Tiefstwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Tiefstwert Langzeitstatistik (Double) number
Grundwasserstand: Mittelwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Mittelwert Langzeitstatistik (Double) number
Grundwasserstand: Höchstwert Langzeitstatistik Retrieve features filtered by: Grundwasserstand: Höchstwert Langzeitstatistik (Double) number
Link auf Einzelmessung Grundwasserstand Retrieve features filtered by: Link auf Einzelmessung Grundwasserstand (String) string
Link auf Einzelmessung Grundwassertemperatur Retrieve features filtered by: Link auf Einzelmessung Grundwassertemperatur (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Station Identifikator', 'Stationsname', 'Status', 'Terrain-Kote', 'Hydrologisches Jahrbuch', 'Profil', 'Grundwassertemperatur', 'Grundwasserstand', 'Messzeitpunkt', 'Grundwasserstand: Tiefstwert Langzeitstatistik', 'Grundwasserstand: Mittelwert Langzeitstatistik', 'Grundwasserstand: Höchstwert Langzeitstatistik', 'Link auf Einzelmessung Grundwasserstand', 'Link auf Einzelmessung Grundwassertemperatur' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Grundwasserstand und -temperatur - Messstellen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Messstelle_d92799ab_054a_4180_a6dd_b3e9b0ae4f36_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Grundwasserstand und -temperatur - Messstellen' feature collection
OperationId
describeCollection_Messstelle_d92799ab_054a_4180_a6dd_b3e9b0ae4f36
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Grundwasserstand und -temperatur - Messstellen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 1995' feature collection
OperationId
getFeature_Bruttogeschossflaechen_fd20c424_902b_4a6e_9289_9ae0a1ba5d37_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 1995' feature collection
OperationId
getFeatures_Bruttogeschossflaechen_fd20c424_902b_4a6e_9289_9ae0a1ba5d37
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossflaechen_fd20c424_902b_4a6e_9289_9ae0a1ba5d37_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 1995' feature collection
OperationId
describeCollection_Bruttogeschossflaechen_fd20c424_902b_4a6e_9289_9ae0a1ba5d37
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2005' feature collection
OperationId
getFeature_Anteil_Freifl_che_1995_54c55547_f69d_4550_ae68_b086dfbd4ef6_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2005' feature collection
OperationId
getFeatures_Anteil_Freifl_che_1995_54c55547_f69d_4550_ae68_b086dfbd4ef6
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Anteil_Freifl_che_1995_54c55547_f69d_4550_ae68_b086dfbd4ef6_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2005' feature collection
OperationId
describeCollection_Anteil_Freifl_che_1995_54c55547_f69d_4550_ae68_b086dfbd4ef6
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2010' feature collection
OperationId
getFeature_Anteil_Freifl_che_1995_16ea17a3_efcc_401d_a1f5_4018f8101c77_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2010' feature collection
OperationId
getFeatures_Anteil_Freifl_che_1995_16ea17a3_efcc_401d_a1f5_4018f8101c77
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Anteil_Freifl_che_1995_16ea17a3_efcc_401d_a1f5_4018f8101c77_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2010' feature collection
OperationId
describeCollection_Anteil_Freifl_che_1995_16ea17a3_efcc_401d_a1f5_4018f8101c77
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2015' feature collection
OperationId
getFeature_Anteil_Freifl_che_1995_6dc1a894_4552_4f8a_985e_2a37d141c4b1_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2015' feature collection
OperationId
getFeatures_Anteil_Freifl_che_1995_6dc1a894_4552_4f8a_985e_2a37d141c4b1
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Anteil_Freifl_che_1995_6dc1a894_4552_4f8a_985e_2a37d141c4b1_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2015' feature collection
OperationId
describeCollection_Anteil_Freifl_che_1995_6dc1a894_4552_4f8a_985e_2a37d141c4b1
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Anteil Freifläche 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 1995' feature collection
OperationId
getFeature_Ausnutzungsziffer_4dbdd189_b49e_4e60_8658_839460b441b9_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 1995' feature collection
OperationId
getFeatures_Ausnutzungsziffer_4dbdd189_b49e_4e60_8658_839460b441b9
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Ausnutzungsziffer_4dbdd189_b49e_4e60_8658_839460b441b9_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 1995' feature collection
OperationId
describeCollection_Ausnutzungsziffer_4dbdd189_b49e_4e60_8658_839460b441b9
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2005' feature collection
OperationId
getFeature_Ausnutzungsziffer_1995_55e78e10_50a1_4470_a924_03c53cb2ab4c_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2005' feature collection
OperationId
getFeatures_Ausnutzungsziffer_1995_55e78e10_50a1_4470_a924_03c53cb2ab4c
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Ausnutzungsziffer_1995_55e78e10_50a1_4470_a924_03c53cb2ab4c_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2005' feature collection
OperationId
describeCollection_Ausnutzungsziffer_1995_55e78e10_50a1_4470_a924_03c53cb2ab4c
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2010' feature collection
OperationId
getFeature_Ausnutzungsziffer_1995_2ee616ae_741d_414b_bd7c_dbbb79258f3f_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2010' feature collection
OperationId
getFeatures_Ausnutzungsziffer_1995_2ee616ae_741d_414b_bd7c_dbbb79258f3f
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Ausnutzungsziffer_1995_2ee616ae_741d_414b_bd7c_dbbb79258f3f_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2010' feature collection
OperationId
describeCollection_Ausnutzungsziffer_1995_2ee616ae_741d_414b_bd7c_dbbb79258f3f
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2015' feature collection
OperationId
getFeature_Ausnutzungsziffer_1995_d26dfdf5_301e_422f_83e8_291d2bea77f8_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2015' feature collection
OperationId
getFeatures_Ausnutzungsziffer_1995_d26dfdf5_301e_422f_83e8_291d2bea77f8
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Ausnutzungsziffer_1995_d26dfdf5_301e_422f_83e8_291d2bea77f8_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2015' feature collection
OperationId
describeCollection_Ausnutzungsziffer_1995_d26dfdf5_301e_422f_83e8_291d2bea77f8
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Ausnutzungsziffer 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 1995' feature collection
OperationId
getFeature_Bruttogeschossflaechen_Centroide_eaf61689_0768_4f1b_b056_4a26f1a05d02_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 1995' feature collection
OperationId
getFeatures_Bruttogeschossflaechen_Centroide_eaf61689_0768_4f1b_b056_4a26f1a05d02
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossflaechen_Centroide_eaf61689_0768_4f1b_b056_4a26f1a05d02_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 1995' feature collection
OperationId
describeCollection_Bruttogeschossflaechen_Centroide_eaf61689_0768_4f1b_b056_4a26f1a05d02
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2005' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Arbeit_1995_e4fbfd40_5d9a_4f4b_a039_37f1af9d993f_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2005' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Arbeit_1995_e4fbfd40_5d9a_4f4b_a039_37f1af9d993f
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Arbeit_1995_e4fbfd40_5d9a_4f4b_a039_37f1af9d993f_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2005' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Arbeit_1995_e4fbfd40_5d9a_4f4b_a039_37f1af9d993f
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2010' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Arbeit_1995_0c8d8a76_f848_48d0_b719_869573291e77_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2010' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Arbeit_1995_0c8d8a76_f848_48d0_b719_869573291e77
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Arbeit_1995_0c8d8a76_f848_48d0_b719_869573291e77_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2010' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Arbeit_1995_0c8d8a76_f848_48d0_b719_869573291e77
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2015' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Arbeit_1995_aa3ef08e_4781_461e_aa6f_8082baf30fff_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2015' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Arbeit_1995_aa3ef08e_4781_461e_aa6f_8082baf30fff
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Arbeit_1995_aa3ef08e_4781_461e_aa6f_8082baf30fff_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2015' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Arbeit_1995_aa3ef08e_4781_461e_aa6f_8082baf30fff
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Arbeit 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 1995' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Besch_ftigten_cc75b637_e55c_40d5_8de1_7fe7ef8fbb73_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 1995' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_cc75b637_e55c_40d5_8de1_7fe7ef8fbb73
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_cc75b637_e55c_40d5_8de1_7fe7ef8fbb73_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 1995' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Besch_ftigten_cc75b637_e55c_40d5_8de1_7fe7ef8fbb73
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2005' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Besch_ftigten_1995_c59eb17e_2f15_4abc_96a3_6006b8b87e37_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2005' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_1995_c59eb17e_2f15_4abc_96a3_6006b8b87e37
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_1995_c59eb17e_2f15_4abc_96a3_6006b8b87e37_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2005' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Besch_ftigten_1995_c59eb17e_2f15_4abc_96a3_6006b8b87e37
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2010' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Besch_ftigten_1995_1153e388_a2ec_4422_8879_da7f15ca4a54_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2010' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_1995_1153e388_a2ec_4422_8879_da7f15ca4a54
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_1995_1153e388_a2ec_4422_8879_da7f15ca4a54_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2010' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Besch_ftigten_1995_1153e388_a2ec_4422_8879_da7f15ca4a54
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2015' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Besch_ftigten_1995_e4f401ec_c212_45ba_b705_2dcad05cfab7_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2015' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_1995_e4f401ec_c212_45ba_b705_2dcad05cfab7
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Besch_ftigten_1995_e4f401ec_c212_45ba_b705_2dcad05cfab7_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2015' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Besch_ftigten_1995_e4f401ec_c212_45ba_b705_2dcad05cfab7
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Beschäftigten 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 1995' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_80bb3ba4_032e_427f_8a53_2644b1c2c6e0_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 1995' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_80bb3ba4_032e_427f_8a53_2644b1c2c6e0
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_80bb3ba4_032e_427f_8a53_2644b1c2c6e0_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 1995' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_80bb3ba4_032e_427f_8a53_2644b1c2c6e0
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2005' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_1995_bb0cc1de_e3bc_4876_8483_224804268b70_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2005' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_1995_bb0cc1de_e3bc_4876_8483_224804268b70
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_1995_bb0cc1de_e3bc_4876_8483_224804268b70_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2005' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_1995_bb0cc1de_e3bc_4876_8483_224804268b70
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2010' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_1995_c7317fb9_eb65_4407_ac34_9765a2ec6435_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2010' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_1995_c7317fb9_eb65_4407_ac34_9765a2ec6435
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_1995_c7317fb9_eb65_4407_ac34_9765a2ec6435_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2010' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_1995_c7317fb9_eb65_4407_ac34_9765a2ec6435
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2015' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_1995_a771c1db_8449_44aa_b211_a1b08a5f406c_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2015' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_1995_a771c1db_8449_44aa_b211_a1b08a5f406c
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_1995_a771c1db_8449_44aa_b211_a1b08a5f406c_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2015' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_1995_a771c1db_8449_44aa_b211_a1b08a5f406c
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 1995' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_9cef0a9b_0660_4cf3_9b96_cd78e2e07cce_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 1995' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_9cef0a9b_0660_4cf3_9b96_cd78e2e07cce
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_9cef0a9b_0660_4cf3_9b96_cd78e2e07cce_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 1995' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_9cef0a9b_0660_4cf3_9b96_cd78e2e07cce
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2005' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_c3288e07_2fa1_42e6_819a_fc8e7bea7300_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2005' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_c3288e07_2fa1_42e6_819a_fc8e7bea7300
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_c3288e07_2fa1_42e6_819a_fc8e7bea7300_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2005' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_c3288e07_2fa1_42e6_819a_fc8e7bea7300
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2010' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_28bf93b7_5b61_44fb_b851_8ca8deb88524_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2010' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_28bf93b7_5b61_44fb_b851_8ca8deb88524
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_28bf93b7_5b61_44fb_b851_8ca8deb88524_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2010' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_28bf93b7_5b61_44fb_b851_8ca8deb88524
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2015' feature collection
OperationId
getFeature_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_47f4d146_4f53_4a90_b602_b5d8120eb400_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2015' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_47f4d146_4f53_4a90_b602_b5d8120eb400
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_47f4d146_4f53_4a90_b602_b5d8120eb400_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2015' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_pro_Einwohner_bzw__Besch_ftigten_1995_47f4d146_4f53_4a90_b602_b5d8120eb400
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche pro Einwohner bzw. Beschäftigten 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 1995' feature collection
OperationId
getFeature_Bruttogeschossflaechen_Centroide_30a76c15_f1aa_440d_aeeb_18a1a0feb72b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 1995' feature collection
OperationId
getFeatures_Bruttogeschossflaechen_Centroide_30a76c15_f1aa_440d_aeeb_18a1a0feb72b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossflaechen_Centroide_30a76c15_f1aa_440d_aeeb_18a1a0feb72b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 1995' feature collection
OperationId
describeCollection_Bruttogeschossflaechen_Centroide_30a76c15_f1aa_440d_aeeb_18a1a0feb72b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2005' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Total_1995_2c781362_ab65_40d2_a292_29aea614565b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2005' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Total_1995_2c781362_ab65_40d2_a292_29aea614565b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Total_1995_2c781362_ab65_40d2_a292_29aea614565b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2005' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Total_1995_2c781362_ab65_40d2_a292_29aea614565b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2010' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Total_1995_95380514_ccd9_44af_b015_9475f7811b54_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2010' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Total_1995_95380514_ccd9_44af_b015_9475f7811b54
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Total_1995_95380514_ccd9_44af_b015_9475f7811b54_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2010' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Total_1995_95380514_ccd9_44af_b015_9475f7811b54
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2015' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Total_1995_262b802c_3b1a_482c_86dc_610f952052f0_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2015' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Total_1995_262b802c_3b1a_482c_86dc_610f952052f0
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Total_1995_262b802c_3b1a_482c_86dc_610f952052f0_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2015' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Total_1995_262b802c_3b1a_482c_86dc_610f952052f0
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Total 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 1995' feature collection
OperationId
getFeature_Historische_Bruttogeschossflaechen_48a9bcb0_3475_4db5_aa6c_4cceb85f6750_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 1995' feature collection
OperationId
getFeatures_Historische_Bruttogeschossflaechen_48a9bcb0_3475_4db5_aa6c_4cceb85f6750
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Historische_Bruttogeschossflaechen_48a9bcb0_3475_4db5_aa6c_4cceb85f6750_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 1995' feature collection
OperationId
describeCollection_Historische_Bruttogeschossflaechen_48a9bcb0_3475_4db5_aa6c_4cceb85f6750
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2005' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Wohnen_1995_f013216f_3dab_4a7a_b16c_e9ce326a7d41_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2005' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Wohnen_1995_f013216f_3dab_4a7a_b16c_e9ce326a7d41
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Wohnen_1995_f013216f_3dab_4a7a_b16c_e9ce326a7d41_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2005' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Wohnen_1995_f013216f_3dab_4a7a_b16c_e9ce326a7d41
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2010' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Wohnen_1995_46631e92_a2f5_4a4a_b29c_ec7e71c9c2f4_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2010' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Wohnen_1995_46631e92_a2f5_4a4a_b29c_ec7e71c9c2f4
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Wohnen_1995_46631e92_a2f5_4a4a_b29c_ec7e71c9c2f4_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2010' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Wohnen_1995_46631e92_a2f5_4a4a_b29c_ec7e71c9c2f4
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2015' feature collection
OperationId
getFeature_Bruttogeschossfl_che_Wohnen_1995_281e19b4_4eab_4861_8d77_61e62ebefcb2_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2015' feature collection
OperationId
getFeatures_Bruttogeschossfl_che_Wohnen_1995_281e19b4_4eab_4861_8d77_61e62ebefcb2
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossfl_che_Wohnen_1995_281e19b4_4eab_4861_8d77_61e62ebefcb2_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2015' feature collection
OperationId
describeCollection_Bruttogeschossfl_che_Wohnen_1995_281e19b4_4eab_4861_8d77_61e62ebefcb2
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Bruttogeschossfläche Wohnen 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Veränderung der Bruttogeschossflächen von 2010 bis 2015' feature collection
OperationId
getFeature_Bruttogeschossflaechen_64e48d97_52be_4bbc_87f1_4f8e52708891_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Veränderung der Bruttogeschossflächen von 2010 bis 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Veränderung der Bruttogeschossflächen von 2010 bis 2015' feature collection
OperationId
getFeatures_Bruttogeschossflaechen_64e48d97_52be_4bbc_87f1_4f8e52708891
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Veränderung der Bruttogeschossflächen von 2010 bis 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Bruttogeschossflaechen_64e48d97_52be_4bbc_87f1_4f8e52708891_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Veränderung der Bruttogeschossflächen von 2010 bis 2015' feature collection
OperationId
describeCollection_Bruttogeschossflaechen_64e48d97_52be_4bbc_87f1_4f8e52708891
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Veränderung der Bruttogeschossflächen von 2010 bis 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 1995' feature collection
OperationId
getFeature_Wohnanteil_aed7338c_dcb1_4ab3_b25c_ac42c552276c_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 1995' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 1995' feature collection
OperationId
getFeatures_Wohnanteil_aed7338c_dcb1_4ab3_b25c_ac42c552276c
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Wohnanteil_aed7338c_dcb1_4ab3_b25c_ac42c552276c_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 1995' feature collection
OperationId
describeCollection_Wohnanteil_aed7338c_dcb1_4ab3_b25c_ac42c552276c
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 1995' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2005' feature collection
OperationId
getFeature_Wohnanteil_1995_10ed672e_e0d1_49a9_81df_c4e85f44cd7a_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2005' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2005' feature collection
OperationId
getFeatures_Wohnanteil_1995_10ed672e_e0d1_49a9_81df_c4e85f44cd7a
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Wohnanteil_1995_10ed672e_e0d1_49a9_81df_c4e85f44cd7a_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2005' feature collection
OperationId
describeCollection_Wohnanteil_1995_10ed672e_e0d1_49a9_81df_c4e85f44cd7a
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2005' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2010' feature collection
OperationId
getFeature_Wohnanteil_1995_1380477a_07ca_48af_af7b_3244b5b6a739_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2010' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2010' feature collection
OperationId
getFeatures_Wohnanteil_1995_1380477a_07ca_48af_af7b_3244b5b6a739
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Wohnanteil_1995_1380477a_07ca_48af_af7b_3244b5b6a739_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2010' feature collection
OperationId
describeCollection_Wohnanteil_1995_1380477a_07ca_48af_af7b_3244b5b6a739
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2010' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2015' feature collection
OperationId
getFeature_Wohnanteil_1995_2fb413a6_cbac_486b_8d97_06307b3d8e8f_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2015' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2015' feature collection
OperationId
getFeatures_Wohnanteil_1995_2fb413a6_cbac_486b_8d97_06307b3d8e8f
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Bruttogeschossfläche Total Retrieve features filtered by: Bruttogeschossfläche Total (Integer) integer
Bruttogeschossfläche Wohnen Retrieve features filtered by: Bruttogeschossfläche Wohnen (Integer) integer
Bruttogeschossfläche Arbeit Retrieve features filtered by: Bruttogeschossfläche Arbeit (Integer) integer
Ausnutzungsziffer Retrieve features filtered by: Ausnutzungsziffer (Double) number
Wohnanteil Retrieve features filtered by: Wohnanteil (Integer) integer
Anteil Freifläche Retrieve features filtered by: Anteil Freifläche (Integer) integer
Bruttogeschossfläche pro Einwohner Retrieve features filtered by: Bruttogeschossfläche pro Einwohner (Integer) integer
Bruttogeschossfläche pro Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Beschäftigten (Integer) integer
Bruttogeschossfläche pro Einwohner bzw Beschäftigten Retrieve features filtered by: Bruttogeschossfläche pro Einwohner bzw Beschäftigten (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent (Double) number
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl (Integer) integer
Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent Retrieve features filtered by: Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent (Double) number
Jahr Retrieve features filtered by: Jahr (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Bruttogeschossfläche Total', 'Bruttogeschossfläche Wohnen', 'Bruttogeschossfläche Arbeit', 'Ausnutzungsziffer', 'Wohnanteil', 'Anteil Freifläche', 'Bruttogeschossfläche pro Einwohner', 'Bruttogeschossfläche pro Beschäftigten', 'Bruttogeschossfläche pro Einwohner bzw Beschäftigten', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Total im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Wohnen im Vergleich zum letzten Jahresstand in Prozent', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Absolutzahl', 'Veränderung der Bruttogeschossfläche Arbeit im Vergleich zum letzten Jahresstand in Prozent', 'Jahr' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Wohnanteil_1995_2fb413a6_cbac_486b_8d97_06307b3d8e8f_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2015' feature collection
OperationId
describeCollection_Wohnanteil_1995_2fb413a6_cbac_486b_8d97_06307b3d8e8f
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Historische Bruttogeschossfläche auf Blockbasis - Wohnanteil 2015' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Hochbauprojekte aus Verwaltungs- und Finanzvermögen' feature collection
OperationId
getFeature_Hochbauprojekte_24c5504f_cdda_4367_9bd7_d8549a9c3335_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Hochbauprojekte aus Verwaltungs- und Finanzvermögen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Hochbauprojekte aus Verwaltungs- und Finanzvermögen' feature collection
OperationId
getFeatures_Hochbauprojekte_24c5504f_cdda_4367_9bd7_d8549a9c3335
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Hochbauprojekt Retrieve features filtered by: ID Hochbauprojekt (Integer) integer
Projektbezeichnung Retrieve features filtered by: Projektbezeichnung (String) string
Fertigstellung Retrieve features filtered by: Fertigstellung (Integer) integer
Adresse Retrieve features filtered by: Adresse (String) string
Postleitzahl Retrieve features filtered by: Postleitzahl (Integer) integer
E-Mail Retrieve features filtered by: E-Mail (String) string
Link Retrieve features filtered by: Link (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Hochbauprojekt', 'Projektbezeichnung', 'Fertigstellung', 'Adresse', 'Postleitzahl', 'E-Mail', 'Link' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Hochbauprojekte aus Verwaltungs- und Finanzvermögen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Hochbauprojekte_24c5504f_cdda_4367_9bd7_d8549a9c3335_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Hochbauprojekte aus Verwaltungs- und Finanzvermögen' feature collection
OperationId
describeCollection_Hochbauprojekte_24c5504f_cdda_4367_9bd7_d8549a9c3335
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Hochbauprojekte aus Verwaltungs- und Finanzvermögen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Archäologische Informationsstellen' feature collection
OperationId
getFeature_virtual_layer_8b359651_f400_4e8e_9100_8182bd56a5b3_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Archäologische Informationsstellen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Archäologische Informationsstellen' feature collection
OperationId
getFeatures_virtual_layer_8b359651_f400_4e8e_9100_8182bd56a5b3
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Informationsstelle Retrieve features filtered by: ID Informationsstelle (Integer) integer
Name Retrieve features filtered by: Name (String) string
Zeitstellung Retrieve features filtered by: Zeitstellung (String) string
Strasse Retrieve features filtered by: Strasse (String) string
Ort Retrieve features filtered by: Ort (String) string
Telefon Retrieve features filtered by: Telefon (String) string
Link zur Informationsstelle Retrieve features filtered by: Link zur Informationsstelle (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Informationsstelle', 'Name', 'Zeitstellung', 'Strasse', 'Ort', 'Telefon', 'Link zur Informationsstelle' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Archäologische Informationsstellen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_virtual_layer_8b359651_f400_4e8e_9100_8182bd56a5b3_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Archäologische Informationsstellen' feature collection
OperationId
describeCollection_virtual_layer_8b359651_f400_4e8e_9100_8182bd56a5b3
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Archäologische Informationsstellen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Inventar der schützenswerten Bauten: Erarbeitungsstatus' feature collection
OperationId
getFeature_virtual_layer_0900c59a_4e76_46b7_9c03_99cf61c5dcd6_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Inventar der schützenswerten Bauten: Erarbeitungsstatus' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Inventar der schützenswerten Bauten: Erarbeitungsstatus' feature collection
OperationId
getFeatures_virtual_layer_0900c59a_4e76_46b7_9c03_99cf61c5dcd6
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Wohnviertel Retrieve features filtered by: ID Wohnviertel (String) string
Wohnviertel Name Retrieve features filtered by: Wohnviertel Name (String) string
Erarbeitungsstatus Code Retrieve features filtered by: Erarbeitungsstatus Code (String) string
Erarbeitungsstatus Text Retrieve features filtered by: Erarbeitungsstatus Text (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Wohnviertel', 'Wohnviertel Name', 'Erarbeitungsstatus Code', 'Erarbeitungsstatus Text' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der schützenswerten Bauten: Erarbeitungsstatus' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_virtual_layer_0900c59a_4e76_46b7_9c03_99cf61c5dcd6_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Inventar der schützenswerten Bauten: Erarbeitungsstatus' feature collection
OperationId
describeCollection_virtual_layer_0900c59a_4e76_46b7_9c03_99cf61c5dcd6
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der schützenswerten Bauten: Erarbeitungsstatus' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Inventar der schützenswerten Bauten' feature collection
OperationId
getFeature_Inventar_der_schuetzenswerten_Bauten_5bb60c99_4db6_4c2f_bc20_89c27f46f40f_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Inventar der schützenswerten Bauten' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Inventar der schützenswerten Bauten' feature collection
OperationId
getFeatures_Inventar_der_schuetzenswerten_Bauten_5bb60c99_4db6_4c2f_bc20_89c27f46f40f
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID schützenswerte Baute Retrieve features filtered by: ID schützenswerte Baute (String) string
Objektart Retrieve features filtered by: Objektart (String) string
Bezeichnung schützenswerte Baute Retrieve features filtered by: Bezeichnung schützenswerte Baute (String) string
Link zum Inventarblatt Retrieve features filtered by: Link zum Inventarblatt (String) string
Bemerkung schützenswerte Baute Retrieve features filtered by: Bemerkung schützenswerte Baute (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID schützenswerte Baute', 'Objektart', 'Bezeichnung schützenswerte Baute', 'Link zum Inventarblatt', 'Bemerkung schützenswerte Baute' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der schützenswerten Bauten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Inventar_der_schuetzenswerten_Bauten_5bb60c99_4db6_4c2f_bc20_89c27f46f40f_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Inventar der schützenswerten Bauten' feature collection
OperationId
describeCollection_Inventar_der_schuetzenswerten_Bauten_5bb60c99_4db6_4c2f_bc20_89c27f46f40f
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der schützenswerten Bauten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'IWB Fernwärme-Versorgungsgebiet' feature collection
OperationId
getFeature_IWB_Fernwaermegebiet_e5a9323a_28ea_4cde_b2ef_fafe6e92e0bb_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'IWB Fernwärme-Versorgungsgebiet' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'IWB Fernwärme-Versorgungsgebiet' feature collection
OperationId
getFeatures_IWB_Fernwaermegebiet_e5a9323a_28ea_4cde_b2ef_fafe6e92e0bb
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Fernwärmegebiet Retrieve features filtered by: ID Fernwärmegebiet (Integer) integer
Nummer Retrieve features filtered by: Nummer (Integer) integer
Bemerkung Retrieve features filtered by: Bemerkung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Fernwärmegebiet', 'Nummer', 'Bemerkung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'IWB Fernwärme-Versorgungsgebiet' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_IWB_Fernwaermegebiet_e5a9323a_28ea_4cde_b2ef_fafe6e92e0bb_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'IWB Fernwärme-Versorgungsgebiet' feature collection
OperationId
describeCollection_IWB_Fernwaermegebiet_e5a9323a_28ea_4cde_b2ef_fafe6e92e0bb
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'IWB Fernwärme-Versorgungsgebiet' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte' feature collection
OperationId
getFeature_Inventar_der_geschuetzten_Naturobjekte_9ee2eb45_142d_4ba9_9b56_c33c4df131ce_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte' feature collection
OperationId
getFeatures_Inventar_der_geschuetzten_Naturobjekte_9ee2eb45_142d_4ba9_9b56_c33c4df131ce
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Naturobjekt Retrieve features filtered by: ID Naturobjekt (String) string
Objektkürzel Retrieve features filtered by: Objektkürzel (String) string
Objektbezeichnung Retrieve features filtered by: Objektbezeichnung (String) string
Objektnummer Retrieve features filtered by: Objektnummer (String) string
Hauptlebensraumtyp Retrieve features filtered by: Hauptlebensraumtyp (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Naturobjekt', 'Objektkürzel', 'Objektbezeichnung', 'Objektnummer', 'Hauptlebensraumtyp', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Inventar_der_geschuetzten_Naturobjekte_9ee2eb45_142d_4ba9_9b56_c33c4df131ce_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte' feature collection
OperationId
describeCollection_Inventar_der_geschuetzten_Naturobjekte_9ee2eb45_142d_4ba9_9b56_c33c4df131ce
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte: laufende Änderung' feature collection
OperationId
getFeature_Kantonales_Inventar_der_gesch_tzten_Naturobjekte_e730bf03_dd82_4510_8726_8fc549212916_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte: laufende Änderung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte: laufende Änderung' feature collection
OperationId
getFeatures_Kantonales_Inventar_der_gesch_tzten_Naturobjekte_e730bf03_dd82_4510_8726_8fc549212916
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Naturobjekt Retrieve features filtered by: ID Naturobjekt (String) string
Objektkürzel Retrieve features filtered by: Objektkürzel (String) string
Objektbezeichnung Retrieve features filtered by: Objektbezeichnung (String) string
Objektnummer Retrieve features filtered by: Objektnummer (String) string
Hauptlebensraumtyp Retrieve features filtered by: Hauptlebensraumtyp (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Naturobjekt', 'Objektkürzel', 'Objektbezeichnung', 'Objektnummer', 'Hauptlebensraumtyp', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Kantonales_Inventar_der_gesch_tzten_Naturobjekte_e730bf03_dd82_4510_8726_8fc549212916_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte: laufende Änderung' feature collection
OperationId
describeCollection_Kantonales_Inventar_der_gesch_tzten_Naturobjekte_e730bf03_dd82_4510_8726_8fc549212916
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Inventar der geschützten Naturobjekte - Kantonales Inventar der geschützten Naturobjekte: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Bevölkerung - Ausländeranteil' feature collection
OperationId
getFeature_Auslaenderanteil_76077865_3620_498b_8c19_04dec20156f9_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Bevölkerung - Ausländeranteil' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Bevölkerung - Ausländeranteil' feature collection
OperationId
getFeatures_Auslaenderanteil_76077865_3620_498b_8c19_04dec20156f9
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Jugendlichenanteil Retrieve features filtered by: Jugendlichenanteil (Double) number
Jugendlichenanteil Beschriftung Retrieve features filtered by: Jugendlichenanteil Beschriftung (String) string
Seniorenanteil Retrieve features filtered by: Seniorenanteil (Double) number
Seniorenanteil Beschriftung Retrieve features filtered by: Seniorenanteil Beschriftung (String) string
Ausländeranteil Retrieve features filtered by: Ausländeranteil (Double) number
Ausländeranteil Beschriftung Retrieve features filtered by: Ausländeranteil Beschriftung (String) string
Sesshaftigkeit Retrieve features filtered by: Sesshaftigkeit (Double) number
Sesshaftigkeit Beschriftung Retrieve features filtered by: Sesshaftigkeit Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Jugendlichenanteil', 'Jugendlichenanteil Beschriftung', 'Seniorenanteil', 'Seniorenanteil Beschriftung', 'Ausländeranteil', 'Ausländeranteil Beschriftung', 'Sesshaftigkeit', 'Sesshaftigkeit Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Ausländeranteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Auslaenderanteil_76077865_3620_498b_8c19_04dec20156f9_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Bevölkerung - Ausländeranteil' feature collection
OperationId
describeCollection_Auslaenderanteil_76077865_3620_498b_8c19_04dec20156f9
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Ausländeranteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Bevölkerung - Jugendlichenanteil' feature collection
OperationId
getFeature_Jugendlichenanteil_12dbd41b_f51e_4399_95f3_1c25d7e32a17_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Bevölkerung - Jugendlichenanteil' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Bevölkerung - Jugendlichenanteil' feature collection
OperationId
getFeatures_Jugendlichenanteil_12dbd41b_f51e_4399_95f3_1c25d7e32a17
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Jugendlichenanteil Retrieve features filtered by: Jugendlichenanteil (Double) number
Jugendlichenanteil Beschriftung Retrieve features filtered by: Jugendlichenanteil Beschriftung (String) string
Seniorenanteil Retrieve features filtered by: Seniorenanteil (Double) number
Seniorenanteil Beschriftung Retrieve features filtered by: Seniorenanteil Beschriftung (String) string
Ausländeranteil Retrieve features filtered by: Ausländeranteil (Double) number
Ausländeranteil Beschriftung Retrieve features filtered by: Ausländeranteil Beschriftung (String) string
Sesshaftigkeit Retrieve features filtered by: Sesshaftigkeit (Double) number
Sesshaftigkeit Beschriftung Retrieve features filtered by: Sesshaftigkeit Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Jugendlichenanteil', 'Jugendlichenanteil Beschriftung', 'Seniorenanteil', 'Seniorenanteil Beschriftung', 'Ausländeranteil', 'Ausländeranteil Beschriftung', 'Sesshaftigkeit', 'Sesshaftigkeit Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Jugendlichenanteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Jugendlichenanteil_12dbd41b_f51e_4399_95f3_1c25d7e32a17_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Bevölkerung - Jugendlichenanteil' feature collection
OperationId
describeCollection_Jugendlichenanteil_12dbd41b_f51e_4399_95f3_1c25d7e32a17
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Jugendlichenanteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Bevölkerung - Seniorenanteil' feature collection
OperationId
getFeature_Seniorenanteil_5e13aad6_498d_411e_a272_4260df91cf91_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Bevölkerung - Seniorenanteil' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Bevölkerung - Seniorenanteil' feature collection
OperationId
getFeatures_Seniorenanteil_5e13aad6_498d_411e_a272_4260df91cf91
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Jugendlichenanteil Retrieve features filtered by: Jugendlichenanteil (Double) number
Jugendlichenanteil Beschriftung Retrieve features filtered by: Jugendlichenanteil Beschriftung (String) string
Seniorenanteil Retrieve features filtered by: Seniorenanteil (Double) number
Seniorenanteil Beschriftung Retrieve features filtered by: Seniorenanteil Beschriftung (String) string
Ausländeranteil Retrieve features filtered by: Ausländeranteil (Double) number
Ausländeranteil Beschriftung Retrieve features filtered by: Ausländeranteil Beschriftung (String) string
Sesshaftigkeit Retrieve features filtered by: Sesshaftigkeit (Double) number
Sesshaftigkeit Beschriftung Retrieve features filtered by: Sesshaftigkeit Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Jugendlichenanteil', 'Jugendlichenanteil Beschriftung', 'Seniorenanteil', 'Seniorenanteil Beschriftung', 'Ausländeranteil', 'Ausländeranteil Beschriftung', 'Sesshaftigkeit', 'Sesshaftigkeit Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Seniorenanteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Seniorenanteil_5e13aad6_498d_411e_a272_4260df91cf91_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Bevölkerung - Seniorenanteil' feature collection
OperationId
describeCollection_Seniorenanteil_5e13aad6_498d_411e_a272_4260df91cf91
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Seniorenanteil' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Bevölkerung - Sesshaftigkeit' feature collection
OperationId
getFeature_Sesshaftigkeit_ec62ef23_9433_4aee_a720_463b88e11874_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Bevölkerung - Sesshaftigkeit' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Bevölkerung - Sesshaftigkeit' feature collection
OperationId
getFeatures_Sesshaftigkeit_ec62ef23_9433_4aee_a720_463b88e11874
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Jugendlichenanteil Retrieve features filtered by: Jugendlichenanteil (Double) number
Jugendlichenanteil Beschriftung Retrieve features filtered by: Jugendlichenanteil Beschriftung (String) string
Seniorenanteil Retrieve features filtered by: Seniorenanteil (Double) number
Seniorenanteil Beschriftung Retrieve features filtered by: Seniorenanteil Beschriftung (String) string
Ausländeranteil Retrieve features filtered by: Ausländeranteil (Double) number
Ausländeranteil Beschriftung Retrieve features filtered by: Ausländeranteil Beschriftung (String) string
Sesshaftigkeit Retrieve features filtered by: Sesshaftigkeit (Double) number
Sesshaftigkeit Beschriftung Retrieve features filtered by: Sesshaftigkeit Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Jugendlichenanteil', 'Jugendlichenanteil Beschriftung', 'Seniorenanteil', 'Seniorenanteil Beschriftung', 'Ausländeranteil', 'Ausländeranteil Beschriftung', 'Sesshaftigkeit', 'Sesshaftigkeit Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Sesshaftigkeit' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Sesshaftigkeit_ec62ef23_9433_4aee_a720_463b88e11874_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Bevölkerung - Sesshaftigkeit' feature collection
OperationId
describeCollection_Sesshaftigkeit_ec62ef23_9433_4aee_a720_463b88e11874
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Bevölkerung - Sesshaftigkeit' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Erwerbsleben - Arbeitsstätten' feature collection
OperationId
getFeature_Arbeitsst_tten_c85170ea_d020_4ae6_b782_bb66443ee330_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Erwerbsleben - Arbeitsstätten' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Erwerbsleben - Arbeitsstätten' feature collection
OperationId
getFeatures_Arbeitsst_tten_c85170ea_d020_4ae6_b782_bb66443ee330
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Anzahl Arbeitsstätten Retrieve features filtered by: Anzahl Arbeitsstätten (Integer) integer
Anzahl Arbeitsstätten Beschriftung Retrieve features filtered by: Anzahl Arbeitsstätten Beschriftung (String) string
Anzahl Beschäftigte Retrieve features filtered by: Anzahl Beschäftigte (Integer) integer
Anzahl Beschäftigte Beschriftung Retrieve features filtered by: Anzahl Beschäftigte Beschriftung (String) string
Anzahl Beschäftigte in Vollzeitäquivalenten Retrieve features filtered by: Anzahl Beschäftigte in Vollzeitäquivalenten (Integer) integer
Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung Retrieve features filtered by: Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Anzahl Arbeitsstätten', 'Anzahl Arbeitsstätten Beschriftung', 'Anzahl Beschäftigte', 'Anzahl Beschäftigte Beschriftung', 'Anzahl Beschäftigte in Vollzeitäquivalenten', 'Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Erwerbsleben - Arbeitsstätten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Arbeitsst_tten_c85170ea_d020_4ae6_b782_bb66443ee330_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Erwerbsleben - Arbeitsstätten' feature collection
OperationId
describeCollection_Arbeitsst_tten_c85170ea_d020_4ae6_b782_bb66443ee330
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Erwerbsleben - Arbeitsstätten' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Erwerbsleben - Beschäftigte' feature collection
OperationId
getFeature_Besch_ftigte_2606bfbe_01e0_434d_b10f_a18977582f1e_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Erwerbsleben - Beschäftigte' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Erwerbsleben - Beschäftigte' feature collection
OperationId
getFeatures_Besch_ftigte_2606bfbe_01e0_434d_b10f_a18977582f1e
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Anzahl Arbeitsstätten Retrieve features filtered by: Anzahl Arbeitsstätten (Integer) integer
Anzahl Arbeitsstätten Beschriftung Retrieve features filtered by: Anzahl Arbeitsstätten Beschriftung (String) string
Anzahl Beschäftigte Retrieve features filtered by: Anzahl Beschäftigte (Integer) integer
Anzahl Beschäftigte Beschriftung Retrieve features filtered by: Anzahl Beschäftigte Beschriftung (String) string
Anzahl Beschäftigte in Vollzeitäquivalenten Retrieve features filtered by: Anzahl Beschäftigte in Vollzeitäquivalenten (Integer) integer
Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung Retrieve features filtered by: Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Anzahl Arbeitsstätten', 'Anzahl Arbeitsstätten Beschriftung', 'Anzahl Beschäftigte', 'Anzahl Beschäftigte Beschriftung', 'Anzahl Beschäftigte in Vollzeitäquivalenten', 'Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Erwerbsleben - Beschäftigte' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Besch_ftigte_2606bfbe_01e0_434d_b10f_a18977582f1e_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Erwerbsleben - Beschäftigte' feature collection
OperationId
describeCollection_Besch_ftigte_2606bfbe_01e0_434d_b10f_a18977582f1e
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Erwerbsleben - Beschäftigte' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Erwerbsleben - Vollzeitäquivalente' feature collection
OperationId
getFeature_Vollzeit_quivalente_f6cdc5ea_47fc_4fa7_b3a2_bb986f4fd9d0_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Erwerbsleben - Vollzeitäquivalente' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Erwerbsleben - Vollzeitäquivalente' feature collection
OperationId
getFeatures_Vollzeit_quivalente_f6cdc5ea_47fc_4fa7_b3a2_bb986f4fd9d0
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Anzahl Arbeitsstätten Retrieve features filtered by: Anzahl Arbeitsstätten (Integer) integer
Anzahl Arbeitsstätten Beschriftung Retrieve features filtered by: Anzahl Arbeitsstätten Beschriftung (String) string
Anzahl Beschäftigte Retrieve features filtered by: Anzahl Beschäftigte (Integer) integer
Anzahl Beschäftigte Beschriftung Retrieve features filtered by: Anzahl Beschäftigte Beschriftung (String) string
Anzahl Beschäftigte in Vollzeitäquivalenten Retrieve features filtered by: Anzahl Beschäftigte in Vollzeitäquivalenten (Integer) integer
Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung Retrieve features filtered by: Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Anzahl Arbeitsstätten', 'Anzahl Arbeitsstätten Beschriftung', 'Anzahl Beschäftigte', 'Anzahl Beschäftigte Beschriftung', 'Anzahl Beschäftigte in Vollzeitäquivalenten', 'Anzahl Beschäftigte in Vollzeitäquivalenten Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Erwerbsleben - Vollzeitäquivalente' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Vollzeit_quivalente_f6cdc5ea_47fc_4fa7_b3a2_bb986f4fd9d0_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Erwerbsleben - Vollzeitäquivalente' feature collection
OperationId
describeCollection_Vollzeit_quivalente_f6cdc5ea_47fc_4fa7_b3a2_bb986f4fd9d0
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Erwerbsleben - Vollzeitäquivalente' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Sozialhilfe' feature collection
OperationId
getFeature_Sozialhilfe_55538025_87bd_4559_b0d6_2e8f2e793b50_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Sozialhilfe' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Sozialhilfe' feature collection
OperationId
getFeatures_Sozialhilfe_55538025_87bd_4559_b0d6_2e8f2e793b50
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Sozialhilfequote Klasse Retrieve features filtered by: Sozialhilfequote Klasse (String) string
Sozialhilfequote Beschriftung Retrieve features filtered by: Sozialhilfequote Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Sozialhilfequote Klasse', 'Sozialhilfequote Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Sozialhilfe' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Sozialhilfe_55538025_87bd_4559_b0d6_2e8f2e793b50_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Sozialhilfe' feature collection
OperationId
describeCollection_Sozialhilfe_55538025_87bd_4559_b0d6_2e8f2e793b50
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Sozialhilfe' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Steuern - Median des Reineinkommens' feature collection
OperationId
getFeature_Median_des_Reineinkommens_a24f75b9_f92b_4745_be96_1d8e94881b87_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Steuern - Median des Reineinkommens' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Steuern - Median des Reineinkommens' feature collection
OperationId
getFeatures_Median_des_Reineinkommens_a24f75b9_f92b_4745_be96_1d8e94881b87
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Median des Reinvermögens Klasse Retrieve features filtered by: Median des Reinvermögens Klasse (String) string
Median des Reinvermögens Beschriftung Retrieve features filtered by: Median des Reinvermögens Beschriftung (String) string
Median des Reineinkommens Klasse Retrieve features filtered by: Median des Reineinkommens Klasse (String) string
Median des Reineinkommens Beschriftung Retrieve features filtered by: Median des Reineinkommens Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Median des Reinvermögens Klasse', 'Median des Reinvermögens Beschriftung', 'Median des Reineinkommens Klasse', 'Median des Reineinkommens Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Steuern - Median des Reineinkommens' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Median_des_Reineinkommens_a24f75b9_f92b_4745_be96_1d8e94881b87_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Steuern - Median des Reineinkommens' feature collection
OperationId
describeCollection_Median_des_Reineinkommens_a24f75b9_f92b_4745_be96_1d8e94881b87
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Steuern - Median des Reineinkommens' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Karten der öffentlichen Statistik - Steuern - Median des Reinvermögens' feature collection
OperationId
getFeature_Median_des_Reinverm_gens_f4dd75ca_4542_4110_b46d_f20e2d9e0498_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Karten der öffentlichen Statistik - Steuern - Median des Reinvermögens' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Karten der öffentlichen Statistik - Steuern - Median des Reinvermögens' feature collection
OperationId
getFeatures_Median_des_Reinverm_gens_f4dd75ca_4542_4110_b46d_f20e2d9e0498
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Block ID Retrieve features filtered by: Block ID (String) string
Block Beschriftung Retrieve features filtered by: Block Beschriftung (String) string
Median des Reinvermögens Klasse Retrieve features filtered by: Median des Reinvermögens Klasse (String) string
Median des Reinvermögens Beschriftung Retrieve features filtered by: Median des Reinvermögens Beschriftung (String) string
Median des Reineinkommens Klasse Retrieve features filtered by: Median des Reineinkommens Klasse (String) string
Median des Reineinkommens Beschriftung Retrieve features filtered by: Median des Reineinkommens Beschriftung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Block ID', 'Block Beschriftung', 'Median des Reinvermögens Klasse', 'Median des Reinvermögens Beschriftung', 'Median des Reineinkommens Klasse', 'Median des Reineinkommens Beschriftung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Steuern - Median des Reinvermögens' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Median_des_Reinverm_gens_f4dd75ca_4542_4110_b46d_f20e2d9e0498_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Karten der öffentlichen Statistik - Steuern - Median des Reinvermögens' feature collection
OperationId
describeCollection_Median_des_Reinverm_gens_f4dd75ca_4542_4110_b46d_f20e2d9e0498
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Karten der öffentlichen Statistik - Steuern - Median des Reinvermögens' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Katholische Kirchenkreise' feature collection
OperationId
getFeature_Katholische_Kirchenkreise_3e9a05cf_1c0b_4d03_aa97_4b6ab35e3252_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Katholische Kirchenkreise' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Katholische Kirchenkreise' feature collection
OperationId
getFeatures_Katholische_Kirchenkreise_3e9a05cf_1c0b_4d03_aa97_4b6ab35e3252
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Kreisnummer Retrieve features filtered by: Kreisnummer (Integer) integer
Kirchenkreis Retrieve features filtered by: Kirchenkreis (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Kreisnummer', 'Kirchenkreis' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Katholische Kirchenkreise' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Katholische_Kirchenkreise_3e9a05cf_1c0b_4d03_aa97_4b6ab35e3252_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Katholische Kirchenkreise' feature collection
OperationId
describeCollection_Katholische_Kirchenkreise_3e9a05cf_1c0b_4d03_aa97_4b6ab35e3252
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Katholische Kirchenkreise' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen' feature collection
OperationId
getFeature_Laermempfindlichkeitstufe_f6602b5e_cacd_45f9_a6aa_7e7dab88bc5c_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen' feature collection
OperationId
getFeatures_Laermempfindlichkeitstufe_f6602b5e_cacd_45f9_a6aa_7e7dab88bc5c
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Lärmempfindlichkeitsstufe Retrieve features filtered by: ID Lärmempfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Retrieve features filtered by: Empfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Text Retrieve features filtered by: Empfindlichkeitsstufe Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Rekurs Hängig Retrieve features filtered by: Rekurs Hängig (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Lärmempfindlichkeitsstufe', 'Empfindlichkeitsstufe', 'Empfindlichkeitsstufe Text', 'Verbindlichkeit', 'Rekurs Hängig', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Laermempfindlichkeitstufe_f6602b5e_cacd_45f9_a6aa_7e7dab88bc5c_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen' feature collection
OperationId
describeCollection_Laermempfindlichkeitstufe_f6602b5e_cacd_45f9_a6aa_7e7dab88bc5c
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen: laufende Änderung' feature collection
OperationId
getFeature_L_rmempfindlichkeitsstufenplan_Bettingen_6955cca1_9324_4435_a38d_a4e6d693e382_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen: laufende Änderung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen: laufende Änderung' feature collection
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Bettingen_6955cca1_9324_4435_a38d_a4e6d693e382
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Lärmempfindlichkeitsstufe Retrieve features filtered by: ID Lärmempfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Retrieve features filtered by: Empfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Text Retrieve features filtered by: Empfindlichkeitsstufe Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Lärmempfindlichkeitsstufe', 'Empfindlichkeitsstufe', 'Empfindlichkeitsstufe Text', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Bettingen_6955cca1_9324_4435_a38d_a4e6d693e382_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen: laufende Änderung' feature collection
OperationId
describeCollection_L_rmempfindlichkeitsstufenplan_Bettingen_6955cca1_9324_4435_a38d_a4e6d693e382
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Bettingen - Lärmempfindlichkeitsstufe Bettingen: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen' feature collection
OperationId
getFeature_Laermempfindlichkeitstufe_80fba8e7_eafd_4b1c_ba09_b33833415402_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen' feature collection
OperationId
getFeatures_Laermempfindlichkeitstufe_80fba8e7_eafd_4b1c_ba09_b33833415402
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Lärmempfindlichkeitsstufe Retrieve features filtered by: ID Lärmempfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Retrieve features filtered by: Empfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Text Retrieve features filtered by: Empfindlichkeitsstufe Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Rekurs Hängig Retrieve features filtered by: Rekurs Hängig (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Lärmempfindlichkeitsstufe', 'Empfindlichkeitsstufe', 'Empfindlichkeitsstufe Text', 'Verbindlichkeit', 'Rekurs Hängig', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Laermempfindlichkeitstufe_80fba8e7_eafd_4b1c_ba09_b33833415402_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen' feature collection
OperationId
describeCollection_Laermempfindlichkeitstufe_80fba8e7_eafd_4b1c_ba09_b33833415402
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen: laufende Änderung' feature collection
OperationId
getFeature_L_rmempfindlichkeitsstufenplan_Riehen_0d62edab_4873_42f7_b490_42e52c78cb31_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen: laufende Änderung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen: laufende Änderung' feature collection
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Riehen_0d62edab_4873_42f7_b490_42e52c78cb31
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Lärmempfindlichkeitsstufe Retrieve features filtered by: ID Lärmempfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Retrieve features filtered by: Empfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Text Retrieve features filtered by: Empfindlichkeitsstufe Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Lärmempfindlichkeitsstufe', 'Empfindlichkeitsstufe', 'Empfindlichkeitsstufe Text', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Riehen_0d62edab_4873_42f7_b490_42e52c78cb31_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen: laufende Änderung' feature collection
OperationId
describeCollection_L_rmempfindlichkeitsstufenplan_Riehen_0d62edab_4873_42f7_b490_42e52c78cb31
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Riehen - Lärmempfindlichkeitsstufe Riehen: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel' feature collection
OperationId
getFeature_L_rmempfindlichkeitsstufenplan_Basel_ec1e9760_b7b2_4175_9a7e_b859ef14b0fe_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel' feature collection
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Basel_ec1e9760_b7b2_4175_9a7e_b859ef14b0fe
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Lärmempfindlichkeitsstufe Retrieve features filtered by: ID Lärmempfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Retrieve features filtered by: Empfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Text Retrieve features filtered by: Empfindlichkeitsstufe Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Rekurs Hängig Retrieve features filtered by: Rekurs Hängig (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Lärmempfindlichkeitsstufe', 'Empfindlichkeitsstufe', 'Empfindlichkeitsstufe Text', 'Verbindlichkeit', 'Rekurs Hängig', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'Bemerkung', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Basel_ec1e9760_b7b2_4175_9a7e_b859ef14b0fe_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel' feature collection
OperationId
describeCollection_L_rmempfindlichkeitsstufenplan_Basel_ec1e9760_b7b2_4175_9a7e_b859ef14b0fe
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel: laufende Änderung' feature collection
OperationId
getFeature_L_rmempfindlichkeitsstufenplan_Basel_laufende__nderung_c7013e67_e48d_4620_99b2_6f3e62ac1f6d_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel: laufende Änderung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel: laufende Änderung' feature collection
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Basel_laufende__nderung_c7013e67_e48d_4620_99b2_6f3e62ac1f6d
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Lärmempfindlichkeitsstufe Retrieve features filtered by: ID Lärmempfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Retrieve features filtered by: Empfindlichkeitsstufe (String) string
Empfindlichkeitsstufe Text Retrieve features filtered by: Empfindlichkeitsstufe Text (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Lärmempfindlichkeitsstufe', 'Empfindlichkeitsstufe', 'Empfindlichkeitsstufe Text', 'Verbindlichkeit', 'Projektierte Löschung', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_L_rmempfindlichkeitsstufenplan_Basel_laufende__nderung_c7013e67_e48d_4620_99b2_6f3e62ac1f6d_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel: laufende Änderung' feature collection
OperationId
describeCollection_L_rmempfindlichkeitsstufenplan_Basel_laufende__nderung_c7013e67_e48d_4620_99b2_6f3e62ac1f6d
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsstufe Stadt Basel: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel' feature collection
OperationId
getFeature_Linienbezogene_Empfindlichkeitsstufe_a13a7802_7157_432e_aa62_a13c0621b10f_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel' feature collection
OperationId
getFeatures_Linienbezogene_Empfindlichkeitsstufe_a13a7802_7157_432e_aa62_a13c0621b10f
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Linienbezogene Festlegung Retrieve features filtered by: ID Linienbezogene Festlegung (String) string
Festlegung Linie Retrieve features filtered by: Festlegung Linie (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Rekurs Hängig Retrieve features filtered by: Rekurs Hängig (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Linienbezogene Festlegung', 'Festlegung Linie', 'Bemerkung', 'Verbindlichkeit', 'ID Geschäft', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Rekurs Hängig', 'Bemerkung Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Linienbezogene_Empfindlichkeitsstufe_a13a7802_7157_432e_aa62_a13c0621b10f_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel' feature collection
OperationId
describeCollection_Linienbezogene_Empfindlichkeitsstufe_a13a7802_7157_432e_aa62_a13c0621b10f
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel: laufende Änderung' feature collection
OperationId
getFeature_Linienbezogene_Empfindlichkeitsstufe_laufende__nderung_99f65c6a_87fe_4b78_afc7_49a5f122541b_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel: laufende Änderung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel: laufende Änderung' feature collection
OperationId
getFeatures_Linienbezogene_Empfindlichkeitsstufe_laufende__nderung_99f65c6a_87fe_4b78_afc7_49a5f122541b
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Linienbezogene Festlegung Retrieve features filtered by: ID Linienbezogene Festlegung (String) string
Festlegung Linie Retrieve features filtered by: Festlegung Linie (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Linienbezogene Festlegung', 'Festlegung Linie', 'Bemerkung', 'Projektierte Löschung', 'Verbindlichkeit', 'ID Geschäft', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Linienbezogene_Empfindlichkeitsstufe_laufende__nderung_99f65c6a_87fe_4b78_afc7_49a5f122541b_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel: laufende Änderung' feature collection
OperationId
describeCollection_Linienbezogene_Empfindlichkeitsstufe_laufende__nderung_99f65c6a_87fe_4b78_afc7_49a5f122541b
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Lärmempfindlichkeitsstufen Stadt Basel - Lärmempfindlichkeitsabstandslinien Stadt Basel: laufende Änderung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Landwirtschaftsbetriebe' feature collection
OperationId
getFeature_Betrieb_1bd8d7da_dd59_452e_b413_1d1cbef59086_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Landwirtschaftsbetriebe' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Landwirtschaftsbetriebe' feature collection
OperationId
getFeatures_Betrieb_1bd8d7da_dd59_452e_b413_1d1cbef59086
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Betrieb Retrieve features filtered by: ID Betrieb (Integer) integer
Name Retrieve features filtered by: Name (String) string
Strasse Retrieve features filtered by: Strasse (String) string
Postleitzahl Retrieve features filtered by: Postleitzahl (Integer) integer
Ort Retrieve features filtered by: Ort (String) string
Link Retrieve features filtered by: Link (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Betrieb', 'Name', 'Strasse', 'Postleitzahl', 'Ort', 'Link' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Landwirtschaftsbetriebe' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Betrieb_1bd8d7da_dd59_452e_b413_1d1cbef59086_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Landwirtschaftsbetriebe' feature collection
OperationId
describeCollection_Betrieb_1bd8d7da_dd59_452e_b413_1d1cbef59086
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Landwirtschaftsbetriebe' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Biologischer Gewässerzustand (Makrozoobenthos)' feature collection
OperationId
getFeature_Makrozoobenthos_ac749237_ebe1_4ed2_9c66_52c64cced642_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Biologischer Gewässerzustand (Makrozoobenthos)' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Biologischer Gewässerzustand (Makrozoobenthos)' feature collection
OperationId
getFeatures_Makrozoobenthos_ac749237_ebe1_4ed2_9c66_52c64cced642
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Standort Retrieve features filtered by: ID Standort (String) string
Standort Retrieve features filtered by: Standort (String) string
Gewässer Retrieve features filtered by: Gewässer (String) string
Gewässerzustand Retrieve features filtered by: Gewässerzustand (String) string
Letzte Probenahme Retrieve features filtered by: Letzte Probenahme (Integer) integer
IBCH-Wert Retrieve features filtered by: IBCH-Wert (Integer) integer
Datenblatt Retrieve features filtered by: Datenblatt (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Standort', 'Standort', 'Gewässer', 'Gewässerzustand', 'Letzte Probenahme', 'IBCH-Wert', 'Datenblatt' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Biologischer Gewässerzustand (Makrozoobenthos)' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Makrozoobenthos_ac749237_ebe1_4ed2_9c66_52c64cced642_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Biologischer Gewässerzustand (Makrozoobenthos)' feature collection
OperationId
describeCollection_Makrozoobenthos_ac749237_ebe1_4ed2_9c66_52c64cced642
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Biologischer Gewässerzustand (Makrozoobenthos)' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Naturersatzflächen - Naturersatzfläche' feature collection
OperationId
getFeature_Naturersatzflaeche_86df1f26_41cd_4a15_a8b2_0c9bb3d893a1_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Naturersatzflächen - Naturersatzfläche' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Naturersatzflächen - Naturersatzfläche' feature collection
OperationId
getFeatures_Naturersatzflaeche_86df1f26_41cd_4a15_a8b2_0c9bb3d893a1
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Naturersatzfläche Retrieve features filtered by: ID Naturersatzfläche (String) string
Objektnummer Retrieve features filtered by: Objektnummer (String) string
Objektbezeichnung Retrieve features filtered by: Objektbezeichnung (String) string
Teilobjektnummer Retrieve features filtered by: Teilobjektnummer (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Naturersatzfläche', 'Objektnummer', 'Objektbezeichnung', 'Teilobjektnummer', 'ID Geschäft', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Link zu den Rechtsdokumenten', 'Datum Status', 'Bemerkung Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Naturersatzflächen - Naturersatzfläche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Naturersatzflaeche_86df1f26_41cd_4a15_a8b2_0c9bb3d893a1_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Naturersatzflächen - Naturersatzfläche' feature collection
OperationId
describeCollection_Naturersatzflaeche_86df1f26_41cd_4a15_a8b2_0c9bb3d893a1
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Naturersatzflächen - Naturersatzfläche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Naturersatzflächen - Naturersatzfläche im Auftrag' feature collection
OperationId
getFeature_Naturersatzflaeche_ImAuftrag_f60e50ba_1f8c_46ac_b73e_82373366b6d3_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Naturersatzflächen - Naturersatzfläche im Auftrag' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Naturersatzflächen - Naturersatzfläche im Auftrag' feature collection
OperationId
getFeatures_Naturersatzflaeche_ImAuftrag_f60e50ba_1f8c_46ac_b73e_82373366b6d3
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Naturersatzfläche Retrieve features filtered by: ID Naturersatzfläche (String) string
Objektnummer Retrieve features filtered by: Objektnummer (String) string
Objektbezeichnung Retrieve features filtered by: Objektbezeichnung (String) string
Teilobjektnummer Retrieve features filtered by: Teilobjektnummer (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Naturersatzfläche', 'Objektnummer', 'Objektbezeichnung', 'Teilobjektnummer', 'ID Geschäft', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Link zu den Rechtsdokumenten', 'Datum Status', 'Bemerkung Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Naturersatzflächen - Naturersatzfläche im Auftrag' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Naturersatzflaeche_ImAuftrag_f60e50ba_1f8c_46ac_b73e_82373366b6d3_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Naturersatzflächen - Naturersatzfläche im Auftrag' feature collection
OperationId
describeCollection_Naturersatzflaeche_ImAuftrag_f60e50ba_1f8c_46ac_b73e_82373366b6d3
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Naturersatzflächen - Naturersatzfläche im Auftrag' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Notfalltreffpunkte' feature collection
OperationId
getFeature_Notfalltreffpunkte_4e45dfe4_6dc1_4f47_b0f8_130384cf0d5c_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Notfalltreffpunkte' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Notfalltreffpunkte' feature collection
OperationId
getFeatures_Notfalltreffpunkte_4e45dfe4_6dc1_4f47_b0f8_130384cf0d5c
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Notfalltreffpunkt Retrieve features filtered by: ID Notfalltreffpunkt (String) string
Gebäudebezeichnung Retrieve features filtered by: Gebäudebezeichnung (String) string
Strasse Retrieve features filtered by: Strasse (String) string
Hausnummer Retrieve features filtered by: Hausnummer (String) string
Postleitzahl Retrieve features filtered by: Postleitzahl (Integer) integer
Ort Retrieve features filtered by: Ort (String) string
Gemeinde Retrieve features filtered by: Gemeinde (String) string
Kanton Retrieve features filtered by: Kanton (String) string
Bemerkungen Retrieve features filtered by: Bemerkungen (String) string
Datenstand Retrieve features filtered by: Datenstand (String) string
Link Retrieve features filtered by: Link (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Notfalltreffpunkt', 'Gebäudebezeichnung', 'Strasse', 'Hausnummer', 'Postleitzahl', 'Ort', 'Gemeinde', 'Kanton', 'Bemerkungen', 'Datenstand', 'Link' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Notfalltreffpunkte' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Notfalltreffpunkte_4e45dfe4_6dc1_4f47_b0f8_130384cf0d5c_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Notfalltreffpunkte' feature collection
OperationId
describeCollection_Notfalltreffpunkte_4e45dfe4_6dc1_4f47_b0f8_130384cf0d5c
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Notfalltreffpunkte' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - Behinderten-Parkplatz' feature collection
OperationId
getFeature_Behinderten_Parkplatz_70e40249_9259_4965_bf26_b1b02fc679ae_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - Behinderten-Parkplatz' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - Behinderten-Parkplatz' feature collection
OperationId
getFeatures_Behinderten_Parkplatz_70e40249_9259_4965_bf26_b1b02fc679ae
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Behinderten-Parkplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Behinderten_Parkplatz_70e40249_9259_4965_bf26_b1b02fc679ae_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - Behinderten-Parkplatz' feature collection
OperationId
describeCollection_Behinderten_Parkplatz_70e40249_9259_4965_bf26_b1b02fc679ae
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Behinderten-Parkplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - P+R-Anlage' feature collection
OperationId
getFeature_P_R_Anlage_365e56b5_2d11_43e8_a774_0a80b52206aa_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - P+R-Anlage' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - P+R-Anlage' feature collection
OperationId
getFeatures_P_R_Anlage_365e56b5_2d11_43e8_a774_0a80b52206aa
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - P+R-Anlage' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_P_R_Anlage_365e56b5_2d11_43e8_a774_0a80b52206aa_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - P+R-Anlage' feature collection
OperationId
describeCollection_P_R_Anlage_365e56b5_2d11_43e8_a774_0a80b52206aa
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - P+R-Anlage' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - Parkhaus' feature collection
OperationId
getFeature_Parkhaus_44bde3a9_b471_4abd_b62e_6009c8f15b39_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - Parkhaus' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - Parkhaus' feature collection
OperationId
getFeatures_Parkhaus_44bde3a9_b471_4abd_b62e_6009c8f15b39
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Parkhaus' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Parkhaus_44bde3a9_b471_4abd_b62e_6009c8f15b39_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - Parkhaus' feature collection
OperationId
describeCollection_Parkhaus_44bde3a9_b471_4abd_b62e_6009c8f15b39
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Parkhaus' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - Parkplatz mit Ladestation' feature collection
OperationId
getFeature_Parkplatz_mit_Ladestation_dec64b74_415d_4a8f_a3ff_a46462c7260e_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - Parkplatz mit Ladestation' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - Parkplatz mit Ladestation' feature collection
OperationId
getFeatures_Parkplatz_mit_Ladestation_dec64b74_415d_4a8f_a3ff_a46462c7260e
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Parkplatz mit Ladestation' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Parkplatz_mit_Ladestation_dec64b74_415d_4a8f_a3ff_a46462c7260e_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - Parkplatz mit Ladestation' feature collection
OperationId
describeCollection_Parkplatz_mit_Ladestation_dec64b74_415d_4a8f_a3ff_a46462c7260e
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Parkplatz mit Ladestation' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - Privatparkplatz zur Mehrfachnutzung' feature collection
OperationId
getFeature_Privatparkplatz__ber_App_mietbar__kantonaler_Pilot__37886b4d_c43c_4ceb_aecb_9862d0831538_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - Privatparkplatz zur Mehrfachnutzung' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - Privatparkplatz zur Mehrfachnutzung' feature collection
OperationId
getFeatures_Privatparkplatz__ber_App_mietbar__kantonaler_Pilot__37886b4d_c43c_4ceb_aecb_9862d0831538
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Privatparkplatz zur Mehrfachnutzung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Privatparkplatz__ber_App_mietbar__kantonaler_Pilot__37886b4d_c43c_4ceb_aecb_9862d0831538_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - Privatparkplatz zur Mehrfachnutzung' feature collection
OperationId
describeCollection_Privatparkplatz__ber_App_mietbar__kantonaler_Pilot__37886b4d_c43c_4ceb_aecb_9862d0831538
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Privatparkplatz zur Mehrfachnutzung' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - Reisebus Halteort und Abstellplatz' feature collection
OperationId
getFeature_Reisebus_Halteort_und_Abstellplatz_f427ac46_48e9_4d44_affd_b659d60f7154_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - Reisebus Halteort und Abstellplatz' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - Reisebus Halteort und Abstellplatz' feature collection
OperationId
getFeatures_Reisebus_Halteort_und_Abstellplatz_f427ac46_48e9_4d44_affd_b659d60f7154
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Reisebus Halteort und Abstellplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Reisebus_Halteort_und_Abstellplatz_f427ac46_48e9_4d44_affd_b659d60f7154_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - Reisebus Halteort und Abstellplatz' feature collection
OperationId
describeCollection_Reisebus_Halteort_und_Abstellplatz_f427ac46_48e9_4d44_affd_b659d60f7154
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Reisebus Halteort und Abstellplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - Taxi-Standplatz' feature collection
OperationId
getFeature_Taxi_Standplatz_815850e9_cb9f_4d34_8ed1_9510479f579a_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - Taxi-Standplatz' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - Taxi-Standplatz' feature collection
OperationId
getFeatures_Taxi_Standplatz_815850e9_cb9f_4d34_8ed1_9510479f579a
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Taxi-Standplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Taxi_Standplatz_815850e9_cb9f_4d34_8ed1_9510479f579a_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - Taxi-Standplatz' feature collection
OperationId
describeCollection_Taxi_Standplatz_815850e9_cb9f_4d34_8ed1_9510479f579a
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Taxi-Standplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Parkierung - Wohnmobil-Abstellplatz' feature collection
OperationId
getFeature_Wohnmobil_Abstellplatz_d7e66bf8_849c_4f83_9458_bc0aafac9a90_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Parkierung - Wohnmobil-Abstellplatz' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Parkierung - Wohnmobil-Abstellplatz' feature collection
OperationId
getFeatures_Wohnmobil_Abstellplatz_d7e66bf8_849c_4f83_9458_bc0aafac9a90
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
Nummer Retrieve features filtered by: Nummer (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Anzahl Parkplätze Retrieve features filtered by: Anzahl Parkplätze (Integer) integer
Verfügbarkeit Retrieve features filtered by: Verfügbarkeit (String) string
Nutzungsdauer Retrieve features filtered by: Nutzungsdauer (String) string
Adresse Retrieve features filtered by: Adresse (String) string
Ort Retrieve features filtered by: Ort (String) string
Link zu weiteren Informationen Retrieve features filtered by: Link zu weiteren Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Kategorie', 'Name', 'Beschreibung', 'Anzahl Parkplätze', 'Verfügbarkeit', 'Nutzungsdauer', 'Adresse', 'Ort', 'Link zu weiteren Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Wohnmobil-Abstellplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Wohnmobil_Abstellplatz_d7e66bf8_849c_4f83_9458_bc0aafac9a90_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Describe the 'Parkierung - Wohnmobil-Abstellplatz' feature collection
OperationId
describeCollection_Wohnmobil_Abstellplatz_d7e66bf8_849c_4f83_9458_bc0aafac9a90
Tags
["Capabilities"]
Description
Metadata about a feature collection.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/collectionInfo"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Parkierung - Wohnmobil-Abstellplatz' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
delete Deletes the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeatureDELETE
Tags
["edit","delete"]
Description
Deletes the feature with ID {featureId} in the collection {collectionId}
Responses
{"201":{"description":"The feature was successfully deleted from the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve a single feature from the 'Planungszone Bettingen' feature collection
OperationId
getFeature_Planungszone_Bettingen_289bc8f0_eaac_4d67_bea0_e30fce3fd8e1_GET
Tags
["Features"]
Description
Retrieve a feature with ID {featureId} from the collection with ID {collectionId}; use content negotiation or specify a file extension to request HTML (.html or GeoJSON (.json).
Parameters
Name Description Type
featureId Local identifier of a specific feature string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Retrieve a 'Planungszone Bettingen' feature by 'featureId'."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
patch Changes attributes of feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePATCH
Tags
["edit"]
Description
Changes attributes of feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
put Replaces the feature with ID {featureId} in the collection {collectionId}
OperationId
getFeaturePUT
Tags
["edit","replace"]
Description
Replaces the feature with ID {featureId} in the collection {collectionId}
Responses
{"200":{"description":"The feature was successfully updated"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Retrieve features of 'Planungszone Bettingen' feature collection
OperationId
getFeatures_Planungszone_Bettingen_289bc8f0_eaac_4d67_bea0_e30fce3fd8e1
Tags
["Features"]
Description
Every feature in a dataset belongs to a collection. A dataset may consist of multiple feature collections. A feature collection is often a collection of features of a similar type, based on a common schema. Use content negotiation or specify a file extension to request HTML (.html) or GeoJSON (.json).
Parameters
Name Description Type
limit The optional limit parameter limits the number of items that are presented in the response document.
Only items are counted that are on the first level of the collection in the response document. Nested objects contained within the explicitly requested items shall not be counted.
Minimum = 1.
Maximum = 10000.
Default = 10.
integer
offset The optional offset parameter indicates the index within the result set from which the server shall begin presenting results in the response document. The first element has an index of 0.
Minimum = 0.
Default = 0.
integer
resultType This service will respond to a query in one of two ways (excluding an exception response). It may either generate a complete response document containing resources that satisfy the operation or it may simply generate an empty response container that indicates the count of the total number of resources that the operation would return. Which of these two responses is generated is determined by the value of the optional resultType parameter.
The allowed values for this parameter are "results" and "hits".
If the value of the resultType parameter is set to "results", the server will generate a complete response document containing resources that satisfy the operation.
If the value of the resultType attribute is set to "hits", the server will generate an empty response document containing no resource instances.
Default = "results".
string
bbox Only features that have a geometry that intersects the bounding box are selected. The bounding box is provided as four or six numbers, depending on whether the coordinate reference system includes a vertical axis (elevation or depth):

* Lower left corner, coordinate axis 1
* Lower left corner, coordinate axis 2
* Lower left corner, coordinate axis 3 (optional)
* Upper right corner, coordinate axis 1
* Upper right corner, coordinate axis 2
* Upper right corner, coordinate axis 3 (optional)

The coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.

For WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge).

If a feature has multiple spatial geometry properties, it is the decision of the server whether only a single spatial geometry property is used to determine the extent or all relevant geometries.
array
bbox-crs The coordinate reference system of the bbox parameter. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
crs The coordinate reference system of the response geometries. Default is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84). string
datetime Either a date-time or an interval, open or closed. Date and time expressions
adhere to RFC 3339. Open intervals are expressed using double-dots.

Examples:
* A date-time: "2018-02-12T23:20:50Z"
* A closed interval: "2018-02-12T00:00:00Z/2018-03-18T12:31:12Z"
* Open intervals: "2018-02-12T00:00:00Z/.." or "../2018-03-18T12:31:12Z"
Only features that have a temporal property that intersects the value of
`datetime` are selected.
If a feature has multiple temporal properties, it is the decision of the
server whether only a single temporal property is used to determine
the extent or all relevant temporal properties.
string
sortby Sort results by the specified field name string
sortdesc Sort results in descending order, field name must be specified with 'sortby' parameter boolean
ID Planungszone Retrieve features filtered by: ID Planungszone (String) string
Festlegung Stufe Retrieve features filtered by: Festlegung Stufe (String) string
Abkürzung Retrieve features filtered by: Abkürzung (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Planungszone Code Retrieve features filtered by: Planungszone Code (String) string
Planungszone Text Retrieve features filtered by: Planungszone Text (String) string
Bemerkung Retrieve features filtered by: Bemerkung (String) string
Gültig bis Retrieve features filtered by: Gültig bis (String) string
Rekurs Hängig Retrieve features filtered by: Rekurs Hängig (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Bemerkung Geschäft Retrieve features filtered by: Bemerkung Geschäft (String) string
ID Geschäft Retrieve features filtered by: ID Geschäft (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Planungszone', 'Festlegung Stufe', 'Abkürzung', 'Bezeichnung', 'Planungszone Code', 'Planungszone Text', 'Bemerkung', 'Gültig bis', 'Rekurs Hängig', 'Geschäftsbezeichnung', 'Geschäftsstatus', 'Datum Status', 'Link zu den Rechtsdokumenten', 'Bemerkung Geschäft', 'ID Geschäft' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Planungszone Bettingen' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
post Adds a new feature to the collection {collectionId}
OperationId
getFeatures_Planungszone_Bettingen_289bc8f0_eaac_4d67_bea0_e30fce3fd8e1_POST
Tags
["edit","insert"]
Description
Adds a new feature to the collection {collectionId}
Responses
{"201":{"description":"A new feature was successfully added to the collection"},"403":{"description":"Forbidden: the operation requested was not authorized"},"500":{"description":"Posted data could not be parsed correctly or another error occurred"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}