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."}}
get Describe the 'Planungszone Bettingen' feature collection
OperationId
describeCollection_Planungszone_Bettingen_289bc8f0_eaac_4d67_bea0_e30fce3fd8e1
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 'Planungszone 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 'Planungszone Riehen' feature collection
OperationId
getFeature_Planungszone_Riehen_49228487_4466_4466_bb38_ca25acd7d666_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 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 'Planungszone Riehen' feature collection
OperationId
getFeatures_Planungszone_Riehen_49228487_4466_4466_bb38_ca25acd7d666
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 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_Planungszone_Riehen_49228487_4466_4466_bb38_ca25acd7d666_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 'Planungszone Riehen' feature collection
OperationId
describeCollection_Planungszone_Riehen_49228487_4466_4466_bb38_ca25acd7d666
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 'Planungszone 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 'Planungszone Stadt Basel' feature collection
OperationId
getFeature_Planungszone_Stadt_Basel_9d6b89bc_711b_46a1_92c5_ed78d17b4b42_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 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 'Planungszone Stadt Basel' feature collection
OperationId
getFeatures_Planungszone_Stadt_Basel_9d6b89bc_711b_46a1_92c5_ed78d17b4b42
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 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_Planungszone_Stadt_Basel_9d6b89bc_711b_46a1_92c5_ed78d17b4b42_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 'Planungszone Stadt Basel' feature collection
OperationId
describeCollection_Planungszone_Stadt_Basel_9d6b89bc_711b_46a1_92c5_ed78d17b4b42
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 'Planungszone 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 'Politische Wahlkreise' feature collection
OperationId
getFeature_PolitischeWahlkreise_db0f5a75_4162_427c_9db9_8115de9cdfe5_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 'Politische Wahlkreise' 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 'Politische Wahlkreise' feature collection
OperationId
getFeatures_PolitischeWahlkreise_db0f5a75_4162_427c_9db9_8115de9cdfe5
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 Wahlkreis Retrieve features filtered by: ID Wahlkreis (Integer) integer
Kürzel Retrieve features filtered by: Kürzel (String) string
Wahlkreis Retrieve features filtered by: Wahlkreis (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Wahlkreis', 'Kürzel', 'Wahlkreis' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Politische Wahlkreise' 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_PolitischeWahlkreise_db0f5a75_4162_427c_9db9_8115de9cdfe5_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 'Politische Wahlkreise' feature collection
OperationId
describeCollection_PolitischeWahlkreise_db0f5a75_4162_427c_9db9_8115de9cdfe5
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 'Politische Wahlkreise' 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 'Polizeiposten' feature collection
OperationId
getFeature_Polizeiposten_e225f101_1d59_4039_99a5_e725a819409d_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 'Polizeiposten' 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 'Polizeiposten' feature collection
OperationId
getFeatures_Polizeiposten_e225f101_1d59_4039_99a5_e725a819409d
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 Polizeiposten Retrieve features filtered by: ID Polizeiposten (Integer) integer
Name Retrieve features filtered by: Name (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Strasse Retrieve features filtered by: Strasse (String) string
Ort Retrieve features filtered by: Ort (String) string
Aktiv Retrieve features filtered by: Aktiv (String) string
Link zum Polizeiposten Retrieve features filtered by: Link zum Polizeiposten (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Polizeiposten', 'Name', 'Beschreibung', 'Strasse', 'Ort', 'Aktiv', 'Link zum Polizeiposten' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Polizeiposten' 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_Polizeiposten_e225f101_1d59_4039_99a5_e725a819409d_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 'Polizeiposten' feature collection
OperationId
describeCollection_Polizeiposten_e225f101_1d59_4039_99a5_e725a819409d
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 'Polizeiposten' 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 'Quartierangebote' feature collection
OperationId
getFeature_Quartierangebote_3c7b0316_3f44_44e4_8afd_c4f569ed026b_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 'Quartierangebote' 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 'Quartierangebote' feature collection
OperationId
getFeatures_Quartierangebote_3c7b0316_3f44_44e4_8afd_c4f569ed026b
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 Quartierangebot Retrieve features filtered by: ID Quartierangebot (Integer) integer
Name Retrieve features filtered by: Name (String) string
Typ Retrieve features filtered by: Typ (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
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 Quartierangebot', 'Name', 'Typ', 'Strasse', 'Postleitzahl', 'Ort', 'Telefon', 'Link' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Quartierangebote' 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_Quartierangebote_3c7b0316_3f44_44e4_8afd_c4f569ed026b_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 'Quartierangebote' feature collection
OperationId
describeCollection_Quartierangebote_3c7b0316_3f44_44e4_8afd_c4f569ed026b
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 'Quartierangebote' 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 'Rechtlicher Wald' feature collection
OperationId
getFeature_RechtlicherWald_490309c3_0ee0_4699_b785_97f3d7c2e77c_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 'Rechtlicher Wald' 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 'Rechtlicher Wald' feature collection
OperationId
getFeatures_RechtlicherWald_490309c3_0ee0_4699_b785_97f3d7c2e77c
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 Wald Retrieve features filtered by: ID Wald (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Wald' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Rechtlicher Wald' 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_RechtlicherWald_490309c3_0ee0_4699_b785_97f3d7c2e77c_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 'Rechtlicher Wald' feature collection
OperationId
describeCollection_RechtlicherWald_490309c3_0ee0_4699_b785_97f3d7c2e77c
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 'Rechtlicher Wald' 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 'Richtplankarte - Mobilität: Fläche' feature collection
OperationId
getFeature_Mobilitaet_Flaeche_4130a436_f5f6_4a59_992c_71406c1e7a72_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 'Richtplankarte - Mobilität: Flä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 'Richtplankarte - Mobilität: Fläche' feature collection
OperationId
getFeatures_Mobilitaet_Flaeche_4130a436_f5f6_4a59_992c_71406c1e7a72
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (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: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Mobilität: Flä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_Mobilitaet_Flaeche_4130a436_f5f6_4a59_992c_71406c1e7a72_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 'Richtplankarte - Mobilität: Fläche' feature collection
OperationId
describeCollection_Mobilitaet_Flaeche_4130a436_f5f6_4a59_992c_71406c1e7a72
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 'Richtplankarte - Mobilität: Flä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 'Richtplankarte - Mobilität: Linie' feature collection
OperationId
getFeature_Mobilitaet_Linie_77170aa1_427f_47d7_bdfb_97f6df344966_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 'Richtplankarte - Mobilität: Linie' 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 'Richtplankarte - Mobilität: Linie' feature collection
OperationId
getFeatures_Mobilitaet_Linie_77170aa1_427f_47d7_bdfb_97f6df344966
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
Weblink Retrieve features filtered by: Weblink (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (String) string
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Weblink', 'Zusatzinformation', 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Mobilität: Linie' 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_Mobilitaet_Linie_77170aa1_427f_47d7_bdfb_97f6df344966_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 'Richtplankarte - Mobilität: Linie' feature collection
OperationId
describeCollection_Mobilitaet_Linie_77170aa1_427f_47d7_bdfb_97f6df344966
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 'Richtplankarte - Mobilität: Linie' 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 'Richtplankarte - Mobilität: Punkt' feature collection
OperationId
getFeature_Mobilitaet_Punkt_aa69072f_85a3_4559_a7d0_3fbacf97c6dc_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 'Richtplankarte - Mobilität: Punkt' 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 'Richtplankarte - Mobilität: Punkt' feature collection
OperationId
getFeatures_Mobilitaet_Punkt_aa69072f_85a3_4559_a7d0_3fbacf97c6dc
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (String) string
Weblink Retrieve features filtered by: Weblink (String) string
Rotation Retrieve features filtered by: Rotation (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink', 'Rotation' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Mobilität: Punkt' 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_Mobilitaet_Punkt_aa69072f_85a3_4559_a7d0_3fbacf97c6dc_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 'Richtplankarte - Mobilität: Punkt' feature collection
OperationId
describeCollection_Mobilitaet_Punkt_aa69072f_85a3_4559_a7d0_3fbacf97c6dc
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 'Richtplankarte - Mobilität: Punkt' 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 'Richtplankarte - Natur und Landschaft: Fläche' feature collection
OperationId
getFeature_Natur_Landschaft_Flaeche_25f05ac6_67b6_4867_8839_99064233e8dc_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 'Richtplankarte - Natur und Landschaft: Flä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 'Richtplankarte - Natur und Landschaft: Fläche' feature collection
OperationId
getFeatures_Natur_Landschaft_Flaeche_25f05ac6_67b6_4867_8839_99064233e8dc
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Weblink Retrieve features filtered by: Weblink (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Weblink', 'Zusatzinformation' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Natur und Landschaft: Flä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_Natur_Landschaft_Flaeche_25f05ac6_67b6_4867_8839_99064233e8dc_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 'Richtplankarte - Natur und Landschaft: Fläche' feature collection
OperationId
describeCollection_Natur_Landschaft_Flaeche_25f05ac6_67b6_4867_8839_99064233e8dc
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 'Richtplankarte - Natur und Landschaft: Flä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 'Richtplankarte - Natur und Landschaft: Linie' feature collection
OperationId
getFeature_Natur_Landschaft_Linie_3112273b_c47b_4d5a_8978_dab06137c282_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 'Richtplankarte - Natur und Landschaft: Linie' 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 'Richtplankarte - Natur und Landschaft: Linie' feature collection
OperationId
getFeatures_Natur_Landschaft_Linie_3112273b_c47b_4d5a_8978_dab06137c282
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (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: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Natur und Landschaft: Linie' 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_Natur_Landschaft_Linie_3112273b_c47b_4d5a_8978_dab06137c282_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 'Richtplankarte - Natur und Landschaft: Linie' feature collection
OperationId
describeCollection_Natur_Landschaft_Linie_3112273b_c47b_4d5a_8978_dab06137c282
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 'Richtplankarte - Natur und Landschaft: Linie' 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 'Richtplankarte - Natur und Landschaft: Punkt' feature collection
OperationId
getFeature_Natur_Landschaft_Punkt_987206c1_7c2c_4285_972e_0133ac89e5cd_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 'Richtplankarte - Natur und Landschaft: Punkt' 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 'Richtplankarte - Natur und Landschaft: Punkt' feature collection
OperationId
getFeatures_Natur_Landschaft_Punkt_987206c1_7c2c_4285_972e_0133ac89e5cd
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (String) string
Weblink Retrieve features filtered by: Weblink (String) string
Rotation Retrieve features filtered by: Rotation (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink', 'Rotation' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Natur und Landschaft: Punkt' 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_Natur_Landschaft_Punkt_987206c1_7c2c_4285_972e_0133ac89e5cd_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 'Richtplankarte - Natur und Landschaft: Punkt' feature collection
OperationId
describeCollection_Natur_Landschaft_Punkt_987206c1_7c2c_4285_972e_0133ac89e5cd
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 'Richtplankarte - Natur und Landschaft: Punkt' 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 'Richtplankarte - Siedlung: Fläche' feature collection
OperationId
getFeature_Siedlung_Flaeche_8f44d155_e215_4692_9da3_3d0b834b40f6_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 'Richtplankarte - Siedlung: Flä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 'Richtplankarte - Siedlung: Fläche' feature collection
OperationId
getFeatures_Siedlung_Flaeche_8f44d155_e215_4692_9da3_3d0b834b40f6
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (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: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Siedlung: Flä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_Siedlung_Flaeche_8f44d155_e215_4692_9da3_3d0b834b40f6_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 'Richtplankarte - Siedlung: Fläche' feature collection
OperationId
describeCollection_Siedlung_Flaeche_8f44d155_e215_4692_9da3_3d0b834b40f6
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 'Richtplankarte - Siedlung: Flä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 'Richtplankarte - Siedlung: Linie' feature collection
OperationId
getFeature_Siedlung_Linie_0a817fac_e9f7_4c88_8574_3cb99797b647_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 'Richtplankarte - Siedlung: Linie' 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 'Richtplankarte - Siedlung: Linie' feature collection
OperationId
getFeatures_Siedlung_Linie_0a817fac_e9f7_4c88_8574_3cb99797b647
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (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: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Siedlung: Linie' 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_Siedlung_Linie_0a817fac_e9f7_4c88_8574_3cb99797b647_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 'Richtplankarte - Siedlung: Linie' feature collection
OperationId
describeCollection_Siedlung_Linie_0a817fac_e9f7_4c88_8574_3cb99797b647
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 'Richtplankarte - Siedlung: Linie' 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 'Richtplankarte - Siedlung: Punkt' feature collection
OperationId
getFeature_Siedlung_Punkt_572c22c7_e0c6_4293_a1ae_f0e56776d2ec_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 'Richtplankarte - Siedlung: Punkt' 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 'Richtplankarte - Siedlung: Punkt' feature collection
OperationId
getFeatures_Siedlung_Punkt_572c22c7_e0c6_4293_a1ae_f0e56776d2ec
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (String) string
Weblink Retrieve features filtered by: Weblink (String) string
Rotation Retrieve features filtered by: Rotation (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink', 'Rotation' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Siedlung: Punkt' 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_Siedlung_Punkt_572c22c7_e0c6_4293_a1ae_f0e56776d2ec_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 'Richtplankarte - Siedlung: Punkt' feature collection
OperationId
describeCollection_Siedlung_Punkt_572c22c7_e0c6_4293_a1ae_f0e56776d2ec
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 'Richtplankarte - Siedlung: Punkt' 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 'Richtplankarte - Ver- und Entsorgung: Fläche' feature collection
OperationId
getFeature_Ver_Entsorgung_Flaeche_78278f0d_d1ff_46ef_b3d6_372fc690e203_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 'Richtplankarte - Ver- und Entsorgung: Flä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 'Richtplankarte - Ver- und Entsorgung: Fläche' feature collection
OperationId
getFeatures_Ver_Entsorgung_Flaeche_78278f0d_d1ff_46ef_b3d6_372fc690e203
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (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: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Ver- und Entsorgung: Flä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_Ver_Entsorgung_Flaeche_78278f0d_d1ff_46ef_b3d6_372fc690e203_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 'Richtplankarte - Ver- und Entsorgung: Fläche' feature collection
OperationId
describeCollection_Ver_Entsorgung_Flaeche_78278f0d_d1ff_46ef_b3d6_372fc690e203
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 'Richtplankarte - Ver- und Entsorgung: Flä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 'Richtplankarte - Ver- und Entsorgung: Linie' feature collection
OperationId
getFeature_Ver_Entsorgung_Linie_fbee10bb_dab8_4e39_ab5b_c81491a1033a_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 'Richtplankarte - Ver- und Entsorgung: Linie' 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 'Richtplankarte - Ver- und Entsorgung: Linie' feature collection
OperationId
getFeatures_Ver_Entsorgung_Linie_fbee10bb_dab8_4e39_ab5b_c81491a1033a
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (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: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Zusatzinformation', 'Weblink' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Ver- und Entsorgung: Linie' 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_Ver_Entsorgung_Linie_fbee10bb_dab8_4e39_ab5b_c81491a1033a_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 'Richtplankarte - Ver- und Entsorgung: Linie' feature collection
OperationId
describeCollection_Ver_Entsorgung_Linie_fbee10bb_dab8_4e39_ab5b_c81491a1033a
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 'Richtplankarte - Ver- und Entsorgung: Linie' 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 'Richtplankarte - Ver- und Entsorgung: Punkt' feature collection
OperationId
getFeature_Ver_Entsorgung_Punkt_33457ff8_42a2_4ea2_8d31_f1f3627faa88_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 'Richtplankarte - Ver- und Entsorgung: Punkt' 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 'Richtplankarte - Ver- und Entsorgung: Punkt' feature collection
OperationId
getFeatures_Ver_Entsorgung_Punkt_33457ff8_42a2_4ea2_8d31_f1f3627faa88
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
Objektblatt Nummer Retrieve features filtered by: Objektblatt Nummer (String) string
Objektblatt Name Retrieve features filtered by: Objektblatt Name (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Massnahme Nummer Retrieve features filtered by: Massnahme Nummer (String) string
Massnahme Name Retrieve features filtered by: Massnahme Name (String) string
Koordinationsstand Retrieve features filtered by: Koordinationsstand (String) string
Weblink Retrieve features filtered by: Weblink (String) string
Zusatzinformation Retrieve features filtered by: Zusatzinformation (String) string
Rotation Retrieve features filtered by: Rotation (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Objektblatt Nummer', 'Objektblatt Name', 'Bezeichnung', 'Massnahme Nummer', 'Massnahme Name', 'Koordinationsstand', 'Weblink', 'Zusatzinformation', 'Rotation' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Richtplankarte - Ver- und Entsorgung: Punkt' 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_Ver_Entsorgung_Punkt_33457ff8_42a2_4ea2_8d31_f1f3627faa88_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 'Richtplankarte - Ver- und Entsorgung: Punkt' feature collection
OperationId
describeCollection_Ver_Entsorgung_Punkt_33457ff8_42a2_4ea2_8d31_f1f3627faa88
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 'Richtplankarte - Ver- und Entsorgung: Punkt' 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 'Sanitäre Anlagen' feature collection
OperationId
getFeature_Anlage_c26cd2d3_1655_4fb0_a135_a03593170b4e_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 'Sanitäre Anlagen' 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 'Sanitäre Anlagen' feature collection
OperationId
getFeatures_Anlage_c26cd2d3_1655_4fb0_a135_a03593170b4e
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 Sanitäre Anlage Retrieve features filtered by: ID Sanitäre Anlage (String) string
Anlagentyp Retrieve features filtered by: Anlagentyp (String) string
Status Retrieve features filtered by: Status (String) string
Kategorie Retrieve features filtered by: Kategorie (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Strasse Retrieve features filtered by: Strasse (String) string
Postleitzahl Retrieve features filtered by: Postleitzahl (Integer) integer
Zusatzinformation Retrieve features filtered by: Zusatzinformation (String) string
Gebühr Retrieve features filtered by: Gebühr (String) string
Eurokey Retrieve features filtered by: Eurokey (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 Sanitäre Anlage', 'Anlagentyp', 'Status', 'Kategorie', 'Bezeichnung', 'Strasse', 'Postleitzahl', 'Zusatzinformation', 'Gebühr', 'Eurokey', 'Link' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Sanitäre Anlagen' 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_Anlage_c26cd2d3_1655_4fb0_a135_a03593170b4e_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 'Sanitäre Anlagen' feature collection
OperationId
describeCollection_Anlage_c26cd2d3_1655_4fb0_a135_a03593170b4e
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 'Sanitäre Anlagen' 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 'Schallpegelmessungen (Smart Climate)' feature collection
OperationId
getFeature_Schallpegelmessungen_18899b41_78bb_496b_a843_783e2a66c193_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 'Schallpegelmessungen (Smart Climate)' 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 'Schallpegelmessungen (Smart Climate)' feature collection
OperationId
getFeatures_Schallpegelmessungen_18899b41_78bb_496b_a843_783e2a66c193
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 EUI Retrieve features filtered by: ID EUI (String) string
Messstation Retrieve features filtered by: Messstation (String) string
Messwert Retrieve features filtered by: Messwert (String) string
Standort Retrieve features filtered by: Standort (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID EUI', 'Messstation', 'Messwert', 'Standort' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schallpegelmessungen (Smart Climate)' 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_Schallpegelmessungen_18899b41_78bb_496b_a843_783e2a66c193_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 'Schallpegelmessungen (Smart Climate)' feature collection
OperationId
describeCollection_Schallpegelmessungen_18899b41_78bb_496b_a843_783e2a66c193
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 'Schallpegelmessungen (Smart Climate)' 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 'Schützenswerte Ortsbilder nach ISOS - Baugruppe' feature collection
OperationId
getFeature_Baugruppe_306d104a_bea1_41f7_ae7a_13cf170baa4c_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 'Schützenswerte Ortsbilder nach ISOS - Baugruppe' 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 'Schützenswerte Ortsbilder nach ISOS - Baugruppe' feature collection
OperationId
getFeatures_Baugruppe_306d104a_bea1_41f7_ae7a_13cf170baa4c
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
Art Retrieve features filtered by: Art (String) string
Art Text Retrieve features filtered by: Art Text (String) string
Benennung Retrieve features filtered by: Benennung (String) string
Aufnahmekategorie Retrieve features filtered by: Aufnahmekategorie (String) string
Aufnahmekategorie Text Retrieve features filtered by: Aufnahmekategorie Text (String) string
Räumliche Qualität Retrieve features filtered by: Räumliche Qualität (String) string
Räumliche Qualität Text Retrieve features filtered by: Räumliche Qualität Text (String) string
Architekturhistorische Qualität Retrieve features filtered by: Architekturhistorische Qualität (String) string
Architekturhistorische Qualität Text Retrieve features filtered by: Architekturhistorische Qualität Text (String) string
Bedeutung Retrieve features filtered by: Bedeutung (String) string
Bedeutung Text Retrieve features filtered by: Bedeutung Text (String) string
Erhaltungsziel Retrieve features filtered by: Erhaltungsziel (String) string
Erhaltungsziel Text Retrieve features filtered by: Erhaltungsziel Text (String) string
Hinweis Retrieve features filtered by: Hinweis (String) string
Hinweis Text Retrieve features filtered by: Hinweis Text (String) string
Störend Retrieve features filtered by: Störend (String) string
Störend Text Retrieve features filtered by: Störend Text (String) string
Bild-Nr. Retrieve features filtered by: Bild-Nr. (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Art', 'Art Text', 'Benennung', 'Aufnahmekategorie', 'Aufnahmekategorie Text', 'Räumliche Qualität', 'Räumliche Qualität Text', 'Architekturhistorische Qualität', 'Architekturhistorische Qualität Text', 'Bedeutung', 'Bedeutung Text', 'Erhaltungsziel', 'Erhaltungsziel Text', 'Hinweis', 'Hinweis Text', 'Störend', 'Störend Text', 'Bild-Nr.' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schützenswerte Ortsbilder nach ISOS - Baugruppe' 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_Baugruppe_306d104a_bea1_41f7_ae7a_13cf170baa4c_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 'Schützenswerte Ortsbilder nach ISOS - Baugruppe' feature collection
OperationId
describeCollection_Baugruppe_306d104a_bea1_41f7_ae7a_13cf170baa4c
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 'Schützenswerte Ortsbilder nach ISOS - Baugruppe' 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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Baum' feature collection
OperationId
getFeature_Einzelelement_Baum_5f44c70a_9c99_4656_b586_c9b0aec313dd_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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Baum' 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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Baum' feature collection
OperationId
getFeatures_Einzelelement_Baum_5f44c70a_9c99_4656_b586_c9b0aec313dd
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
Art Retrieve features filtered by: Art (String) string
Art Text Retrieve features filtered by: Art Text (String) string
Benennung Retrieve features filtered by: Benennung (String) string
Räumliche Qualität Retrieve features filtered by: Räumliche Qualität (String) string
Räumliche Qualität Text Retrieve features filtered by: Räumliche Qualität Text (String) string
Architekturhistorische Qualität Retrieve features filtered by: Architekturhistorische Qualität (String) string
Architekturhistorische Qualität Text Retrieve features filtered by: Architekturhistorische Qualität Text (String) string
Bedeutung Retrieve features filtered by: Bedeutung (String) string
Bedeutung Text Retrieve features filtered by: Bedeutung Text (String) string
Erhaltungsziel Retrieve features filtered by: Erhaltungsziel (String) string
Erhaltungsziel Text Retrieve features filtered by: Erhaltungsziel Text (String) string
Hinweis Retrieve features filtered by: Hinweis (String) string
Hinweis Text Retrieve features filtered by: Hinweis Text (String) string
Störend Retrieve features filtered by: Störend (String) string
Störend Text Retrieve features filtered by: Störend Text (String) string
Bild-Nr. Retrieve features filtered by: Bild-Nr. (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Art', 'Art Text', 'Benennung', 'Räumliche Qualität', 'Räumliche Qualität Text', 'Architekturhistorische Qualität', 'Architekturhistorische Qualität Text', 'Bedeutung', 'Bedeutung Text', 'Erhaltungsziel', 'Erhaltungsziel Text', 'Hinweis', 'Hinweis Text', 'Störend', 'Störend Text', 'Bild-Nr.' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Baum' 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_Einzelelement_Baum_5f44c70a_9c99_4656_b586_c9b0aec313dd_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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Baum' feature collection
OperationId
describeCollection_Einzelelement_Baum_5f44c70a_9c99_4656_b586_c9b0aec313dd
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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Baum' 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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Einzelelemente' feature collection
OperationId
getFeature_Einzelelement_Einzelelemente_f87f4f45_788e_40be_9c79_d5722d50cf01_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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Einzelelemente' 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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Einzelelemente' feature collection
OperationId
getFeatures_Einzelelement_Einzelelemente_f87f4f45_788e_40be_9c79_d5722d50cf01
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
Art Retrieve features filtered by: Art (String) string
Art Text Retrieve features filtered by: Art Text (String) string
Benennung Retrieve features filtered by: Benennung (String) string
Räumliche Qualität Retrieve features filtered by: Räumliche Qualität (String) string
Räumliche Qualität Text Retrieve features filtered by: Räumliche Qualität Text (String) string
Architekturhistorische Qualität Retrieve features filtered by: Architekturhistorische Qualität (String) string
Architekturhistorische Qualität Text Retrieve features filtered by: Architekturhistorische Qualität Text (String) string
Bedeutung Retrieve features filtered by: Bedeutung (String) string
Bedeutung Text Retrieve features filtered by: Bedeutung Text (String) string
Erhaltungsziel Retrieve features filtered by: Erhaltungsziel (String) string
Erhaltungsziel Text Retrieve features filtered by: Erhaltungsziel Text (String) string
Hinweis Retrieve features filtered by: Hinweis (String) string
Hinweis Text Retrieve features filtered by: Hinweis Text (String) string
Störend Retrieve features filtered by: Störend (String) string
Störend Text Retrieve features filtered by: Störend Text (String) string
Bild-Nr. Retrieve features filtered by: Bild-Nr. (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Art', 'Art Text', 'Benennung', 'Räumliche Qualität', 'Räumliche Qualität Text', 'Architekturhistorische Qualität', 'Architekturhistorische Qualität Text', 'Bedeutung', 'Bedeutung Text', 'Erhaltungsziel', 'Erhaltungsziel Text', 'Hinweis', 'Hinweis Text', 'Störend', 'Störend Text', 'Bild-Nr.' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Einzelelemente' 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_Einzelelement_Einzelelemente_f87f4f45_788e_40be_9c79_d5722d50cf01_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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Einzelelemente' feature collection
OperationId
describeCollection_Einzelelement_Einzelelemente_f87f4f45_788e_40be_9c79_d5722d50cf01
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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Einzelelemente' 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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Gebäude' feature collection
OperationId
getFeature_Einzelelement_Gebaeude_f9ef1187_4a8d_4355_a855_d12496b6bbe8_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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Gebäude' 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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Gebäude' feature collection
OperationId
getFeatures_Einzelelement_Gebaeude_f9ef1187_4a8d_4355_a855_d12496b6bbe8
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
Art Retrieve features filtered by: Art (String) string
Art Text Retrieve features filtered by: Art Text (String) string
Benennung Retrieve features filtered by: Benennung (String) string
Räumliche Qualität Retrieve features filtered by: Räumliche Qualität (String) string
Räumliche Qualität Text Retrieve features filtered by: Räumliche Qualität Text (String) string
Architekturhistorische Qualität Retrieve features filtered by: Architekturhistorische Qualität (String) string
Architekturhistorische Qualität Text Retrieve features filtered by: Architekturhistorische Qualität Text (String) string
Bedeutung Retrieve features filtered by: Bedeutung (String) string
Bedeutung Text Retrieve features filtered by: Bedeutung Text (String) string
Erhaltungsziel Retrieve features filtered by: Erhaltungsziel (String) string
Erhaltungsziel Text Retrieve features filtered by: Erhaltungsziel Text (String) string
Hinweis Retrieve features filtered by: Hinweis (String) string
Hinweis Text Retrieve features filtered by: Hinweis Text (String) string
Störend Retrieve features filtered by: Störend (String) string
Störend Text Retrieve features filtered by: Störend Text (String) string
Bild-Nr. Retrieve features filtered by: Bild-Nr. (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Art', 'Art Text', 'Benennung', 'Räumliche Qualität', 'Räumliche Qualität Text', 'Architekturhistorische Qualität', 'Architekturhistorische Qualität Text', 'Bedeutung', 'Bedeutung Text', 'Erhaltungsziel', 'Erhaltungsziel Text', 'Hinweis', 'Hinweis Text', 'Störend', 'Störend Text', 'Bild-Nr.' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Gebäude' 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_Einzelelement_Gebaeude_f9ef1187_4a8d_4355_a855_d12496b6bbe8_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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Gebäude' feature collection
OperationId
describeCollection_Einzelelement_Gebaeude_f9ef1187_4a8d_4355_a855_d12496b6bbe8
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 'Schützenswerte Ortsbilder nach ISOS - Einzelelement: Gebäude' 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 'Schützenswerte Ortsbilder nach ISOS - Gebiet' feature collection
OperationId
getFeature_Gebiet_06026956_8ba8_4c78_9e91_cfea240f1551_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 'Schützenswerte Ortsbilder nach ISOS - Gebiet' 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 'Schützenswerte Ortsbilder nach ISOS - Gebiet' feature collection
OperationId
getFeatures_Gebiet_06026956_8ba8_4c78_9e91_cfea240f1551
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
Art Retrieve features filtered by: Art (String) string
Art Text Retrieve features filtered by: Art Text (String) string
Benennung Retrieve features filtered by: Benennung (String) string
Aufnahmekategorie Retrieve features filtered by: Aufnahmekategorie (String) string
Aufnahmekategorie Text Retrieve features filtered by: Aufnahmekategorie Text (String) string
Räumliche Qualität Retrieve features filtered by: Räumliche Qualität (String) string
Räumliche Qualität Text Retrieve features filtered by: Räumliche Qualität Text (String) string
Architekturhistorische Qualität Retrieve features filtered by: Architekturhistorische Qualität (String) string
Architekturhistorische Qualität Text Retrieve features filtered by: Architekturhistorische Qualität Text (String) string
Bedeutung Retrieve features filtered by: Bedeutung (String) string
Bedeutung Text Retrieve features filtered by: Bedeutung Text (String) string
Erhaltungsziel Retrieve features filtered by: Erhaltungsziel (String) string
Erhaltungsziel Text Retrieve features filtered by: Erhaltungsziel Text (String) string
Hinweis Retrieve features filtered by: Hinweis (String) string
Hinweis Text Retrieve features filtered by: Hinweis Text (String) string
Störend Retrieve features filtered by: Störend (String) string
Störend Text Retrieve features filtered by: Störend Text (String) string
Bild-Nr. Retrieve features filtered by: Bild-Nr. (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Art', 'Art Text', 'Benennung', 'Aufnahmekategorie', 'Aufnahmekategorie Text', 'Räumliche Qualität', 'Räumliche Qualität Text', 'Architekturhistorische Qualität', 'Architekturhistorische Qualität Text', 'Bedeutung', 'Bedeutung Text', 'Erhaltungsziel', 'Erhaltungsziel Text', 'Hinweis', 'Hinweis Text', 'Störend', 'Störend Text', 'Bild-Nr.' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schützenswerte Ortsbilder nach ISOS - Gebiet' 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_Gebiet_06026956_8ba8_4c78_9e91_cfea240f1551_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 'Schützenswerte Ortsbilder nach ISOS - Gebiet' feature collection
OperationId
describeCollection_Gebiet_06026956_8ba8_4c78_9e91_cfea240f1551
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 'Schützenswerte Ortsbilder nach ISOS - Gebiet' 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 'Schützenswerte Ortsbilder nach ISOS - Umgebungsrichtung' feature collection
OperationId
getFeature_Umgebungsrichtung_e745035b_4ff7_44d0_bdd7_5fd19284e525_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 'Schützenswerte Ortsbilder nach ISOS - Umgebungsrichtung' 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 'Schützenswerte Ortsbilder nach ISOS - Umgebungsrichtung' feature collection
OperationId
getFeatures_Umgebungsrichtung_e745035b_4ff7_44d0_bdd7_5fd19284e525
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
Art Retrieve features filtered by: Art (String) string
Art Text Retrieve features filtered by: Art Text (String) string
Benennung Retrieve features filtered by: Benennung (String) string
Aufnahmekategorie Retrieve features filtered by: Aufnahmekategorie (String) string
Aufnahmekategorie Text Retrieve features filtered by: Aufnahmekategorie Text (String) string
Räumliche Qualität Retrieve features filtered by: Räumliche Qualität (String) string
Räumliche Qualität Text Retrieve features filtered by: Räumliche Qualität Text (String) string
Architekturhistorische Qualität Retrieve features filtered by: Architekturhistorische Qualität (String) string
Architekturhistorische Qualität Text Retrieve features filtered by: Architekturhistorische Qualität Text (String) string
Bedeutung Retrieve features filtered by: Bedeutung (String) string
Bedeutung Text Retrieve features filtered by: Bedeutung Text (String) string
Erhaltungsziel Retrieve features filtered by: Erhaltungsziel (String) string
Erhaltungsziel Text Retrieve features filtered by: Erhaltungsziel Text (String) string
Hinweis Retrieve features filtered by: Hinweis (String) string
Hinweis Text Retrieve features filtered by: Hinweis Text (String) string
Störend Retrieve features filtered by: Störend (String) string
Störend Text Retrieve features filtered by: Störend Text (String) string
Bild-Nr. Retrieve features filtered by: Bild-Nr. (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Art', 'Art Text', 'Benennung', 'Aufnahmekategorie', 'Aufnahmekategorie Text', 'Räumliche Qualität', 'Räumliche Qualität Text', 'Architekturhistorische Qualität', 'Architekturhistorische Qualität Text', 'Bedeutung', 'Bedeutung Text', 'Erhaltungsziel', 'Erhaltungsziel Text', 'Hinweis', 'Hinweis Text', 'Störend', 'Störend Text', 'Bild-Nr.' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schützenswerte Ortsbilder nach ISOS - Umgebungsrichtung' 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_Umgebungsrichtung_e745035b_4ff7_44d0_bdd7_5fd19284e525_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 'Schützenswerte Ortsbilder nach ISOS - Umgebungsrichtung' feature collection
OperationId
describeCollection_Umgebungsrichtung_e745035b_4ff7_44d0_bdd7_5fd19284e525
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 'Schützenswerte Ortsbilder nach ISOS - Umgebungsrichtung' 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 'Schützenswerte Ortsbilder nach ISOS - Umgebungszone' feature collection
OperationId
getFeature_Umgebungszone_602c0819_54e6_4479_94dd_50653cc5bd2a_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 'Schützenswerte Ortsbilder nach ISOS - Umgebungszone' 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 'Schützenswerte Ortsbilder nach ISOS - Umgebungszone' feature collection
OperationId
getFeatures_Umgebungszone_602c0819_54e6_4479_94dd_50653cc5bd2a
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
Art Retrieve features filtered by: Art (String) string
Art Text Retrieve features filtered by: Art Text (String) string
Benennung Retrieve features filtered by: Benennung (String) string
Aufnahmekategorie Retrieve features filtered by: Aufnahmekategorie (String) string
Aufnahmekategorie Text Retrieve features filtered by: Aufnahmekategorie Text (String) string
Räumliche Qualität Retrieve features filtered by: Räumliche Qualität (String) string
Räumliche Qualität Text Retrieve features filtered by: Räumliche Qualität Text (String) string
Architekturhistorische Qualität Retrieve features filtered by: Architekturhistorische Qualität (String) string
Architekturhistorische Qualität Text Retrieve features filtered by: Architekturhistorische Qualität Text (String) string
Bedeutung Retrieve features filtered by: Bedeutung (String) string
Bedeutung Text Retrieve features filtered by: Bedeutung Text (String) string
Erhaltungsziel Retrieve features filtered by: Erhaltungsziel (String) string
Erhaltungsziel Text Retrieve features filtered by: Erhaltungsziel Text (String) string
Hinweis Retrieve features filtered by: Hinweis (String) string
Hinweis Text Retrieve features filtered by: Hinweis Text (String) string
Störend Retrieve features filtered by: Störend (String) string
Störend Text Retrieve features filtered by: Störend Text (String) string
Bild-Nr. Retrieve features filtered by: Bild-Nr. (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Nummer', 'Art', 'Art Text', 'Benennung', 'Aufnahmekategorie', 'Aufnahmekategorie Text', 'Räumliche Qualität', 'Räumliche Qualität Text', 'Architekturhistorische Qualität', 'Architekturhistorische Qualität Text', 'Bedeutung', 'Bedeutung Text', 'Erhaltungsziel', 'Erhaltungsziel Text', 'Hinweis', 'Hinweis Text', 'Störend', 'Störend Text', 'Bild-Nr.' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schützenswerte Ortsbilder nach ISOS - Umgebungszone' 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_Umgebungszone_602c0819_54e6_4479_94dd_50653cc5bd2a_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 'Schützenswerte Ortsbilder nach ISOS - Umgebungszone' feature collection
OperationId
describeCollection_Umgebungszone_602c0819_54e6_4479_94dd_50653cc5bd2a
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 'Schützenswerte Ortsbilder nach ISOS - Umgebungszone' 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 'Schwammstadt-Eignung nach Tagesverkehr (DTV 2023: Fz/Tag)' feature collection
OperationId
getFeature_Verkehrsbelastung_Schwammstadteignung_eb0be7f6_d448_4426_830d_6088ee88e31e_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 'Schwammstadt-Eignung nach Tagesverkehr (DTV 2023: Fz/Tag)' 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 'Schwammstadt-Eignung nach Tagesverkehr (DTV 2023: Fz/Tag)' feature collection
OperationId
getFeatures_Verkehrsbelastung_Schwammstadteignung_eb0be7f6_d448_4426_830d_6088ee88e31e
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
Strassenname Retrieve features filtered by: Strassenname (String) string
Fahrtrichtung (Einbahn) Retrieve features filtered by: Fahrtrichtung (Einbahn) (String) string
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Verkehrsbelastung (DTV) Retrieve features filtered by: Verkehrsbelastung (DTV) (String) string
Eignung nach Verkehrsbelastung Retrieve features filtered by: Eignung nach Verkehrsbelastung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Strassenname', 'Fahrtrichtung (Einbahn)', 'Strassenabschnittslänge', 'Verkehrsbelastung (DTV)', 'Eignung nach Verkehrsbelastung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Schwammstadt-Eignung nach Tagesverkehr (DTV 2023: Fz/Tag)' 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_Verkehrsbelastung_Schwammstadteignung_eb0be7f6_d448_4426_830d_6088ee88e31e_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 'Schwammstadt-Eignung nach Tagesverkehr (DTV 2023: Fz/Tag)' feature collection
OperationId
describeCollection_Verkehrsbelastung_Schwammstadteignung_eb0be7f6_d448_4426_830d_6088ee88e31e
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 'Schwammstadt-Eignung nach Tagesverkehr (DTV 2023: Fz/Tag)' 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 'Signalisierte Velorouten' feature collection
OperationId
getFeature_signalisierte_Velorouten_4918d606_2c9d_4e0a_9204_a536b7fe2213_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 'Signalisierte Velorouten' 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 'Signalisierte Velorouten' feature collection
OperationId
getFeatures_signalisierte_Velorouten_4918d606_2c9d_4e0a_9204_a536b7fe2213
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 signalisierte Veloroute Retrieve features filtered by: ID signalisierte Veloroute (Integer) integer
Fahrtrichtung Retrieve features filtered by: Fahrtrichtung (String) string
Beschreibung der Fahrtrichtung Retrieve features filtered by: Beschreibung der Fahrtrichtung (String) string
Länge des Routenabschnitts Retrieve features filtered by: Länge des Routenabschnitts (Double) number
Weiterführende Informationen Retrieve features filtered by: Weiterführende Informationen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID signalisierte Veloroute', 'Fahrtrichtung', 'Beschreibung der Fahrtrichtung', 'Länge des Routenabschnitts', 'Weiterführende Informationen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Signalisierte Velorouten' 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_signalisierte_Velorouten_4918d606_2c9d_4e0a_9204_a536b7fe2213_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 'Signalisierte Velorouten' feature collection
OperationId
describeCollection_signalisierte_Velorouten_4918d606_2c9d_4e0a_9204_a536b7fe2213
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 'Signalisierte Velorouten' 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 'Spezielle Bauvorschriften und Bebauungspläne im Kanton Basel-Stadt' feature collection
OperationId
getFeature_Bebauungspl_ne_Kanton_Basel_Stadt_2e805bf7_5a2d_4e87_a2d0_7b8e46e4b0ce_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 'Spezielle Bauvorschriften und Bebauungspläne im Kanton Basel-Stadt' 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 'Spezielle Bauvorschriften und Bebauungspläne im Kanton Basel-Stadt' feature collection
OperationId
getFeatures_Bebauungspl_ne_Kanton_Basel_Stadt_2e805bf7_5a2d_4e87_a2d0_7b8e46e4b0ce
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Link zu den Rechtsdokumenten Retrieve features filtered by: Link zu den Rechtsdokumenten (String) string
Gemeinde Retrieve features filtered by: Gemeinde (String) string
Datum Status Retrieve features filtered by: Datum Status (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Bezeichnung', 'Verbindlichkeit', 'Link zu den Rechtsdokumenten', 'Gemeinde', 'Datum Status', 'Rekurs Hängig', 'Geschäftsbezeichnung', 'Geschäftsstatus', '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 'Spezielle Bauvorschriften und Bebauungspläne im Kanton Basel-Stadt' 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_Bebauungspl_ne_Kanton_Basel_Stadt_2e805bf7_5a2d_4e87_a2d0_7b8e46e4b0ce_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 'Spezielle Bauvorschriften und Bebauungspläne im Kanton Basel-Stadt' feature collection
OperationId
describeCollection_Bebauungspl_ne_Kanton_Basel_Stadt_2e805bf7_5a2d_4e87_a2d0_7b8e46e4b0ce
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 'Spezielle Bauvorschriften und Bebauungspläne im Kanton Basel-Stadt' 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 'Spielgruppen mit Sprachförderung' feature collection
OperationId
getFeature_Spielgruppen_mit_Sprachf_rderung_10c25bbf_070c_4313_ba7f_dbe5b8fe718d_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 'Spielgruppen mit Sprachförderung' 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 'Spielgruppen mit Sprachförderung' feature collection
OperationId
getFeatures_Spielgruppen_mit_Sprachf_rderung_10c25bbf_070c_4313_ba7f_dbe5b8fe718d
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
Kontaktperson Retrieve features filtered by: Kontaktperson (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
Telefon Retrieve features filtered by: Telefon (String) string
Link Retrieve features filtered by: Link (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', 'Name', 'Kontaktperson', 'Adresse', 'Postleitzahl', 'Ort', 'Telefon', 'Link', 'E-Mail' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Spielgruppen mit Sprachförderung' 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_Spielgruppen_mit_Sprachf_rderung_10c25bbf_070c_4313_ba7f_dbe5b8fe718d_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 'Spielgruppen mit Sprachförderung' feature collection
OperationId
describeCollection_Spielgruppen_mit_Sprachf_rderung_10c25bbf_070c_4313_ba7f_dbe5b8fe718d
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 'Spielgruppen mit Sprachförderung' 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 'Spitäler' feature collection
OperationId
getFeature_Spital_3a872bf5_7130_4944_8a34_2b4e5b8a763f_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 'Spitäler' 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 'Spitäler' feature collection
OperationId
getFeatures_Spital_3a872bf5_7130_4944_8a34_2b4e5b8a763f
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 Institutionsnummer Retrieve features filtered by: ID Institutionsnummer (Integer) integer
Spitalname Retrieve features filtered by: Spitalname (String) string
Unterkategorie Retrieve features filtered by: Unterkategorie (String) string
Notfallstation Retrieve features filtered by: Notfallstation (String) string
Adresse Retrieve features filtered by: Adresse (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 Institutionsnummer', 'Spitalname', 'Unterkategorie', 'Notfallstation', 'Adresse', 'Telefon', 'Homepage' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Spitäler' 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_Spital_3a872bf5_7130_4944_8a34_2b4e5b8a763f_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 'Spitäler' feature collection
OperationId
describeCollection_Spital_3a872bf5_7130_4944_8a34_2b4e5b8a763f
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 'Spitäler' 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 'Sport und Bewegung' feature collection
OperationId
getFeature_virtual_layer_e3ce4176_3377_4bb6_bc08_0d540a8fc0f2_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 'Sport und Bewegung' 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 'Sport und Bewegung' feature collection
OperationId
getFeatures_virtual_layer_e3ce4176_3377_4bb6_bc08_0d540a8fc0f2
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 Anlage Retrieve features filtered by: ID Anlage (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
Strasse Retrieve features filtered by: Strasse (String) string
Postleitzahl Retrieve features filtered by: Postleitzahl (Integer) integer
Ortschaftsname Retrieve features filtered by: Ortschaftsname (String) string
Link zur Anlage Retrieve features filtered by: Link zur Anlage (String) string
Zuständigkeit Retrieve features filtered by: Zuständigkeit (String) string
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 Anlage', 'Kategorie', 'Name', 'Beschreibung', 'Strasse', 'Postleitzahl', 'Ortschaftsname', 'Link zur Anlage', 'Zuständigkeit', 'Bemerkung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Sport und Bewegung' 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_e3ce4176_3377_4bb6_bc08_0d540a8fc0f2_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 'Sport und Bewegung' feature collection
OperationId
describeCollection_virtual_layer_e3ce4176_3377_4bb6_bc08_0d540a8fc0f2
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 'Sport und Bewegung' 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 'Statische Waldgrenzen - Statische Waldgrenze' feature collection
OperationId
getFeature_Waldgrenze_5c038d49_8014_412a_97bd_42035a6758c9_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 'Statische Waldgrenzen - Statische Waldgrenze' 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 'Statische Waldgrenzen - Statische Waldgrenze' feature collection
OperationId
getFeatures_Waldgrenze_5c038d49_8014_412a_97bd_42035a6758c9
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 Waldgrenze Retrieve features filtered by: ID Waldgrenze (String) string
Art Retrieve features filtered by: Art (String) string
Abkürzung Retrieve features filtered by: Abkürzung (String) string
Bemerkungen Retrieve features filtered by: Bemerkungen (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 Waldgrenze', 'Art', 'Abkürzung', 'Bemerkungen', '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 'Statische Waldgrenzen - Statische Waldgrenze' 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_Waldgrenze_5c038d49_8014_412a_97bd_42035a6758c9_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 'Statische Waldgrenzen - Statische Waldgrenze' feature collection
OperationId
describeCollection_Waldgrenze_5c038d49_8014_412a_97bd_42035a6758c9
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 'Statische Waldgrenzen - Statische Waldgrenze' 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 'Statische Waldgrenzen - Statische Waldgrenze: laufende Änderung' feature collection
OperationId
getFeature_Statische_Waldgrenzen_ec3e65d8_a522_4400_836e_6d0a854f64f8_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 'Statische Waldgrenzen - Statische Waldgrenze: 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 'Statische Waldgrenzen - Statische Waldgrenze: laufende Änderung' feature collection
OperationId
getFeatures_Statische_Waldgrenzen_ec3e65d8_a522_4400_836e_6d0a854f64f8
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 Waldgrenze Retrieve features filtered by: ID Waldgrenze (String) string
Art Retrieve features filtered by: Art (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (String) string
Abkürzung Retrieve features filtered by: Abkürzung (String) string
Bemerkungen Retrieve features filtered by: Bemerkungen (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 Waldgrenze', 'Art', 'Projektierte Löschung', 'Abkürzung', 'Bemerkungen', '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 'Statische Waldgrenzen - Statische Waldgrenze: 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_Statische_Waldgrenzen_ec3e65d8_a522_4400_836e_6d0a854f64f8_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 'Statische Waldgrenzen - Statische Waldgrenze: laufende Änderung' feature collection
OperationId
describeCollection_Statische_Waldgrenzen_ec3e65d8_a522_4400_836e_6d0a854f64f8
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 'Statische Waldgrenzen - Statische Waldgrenze: 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 'Statistische Raumeinheiten - Bezirk' feature collection
OperationId
getFeature_Bezirk_6edc5869_90e2_48c4_a88e_dbb9d7c19438_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 'Statistische Raumeinheiten - Bezirk' 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 'Statistische Raumeinheiten - Bezirk' feature collection
OperationId
getFeatures_Bezirk_6edc5869_90e2_48c4_a88e_dbb9d7c19438
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 (String) string
Label Retrieve features filtered by: Label (String) string
Name Retrieve features filtered by: Name (String) string
ID Wohnviertel Retrieve features filtered by: ID Wohnviertel (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: 'ID', 'Label', 'Name', 'ID Wohnviertel', 'Gemeinde' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Statistische Raumeinheiten - Bezirk' 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_Bezirk_6edc5869_90e2_48c4_a88e_dbb9d7c19438_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 'Statistische Raumeinheiten - Bezirk' feature collection
OperationId
describeCollection_Bezirk_6edc5869_90e2_48c4_a88e_dbb9d7c19438
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 'Statistische Raumeinheiten - Bezirk' 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 'Statistische Raumeinheiten - Block' feature collection
OperationId
getFeature_Block_66c4844f_f7d4_4009_b6cc_ae95c838dcd6_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 'Statistische Raumeinheiten - Block' 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 'Statistische Raumeinheiten - Block' feature collection
OperationId
getFeatures_Block_66c4844f_f7d4_4009_b6cc_ae95c838dcd6
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 (String) string
Label Retrieve features filtered by: Label (String) string
ID Wohnviertel Retrieve features filtered by: ID Wohnviertel (String) string
ID Bezirk Retrieve features filtered by: ID Bezirk (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: 'ID', 'Label', 'ID Wohnviertel', 'ID Bezirk', 'Gemeinde' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Statistische Raumeinheiten - Block' 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_66c4844f_f7d4_4009_b6cc_ae95c838dcd6_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 'Statistische Raumeinheiten - Block' feature collection
OperationId
describeCollection_Block_66c4844f_f7d4_4009_b6cc_ae95c838dcd6
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 'Statistische Raumeinheiten - Block' 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 'Statistische Raumeinheiten - Blockseite' feature collection
OperationId
getFeature_Blockseite_dbaa81c9_cf65_403e_955a_b4520d4e4c2f_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 'Statistische Raumeinheiten - Blockseite' 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 'Statistische Raumeinheiten - Blockseite' feature collection
OperationId
getFeatures_Blockseite_dbaa81c9_cf65_403e_955a_b4520d4e4c2f
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 (String) string
Label Retrieve features filtered by: Label (String) string
Name Retrieve features filtered by: Name (String) string
Strassencode Retrieve features filtered by: Strassencode (Integer) integer
ID Bezirk Retrieve features filtered by: ID Bezirk (String) string
ID Block Retrieve features filtered by: ID Block (String) string
Gemeinde Retrieve features filtered by: Gemeinde (String) string
ID Wohnviertel Retrieve features filtered by: ID Wohnviertel (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID', 'Label', 'Name', 'Strassencode', 'ID Bezirk', 'ID Block', 'Gemeinde', 'ID Wohnviertel' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Statistische Raumeinheiten - Blockseite' 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_Blockseite_dbaa81c9_cf65_403e_955a_b4520d4e4c2f_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 'Statistische Raumeinheiten - Blockseite' feature collection
OperationId
describeCollection_Blockseite_dbaa81c9_cf65_403e_955a_b4520d4e4c2f
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 'Statistische Raumeinheiten - Blockseite' 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 'Statistische Raumeinheiten - Wohnviertel' feature collection
OperationId
getFeature_Wohnviertel_dcdd6922_ee82_4bf6_b573_e1f5328f957d_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 'Statistische Raumeinheiten - Wohnviertel' 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 'Statistische Raumeinheiten - Wohnviertel' feature collection
OperationId
getFeatures_Wohnviertel_dcdd6922_ee82_4bf6_b573_e1f5328f957d
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 (String) string
Label Retrieve features filtered by: Label (String) string
Name Retrieve features filtered by: Name (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: 'ID', 'Label', 'Name', 'Gemeinde' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Statistische Raumeinheiten - Wohnviertel' 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_Wohnviertel_dcdd6922_ee82_4bf6_b573_e1f5328f957d_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 'Statistische Raumeinheiten - Wohnviertel' feature collection
OperationId
describeCollection_Wohnviertel_dcdd6922_ee82_4bf6_b573_e1f5328f957d
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 'Statistische Raumeinheiten - Wohnviertel' 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 'Strassen und Wege - Durchgangsstrasse' feature collection
OperationId
getFeature_Durchgangsstrassen_f27533d1_789f_45c2_91ce_f75eb6364847_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 'Strassen und Wege - Durchgangsstrasse' 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 'Strassen und Wege - Durchgangsstrasse' feature collection
OperationId
getFeatures_Durchgangsstrassen_f27533d1_789f_45c2_91ce_f75eb6364847
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 Durchgangsstrasse Retrieve features filtered by: ID Durchgangsstrasse (Integer) integer
Durchgangsstrassennummer Retrieve features filtered by: Durchgangsstrassennummer (String) string
Durchgangsstrassentyp Retrieve features filtered by: Durchgangsstrassentyp (String) string
Strecke Retrieve features filtered by: Strecke (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 Durchgangsstrasse', 'Durchgangsstrassennummer', 'Durchgangsstrassentyp', 'Strecke', 'Bemerkungen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Durchgangsstrasse' 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_Durchgangsstrassen_f27533d1_789f_45c2_91ce_f75eb6364847_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 'Strassen und Wege - Durchgangsstrasse' feature collection
OperationId
describeCollection_Durchgangsstrassen_f27533d1_789f_45c2_91ce_f75eb6364847
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 'Strassen und Wege - Durchgangsstrasse' 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 'Strassen und Wege - Strasse/Weg - Kantonsstrassen in Riehen und Bettingen' feature collection
OperationId
getFeature_Strassen_und_Wege_cfb6c88c_c4ec_48f7_8ffd_180ca328af2b_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 'Strassen und Wege - Strasse/Weg - Kantonsstrassen in 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 'Strassen und Wege - Strasse/Weg - Kantonsstrassen in Riehen und Bettingen' feature collection
OperationId
getFeatures_Strassen_und_Wege_cfb6c88c_c4ec_48f7_8ffd_180ca328af2b
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 Strasse/Weg Retrieve features filtered by: ID Strasse/Weg (Integer) integer
Strassennummer Retrieve features filtered by: Strassennummer (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Strassennetzhierarchie Code Retrieve features filtered by: Strassennetzhierarchie Code (String) string
Strassennetzhierarchie Text Retrieve features filtered by: Strassennetzhierarchie Text (String) string
Strassenkategorie Retrieve features filtered by: Strassenkategorie (String) string
Wegkategorie Retrieve features filtered by: Wegkategorie (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Temporegime Retrieve features filtered by: Temporegime (String) string
Strassenlänge Retrieve features filtered by: Strassenlänge (Double) number
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Zulassung Velo Retrieve features filtered by: Zulassung Velo (String) string
Strasseneigentümer Retrieve features filtered by: Strasseneigentümer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strasse/Weg', 'Strassennummer', 'Strassenname', 'Gemeindename', 'Strassennetzhierarchie Code', 'Strassennetzhierarchie Text', 'Strassenkategorie', 'Wegkategorie', 'Signalisierte Geschwindigkeit', 'Temporegime', 'Strassenlänge', 'Strassenabschnittslänge', 'Zulassung Velo', 'Strasseneigentümer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Strasse/Weg - Kantonsstrassen in 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_Strassen_und_Wege_cfb6c88c_c4ec_48f7_8ffd_180ca328af2b_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 'Strassen und Wege - Strasse/Weg - Kantonsstrassen in Riehen und Bettingen' feature collection
OperationId
describeCollection_Strassen_und_Wege_cfb6c88c_c4ec_48f7_8ffd_180ca328af2b
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 'Strassen und Wege - Strasse/Weg - Kantonsstrassen in 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 'Strassen und Wege - Strasse/Weg - Permanent signalisierte Höchstgeschwindigkeit' feature collection
OperationId
getFeature_Strassen_und_Wege_6a6e1644_3a96_4f2c_a324_28dffea9151e_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 'Strassen und Wege - Strasse/Weg - Permanent signalisierte Höchstgeschwindigkeit' 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 'Strassen und Wege - Strasse/Weg - Permanent signalisierte Höchstgeschwindigkeit' feature collection
OperationId
getFeatures_Strassen_und_Wege_6a6e1644_3a96_4f2c_a324_28dffea9151e
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 Strasse/Weg Retrieve features filtered by: ID Strasse/Weg (Integer) integer
Strassennummer Retrieve features filtered by: Strassennummer (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Strassennetzhierarchie Code Retrieve features filtered by: Strassennetzhierarchie Code (String) string
Strassennetzhierarchie Text Retrieve features filtered by: Strassennetzhierarchie Text (String) string
Strassenkategorie Retrieve features filtered by: Strassenkategorie (String) string
Wegkategorie Retrieve features filtered by: Wegkategorie (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Temporegime Retrieve features filtered by: Temporegime (String) string
Strassenlänge Retrieve features filtered by: Strassenlänge (Double) number
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Zulassung Velo Retrieve features filtered by: Zulassung Velo (String) string
Strasseneigentümer Retrieve features filtered by: Strasseneigentümer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strasse/Weg', 'Strassennummer', 'Strassenname', 'Gemeindename', 'Strassennetzhierarchie Code', 'Strassennetzhierarchie Text', 'Strassenkategorie', 'Wegkategorie', 'Signalisierte Geschwindigkeit', 'Temporegime', 'Strassenlänge', 'Strassenabschnittslänge', 'Zulassung Velo', 'Strasseneigentümer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Strasse/Weg - Permanent signalisierte Höchstgeschwindigkeit' 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_Strassen_und_Wege_6a6e1644_3a96_4f2c_a324_28dffea9151e_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 'Strassen und Wege - Strasse/Weg - Permanent signalisierte Höchstgeschwindigkeit' feature collection
OperationId
describeCollection_Strassen_und_Wege_6a6e1644_3a96_4f2c_a324_28dffea9151e
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 'Strassen und Wege - Strasse/Weg - Permanent signalisierte Höchstgeschwindigkeit' 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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime in autofreier Innenstadt' feature collection
OperationId
getFeature_signalisieres_Temporegime_eff988d3_a214_4bc5_8ac1_7bcb2c71fe2e_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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime in autofreier Innenstadt' 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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime in autofreier Innenstadt' feature collection
OperationId
getFeatures_signalisieres_Temporegime_eff988d3_a214_4bc5_8ac1_7bcb2c71fe2e
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 Strasse/Weg Retrieve features filtered by: ID Strasse/Weg (Integer) integer
Strassennummer Retrieve features filtered by: Strassennummer (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Strassennetzhierarchie Code Retrieve features filtered by: Strassennetzhierarchie Code (String) string
Strassennetzhierarchie Text Retrieve features filtered by: Strassennetzhierarchie Text (String) string
Strassenkategorie Retrieve features filtered by: Strassenkategorie (String) string
Wegkategorie Retrieve features filtered by: Wegkategorie (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Temporegime Retrieve features filtered by: Temporegime (String) string
Strassenlänge Retrieve features filtered by: Strassenlänge (Double) number
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Zulassung Velo Retrieve features filtered by: Zulassung Velo (String) string
Strasseneigentümer Retrieve features filtered by: Strasseneigentümer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strasse/Weg', 'Strassennummer', 'Strassenname', 'Gemeindename', 'Strassennetzhierarchie Code', 'Strassennetzhierarchie Text', 'Strassenkategorie', 'Wegkategorie', 'Signalisierte Geschwindigkeit', 'Temporegime', 'Strassenlänge', 'Strassenabschnittslänge', 'Zulassung Velo', 'Strasseneigentümer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime in autofreier Innenstadt' 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_signalisieres_Temporegime_eff988d3_a214_4bc5_8ac1_7bcb2c71fe2e_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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime in autofreier Innenstadt' feature collection
OperationId
describeCollection_signalisieres_Temporegime_eff988d3_a214_4bc5_8ac1_7bcb2c71fe2e
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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime in autofreier Innenstadt' 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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime ohne autofreie Innenstadt' feature collection
OperationId
getFeature_signalisierte_Geschwindigkeit_in_km_h_b8b6fa36_5511_4c73_b945_584ffc094069_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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime ohne autofreie Innenstadt' 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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime ohne autofreie Innenstadt' feature collection
OperationId
getFeatures_signalisierte_Geschwindigkeit_in_km_h_b8b6fa36_5511_4c73_b945_584ffc094069
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 Strasse/Weg Retrieve features filtered by: ID Strasse/Weg (Integer) integer
Strassennummer Retrieve features filtered by: Strassennummer (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Strassennetzhierarchie Code Retrieve features filtered by: Strassennetzhierarchie Code (String) string
Strassennetzhierarchie Text Retrieve features filtered by: Strassennetzhierarchie Text (String) string
Strassenkategorie Retrieve features filtered by: Strassenkategorie (String) string
Wegkategorie Retrieve features filtered by: Wegkategorie (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Temporegime Retrieve features filtered by: Temporegime (String) string
Strassenlänge Retrieve features filtered by: Strassenlänge (Double) number
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Zulassung Velo Retrieve features filtered by: Zulassung Velo (String) string
Strasseneigentümer Retrieve features filtered by: Strasseneigentümer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strasse/Weg', 'Strassennummer', 'Strassenname', 'Gemeindename', 'Strassennetzhierarchie Code', 'Strassennetzhierarchie Text', 'Strassenkategorie', 'Wegkategorie', 'Signalisierte Geschwindigkeit', 'Temporegime', 'Strassenlänge', 'Strassenabschnittslänge', 'Zulassung Velo', 'Strasseneigentümer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime ohne autofreie Innenstadt' 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_signalisierte_Geschwindigkeit_in_km_h_b8b6fa36_5511_4c73_b945_584ffc094069_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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime ohne autofreie Innenstadt' feature collection
OperationId
describeCollection_signalisierte_Geschwindigkeit_in_km_h_b8b6fa36_5511_4c73_b945_584ffc094069
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 'Strassen und Wege - Strasse/Weg - Permanent signalisiertes Temporegime ohne autofreie Innenstadt' 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 'Strassen und Wege - Strasse/Weg - Siedlungsorientierte Strassen' feature collection
OperationId
getFeature_Verkehrsorientierte_Strassen_76e6b3ef_176c_4a18_baa6_d537a1bffa91_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 'Strassen und Wege - Strasse/Weg - Siedlungsorientierte Strassen' 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 'Strassen und Wege - Strasse/Weg - Siedlungsorientierte Strassen' feature collection
OperationId
getFeatures_Verkehrsorientierte_Strassen_76e6b3ef_176c_4a18_baa6_d537a1bffa91
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 Strasse/Weg Retrieve features filtered by: ID Strasse/Weg (Integer) integer
Strassennummer Retrieve features filtered by: Strassennummer (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Strassennetzhierarchie Code Retrieve features filtered by: Strassennetzhierarchie Code (String) string
Strassennetzhierarchie Text Retrieve features filtered by: Strassennetzhierarchie Text (String) string
Strassenkategorie Retrieve features filtered by: Strassenkategorie (String) string
Wegkategorie Retrieve features filtered by: Wegkategorie (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Temporegime Retrieve features filtered by: Temporegime (String) string
Strassenlänge Retrieve features filtered by: Strassenlänge (Double) number
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Zulassung Velo Retrieve features filtered by: Zulassung Velo (String) string
Strasseneigentümer Retrieve features filtered by: Strasseneigentümer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strasse/Weg', 'Strassennummer', 'Strassenname', 'Gemeindename', 'Strassennetzhierarchie Code', 'Strassennetzhierarchie Text', 'Strassenkategorie', 'Wegkategorie', 'Signalisierte Geschwindigkeit', 'Temporegime', 'Strassenlänge', 'Strassenabschnittslänge', 'Zulassung Velo', 'Strasseneigentümer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Strasse/Weg - Siedlungsorientierte Strassen' 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_Verkehrsorientierte_Strassen_76e6b3ef_176c_4a18_baa6_d537a1bffa91_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 'Strassen und Wege - Strasse/Weg - Siedlungsorientierte Strassen' feature collection
OperationId
describeCollection_Verkehrsorientierte_Strassen_76e6b3ef_176c_4a18_baa6_d537a1bffa91
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 'Strassen und Wege - Strasse/Weg - Siedlungsorientierte Strassen' 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 'Strassen und Wege - Strasse/Weg - Verkehrsorientierte Strassen' feature collection
OperationId
getFeature_Wege_3641cf2f_b7c7_489a_9266_98ab3eb92974_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 'Strassen und Wege - Strasse/Weg - Verkehrsorientierte Strassen' 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 'Strassen und Wege - Strasse/Weg - Verkehrsorientierte Strassen' feature collection
OperationId
getFeatures_Wege_3641cf2f_b7c7_489a_9266_98ab3eb92974
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 Strasse/Weg Retrieve features filtered by: ID Strasse/Weg (Integer) integer
Strassennummer Retrieve features filtered by: Strassennummer (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Strassennetzhierarchie Code Retrieve features filtered by: Strassennetzhierarchie Code (String) string
Strassennetzhierarchie Text Retrieve features filtered by: Strassennetzhierarchie Text (String) string
Strassenkategorie Retrieve features filtered by: Strassenkategorie (String) string
Wegkategorie Retrieve features filtered by: Wegkategorie (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Temporegime Retrieve features filtered by: Temporegime (String) string
Strassenlänge Retrieve features filtered by: Strassenlänge (Double) number
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Zulassung Velo Retrieve features filtered by: Zulassung Velo (String) string
Strasseneigentümer Retrieve features filtered by: Strasseneigentümer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strasse/Weg', 'Strassennummer', 'Strassenname', 'Gemeindename', 'Strassennetzhierarchie Code', 'Strassennetzhierarchie Text', 'Strassenkategorie', 'Wegkategorie', 'Signalisierte Geschwindigkeit', 'Temporegime', 'Strassenlänge', 'Strassenabschnittslänge', 'Zulassung Velo', 'Strasseneigentümer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Strasse/Weg - Verkehrsorientierte Strassen' 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_Wege_3641cf2f_b7c7_489a_9266_98ab3eb92974_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 'Strassen und Wege - Strasse/Weg - Verkehrsorientierte Strassen' feature collection
OperationId
describeCollection_Wege_3641cf2f_b7c7_489a_9266_98ab3eb92974
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 'Strassen und Wege - Strasse/Weg - Verkehrsorientierte Strassen' 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 'Strassen und Wege - Strasse/Weg - Wege' feature collection
OperationId
getFeature_signalisierte_Geschwindigkeit_in_km_h_e8481d7c_d31d_4ec7_8359_ac6b788d3241_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 'Strassen und Wege - Strasse/Weg - Wege' 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 'Strassen und Wege - Strasse/Weg - Wege' feature collection
OperationId
getFeatures_signalisierte_Geschwindigkeit_in_km_h_e8481d7c_d31d_4ec7_8359_ac6b788d3241
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 Strasse/Weg Retrieve features filtered by: ID Strasse/Weg (Integer) integer
Strassennummer Retrieve features filtered by: Strassennummer (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Strassennetzhierarchie Code Retrieve features filtered by: Strassennetzhierarchie Code (String) string
Strassennetzhierarchie Text Retrieve features filtered by: Strassennetzhierarchie Text (String) string
Strassenkategorie Retrieve features filtered by: Strassenkategorie (String) string
Wegkategorie Retrieve features filtered by: Wegkategorie (String) string
Signalisierte Geschwindigkeit Retrieve features filtered by: Signalisierte Geschwindigkeit (Integer) integer
Temporegime Retrieve features filtered by: Temporegime (String) string
Strassenlänge Retrieve features filtered by: Strassenlänge (Double) number
Strassenabschnittslänge Retrieve features filtered by: Strassenabschnittslänge (Double) number
Zulassung Velo Retrieve features filtered by: Zulassung Velo (String) string
Strasseneigentümer Retrieve features filtered by: Strasseneigentümer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Strasse/Weg', 'Strassennummer', 'Strassenname', 'Gemeindename', 'Strassennetzhierarchie Code', 'Strassennetzhierarchie Text', 'Strassenkategorie', 'Wegkategorie', 'Signalisierte Geschwindigkeit', 'Temporegime', 'Strassenlänge', 'Strassenabschnittslänge', 'Zulassung Velo', 'Strasseneigentümer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassen und Wege - Strasse/Weg - Wege' 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_signalisierte_Geschwindigkeit_in_km_h_e8481d7c_d31d_4ec7_8359_ac6b788d3241_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 'Strassen und Wege - Strasse/Weg - Wege' feature collection
OperationId
describeCollection_signalisierte_Geschwindigkeit_in_km_h_e8481d7c_d31d_4ec7_8359_ac6b788d3241
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 'Strassen und Wege - Strasse/Weg - Wege' 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 'Strassennamen' feature collection
OperationId
getFeature_Strassennamen_b3bf2463_d8a7_4d98_a864_6a8457bcb6f0_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 'Strassennamen' 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 'Strassennamen' feature collection
OperationId
getFeatures_Strassennamen_b3bf2463_d8a7_4d98_a864_6a8457bcb6f0
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
Strassen-ID Retrieve features filtered by: Strassen-ID (Integer) integer
Strassenname Retrieve features filtered by: Strassenname (String) string
Strassenname kurz Retrieve features filtered by: Strassenname kurz (String) string
Strassenindex Retrieve features filtered by: Strassenindex (String) string
Gemeindename Retrieve features filtered by: Gemeindename (String) string
Erklärung erste Zeile Retrieve features filtered by: Erklärung erste Zeile (String) string
Erklärung zweite Zeile Retrieve features filtered by: Erklärung zweite Zeile (String) string
Amtliche Benennung Retrieve features filtered by: Amtliche Benennung (String) string
Erstmalige Erwähnung Retrieve features filtered by: Erstmalige Erwähnung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Strassen-ID', 'Strassenname', 'Strassenname kurz', 'Strassenindex', 'Gemeindename', 'Erklärung erste Zeile', 'Erklärung zweite Zeile', 'Amtliche Benennung', 'Erstmalige Erwähnung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Strassennamen' 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_Strassennamen_b3bf2463_d8a7_4d98_a864_6a8457bcb6f0_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 'Strassennamen' feature collection
OperationId
describeCollection_Strassennamen_b3bf2463_d8a7_4d98_a864_6a8457bcb6f0
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 'Strassennamen' 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 'Tagesfamilien pro Bezirk' feature collection
OperationId
getFeature_Tagesfamilien_pro_Bezirk_f3a4d4e4_5715_43f8_a7a9_36398609864a_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 'Tagesfamilien pro Bezirk' 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 'Tagesfamilien pro Bezirk' feature collection
OperationId
getFeatures_Tagesfamilien_pro_Bezirk_f3a4d4e4_5715_43f8_a7a9_36398609864a
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
Bezirk Retrieve features filtered by: Bezirk (String) string
Anzahl Plätze Retrieve features filtered by: Anzahl Plätze (Integer) integer
Altersspanne Betreuung Retrieve features filtered by: Altersspanne Betreuung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Bezirk', 'Anzahl Plätze', 'Altersspanne Betreuung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Tagesfamilien pro Bezirk' 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_Tagesfamilien_pro_Bezirk_f3a4d4e4_5715_43f8_a7a9_36398609864a_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 'Tagesfamilien pro Bezirk' feature collection
OperationId
describeCollection_Tagesfamilien_pro_Bezirk_f3a4d4e4_5715_43f8_a7a9_36398609864a
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 'Tagesfamilien pro Bezirk' 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 'Tagesheime und Kitas' feature collection
OperationId
getFeature_Tagesheime_Kitas_dacc2f15_336f_4da9_90ad_65efd75cef36_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 'Tagesheime und Kitas' 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 'Tagesheime und Kitas' feature collection
OperationId
getFeatures_Tagesheime_Kitas_dacc2f15_336f_4da9_90ad_65efd75cef36
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 Institutionsnummer Retrieve features filtered by: ID Institutionsnummer (Integer) integer
Name Retrieve features filtered by: Name (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
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 Institutionsnummer', 'Name', 'Strasse', 'Hausnummer', 'Postleitzahl', 'Ort', 'Telefon', 'Homepage' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Tagesheime und Kitas' 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_Tagesheime_Kitas_dacc2f15_336f_4da9_90ad_65efd75cef36_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 'Tagesheime und Kitas' feature collection
OperationId
describeCollection_Tagesheime_Kitas_dacc2f15_336f_4da9_90ad_65efd75cef36
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 'Tagesheime und Kitas' 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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloparkieranlage' feature collection
OperationId
getFeature_TRP_Velo_Abstellanlagen_266cdfc9_ee82_4d25_8ada_a4c2b6267d66_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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloparkieranlage' 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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloparkieranlage' feature collection
OperationId
getFeatures_TRP_Velo_Abstellanlagen_266cdfc9_ee82_4d25_8ada_a4c2b6267d66
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 Veloabstellanlage Retrieve features filtered by: ID Veloabstellanlage (Integer) integer
Velostation Retrieve features filtered by: Velostation (String) string
Info zum Teilrichtplan Retrieve features filtered by: Info zum Teilrichtplan (String) string
Bike&Ride-Anlage Kanton Retrieve features filtered by: Bike&Ride-Anlage Kanton (String) string
Bike&Ride-Anlage Gemeinde Retrieve features filtered by: Bike&Ride-Anlage Gemeinde (String) string
Massnahmen-Nummer Retrieve features filtered by: Massnahmen-Nummer (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Veloabstellanlage', 'Velostation', 'Info zum Teilrichtplan', 'Bike&Ride-Anlage Kanton', 'Bike&Ride-Anlage Gemeinde', 'Massnahmen-Nummer' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloparkieranlage' 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_TRP_Velo_Abstellanlagen_266cdfc9_ee82_4d25_8ada_a4c2b6267d66_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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloparkieranlage' feature collection
OperationId
describeCollection_TRP_Velo_Abstellanlagen_266cdfc9_ee82_4d25_8ada_a4c2b6267d66
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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloparkieranlage' 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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Alltag' feature collection
OperationId
getFeature_Veloroutennetz_Alltag_e766f2b5_a261_4559_a8e6_b674285678ef_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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Alltag' 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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Alltag' feature collection
OperationId
getFeatures_Veloroutennetz_Alltag_e766f2b5_a261_4559_a8e6_b674285678ef
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 Veloroute Retrieve features filtered by: ID Veloroute (Integer) integer
Status Retrieve features filtered by: Status (String) string
Massnahmennummer Veloinfrastruktur Retrieve features filtered by: Massnahmennummer Veloinfrastruktur (String) string
Gemeinde Retrieve features filtered by: Gemeinde (String) string
Velovorzugsroute Retrieve features filtered by: Velovorzugsroute (String) string
Velohauptverbindung Retrieve features filtered by: Velohauptverbindung (String) string
Velonebenverbindung Retrieve features filtered by: Velonebenverbindung (String) string
Länge Retrieve features filtered by: Länge (Double) number
Fahrtrichtung bei Einbahn Retrieve features filtered by: Fahrtrichtung bei Einbahn (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Veloroute', 'Status', 'Massnahmennummer Veloinfrastruktur', 'Gemeinde', 'Velovorzugsroute', 'Velohauptverbindung', 'Velonebenverbindung', 'Länge', 'Fahrtrichtung bei Einbahn' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Alltag' 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_Veloroutennetz_Alltag_e766f2b5_a261_4559_a8e6_b674285678ef_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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Alltag' feature collection
OperationId
describeCollection_Veloroutennetz_Alltag_e766f2b5_a261_4559_a8e6_b674285678ef
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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Alltag' 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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Freizeit' feature collection
OperationId
getFeature_TRP_Velo_Routennetz_Freizeit_18ef8a7c_388d_4ce1_9810_b5bf87d70e77_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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Freizeit' 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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Freizeit' feature collection
OperationId
getFeatures_TRP_Velo_Routennetz_Freizeit_18ef8a7c_388d_4ce1_9810_b5bf87d70e77
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 Veloroute Retrieve features filtered by: ID Veloroute (Integer) integer
Kategorie Retrieve features filtered by: Kategorie (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Link zur Route Retrieve features filtered by: Link zur Route (String) string
Länge Retrieve features filtered by: Länge (Double) number
Typ Retrieve features filtered by: Typ (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'ID Veloroute', 'Kategorie', 'Bezeichnung', 'Beschreibung', 'Link zur Route', 'Länge', 'Typ' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Freizeit' 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_TRP_Velo_Routennetz_Freizeit_18ef8a7c_388d_4ce1_9810_b5bf87d70e77_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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Freizeit' feature collection
OperationId
describeCollection_TRP_Velo_Routennetz_Freizeit_18ef8a7c_388d_4ce1_9810_b5bf87d70e77
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 'Teilrichtplan Velo 2026 (in Vernehmlassung) - Veloroutennetz Freizeit' 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 'Veloführungselemente an Kreuzungen - Aufstellfläche für Velos' feature collection
OperationId
getFeature_Aufstellflaeche_Velo_727de673_7dac_43e5_8794_a996bd1f56d0_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 'Veloführungselemente an Kreuzungen - Aufstellfläche für Velos' 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 'Veloführungselemente an Kreuzungen - Aufstellfläche für Velos' feature collection
OperationId
getFeatures_Aufstellflaeche_Velo_727de673_7dac_43e5_8794_a996bd1f56d0
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
Kreuzung Retrieve features filtered by: Kreuzung (String) string
Zuführender Velostreifen Retrieve features filtered by: Zuführender Velostreifen (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Kreuzung', 'Zuführender Velostreifen' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Veloführungselemente an Kreuzungen - Aufstellfläche für Velos' 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_Aufstellflaeche_Velo_727de673_7dac_43e5_8794_a996bd1f56d0_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 'Veloführungselemente an Kreuzungen - Aufstellfläche für Velos' feature collection
OperationId
describeCollection_Aufstellflaeche_Velo_727de673_7dac_43e5_8794_a996bd1f56d0
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 'Veloführungselemente an Kreuzungen - Aufstellfläche für Velos' 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 'Veloführungselemente an Kreuzungen - Indirekter Linksabbieger' feature collection
OperationId
getFeature_Indirekter_Linksabbieger_55eb2811_c82d_4c32_9b21_a9e1f136a20a_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 'Veloführungselemente an Kreuzungen - Indirekter Linksabbieger' 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 'Veloführungselemente an Kreuzungen - Indirekter Linksabbieger' feature collection
OperationId
getFeatures_Indirekter_Linksabbieger_55eb2811_c82d_4c32_9b21_a9e1f136a20a
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
Fahrtrichtung von Retrieve features filtered by: Fahrtrichtung von (String) string
Fahrtrichtung nach Retrieve features filtered by: Fahrtrichtung nach (String) string
Kreuzung Retrieve features filtered by: Kreuzung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Fahrtrichtung von', 'Fahrtrichtung nach', 'Kreuzung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Veloführungselemente an Kreuzungen - Indirekter Linksabbieger' 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_Indirekter_Linksabbieger_55eb2811_c82d_4c32_9b21_a9e1f136a20a_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 'Veloführungselemente an Kreuzungen - Indirekter Linksabbieger' feature collection
OperationId
describeCollection_Indirekter_Linksabbieger_55eb2811_c82d_4c32_9b21_a9e1f136a20a
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 'Veloführungselemente an Kreuzungen - Indirekter Linksabbieger' 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 'Veloführungselemente an Kreuzungen - Rechtsabbiegen bei Rot' feature collection
OperationId
getFeature_Rechtsabbiegen_bei_Rot_be9b4546_6ccc_4103_8142_cf51190ed230_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 'Veloführungselemente an Kreuzungen - Rechtsabbiegen bei Rot' 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 'Veloführungselemente an Kreuzungen - Rechtsabbiegen bei Rot' feature collection
OperationId
getFeatures_Rechtsabbiegen_bei_Rot_be9b4546_6ccc_4103_8142_cf51190ed230
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
Strassenname Retrieve features filtered by: Strassenname (String) string
Kreuzung Retrieve features filtered by: Kreuzung (String) string
Winkel zur Darstellung Retrieve features filtered by: Winkel zur Darstellung (Integer) integer
properties Comma separated list of feature property names to be added to the result. Valid values: 'Strassenname', 'Kreuzung', 'Winkel zur Darstellung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Veloführungselemente an Kreuzungen - Rechtsabbiegen bei Rot' 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_Rechtsabbiegen_bei_Rot_be9b4546_6ccc_4103_8142_cf51190ed230_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 'Veloführungselemente an Kreuzungen - Rechtsabbiegen bei Rot' feature collection
OperationId
describeCollection_Rechtsabbiegen_bei_Rot_be9b4546_6ccc_4103_8142_cf51190ed230
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 'Veloführungselemente an Kreuzungen - Rechtsabbiegen bei Rot' 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 'Veloführungselemente an Kreuzungen - Vorgezogene Haltelinie' feature collection
OperationId
getFeature_Vorgezogene_Haltelinie_2b81de4c_cd3c_473f_9b78_649f9743c190_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 'Veloführungselemente an Kreuzungen - Vorgezogene Haltelinie' 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 'Veloführungselemente an Kreuzungen - Vorgezogene Haltelinie' feature collection
OperationId
getFeatures_Vorgezogene_Haltelinie_2b81de4c_cd3c_473f_9b78_649f9743c190
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
Kreuzung Retrieve features filtered by: Kreuzung (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Kreuzung' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Veloführungselemente an Kreuzungen - Vorgezogene Haltelinie' 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_Vorgezogene_Haltelinie_2b81de4c_cd3c_473f_9b78_649f9743c190_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 'Veloführungselemente an Kreuzungen - Vorgezogene Haltelinie' feature collection
OperationId
describeCollection_Vorgezogene_Haltelinie_2b81de4c_cd3c_473f_9b78_649f9743c190
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 'Veloführungselemente an Kreuzungen - Vorgezogene Haltelinie' 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 'Waldreservate' feature collection
OperationId
getFeature_Waldreservate_446eacf5_0a87_4ab2_a716_1084f3578c7e_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 'Waldreservate' 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 'Waldreservate' feature collection
OperationId
getFeatures_Waldreservate_446eacf5_0a87_4ab2_a716_1084f3578c7e
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 Waldreservat Retrieve features filtered by: ID Waldreservat (String) string
Name Retrieve features filtered by: Name (String) string
Objektnummer Retrieve features filtered by: Objektnummer (String) string
Vertragliche Gesamtfläche Retrieve features filtered by: Vertragliche Gesamtfläche (Double) number
MCPFE Typ Retrieve features filtered by: MCPFE Typ (String) string
Bedeutung Code Retrieve features filtered by: Bedeutung Code (Integer) integer
Bedeutung Text Retrieve features filtered by: Bedeutung Text (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 Waldreservat', 'Name', 'Objektnummer', 'Vertragliche Gesamtfläche', 'MCPFE Typ', 'Bedeutung Code', 'Bedeutung Text', '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 'Waldreservate' 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_Waldreservate_446eacf5_0a87_4ab2_a716_1084f3578c7e_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 'Waldreservate' feature collection
OperationId
describeCollection_Waldreservate_446eacf5_0a87_4ab2_a716_1084f3578c7e
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 'Waldreservate' 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 'Weihnachtsmarktstandorte' feature collection
OperationId
getFeature_Stand_fa771e99_ca4e_4615_b45f_e8cbc1642430_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 'Weihnachtsmarktstandorte' 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 'Weihnachtsmarktstandorte' feature collection
OperationId
getFeatures_Stand_fa771e99_ca4e_4615_b45f_e8cbc1642430
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
Geschäftsname Retrieve features filtered by: Geschäftsname (String) string
Beschreibung Retrieve features filtered by: Beschreibung (String) string
Kategorie Retrieve features filtered by: Kategorie (String) string
Betriebszeitraum Retrieve features filtered by: Betriebszeitraum (String) string
properties Comma separated list of feature property names to be added to the result. Valid values: 'Geschäftsname', 'Beschreibung', 'Kategorie', 'Betriebszeitraum' string
Responses
{"200":{"content":{"application/geo+json":{"schema":{"$ref":"#/components/schemas/featureCollectionGeoJSON"}},"text/html":{"schema":{"type":"string"}}},"description":"Metadata about the collection 'Weihnachtsmarktstandorte' 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_Stand_fa771e99_ca4e_4615_b45f_e8cbc1642430_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 'Weihnachtsmarktstandorte' feature collection
OperationId
describeCollection_Stand_fa771e99_ca4e_4615_b45f_e8cbc1642430
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 'Weihnachtsmarktstandorte' 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 'Wohnanteilplan Stadt Basel - Wohnanteilplan' feature collection
OperationId
getFeature_WAP_1fec9a52_8540_4333_89bf_f1004dfc6c73_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 'Wohnanteilplan Stadt Basel - Wohnanteilplan' 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 'Wohnanteilplan Stadt Basel - Wohnanteilplan' feature collection
OperationId
getFeatures_WAP_1fec9a52_8540_4333_89bf_f1004dfc6c73
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
Festlegung Retrieve features filtered by: Festlegung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Geolink Retrieve features filtered by: Geolink (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
ID Wohnanteil Retrieve features filtered by: ID Wohnanteil (String) string
Festlegung Text Retrieve features filtered by: Festlegung Text (String) string
Datum Status Retrieve features filtered by: Datum Status (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
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: 'Festlegung', 'Verbindlichkeit', 'Geschäftsstatus', 'Geolink', 'Geschäftsbezeichnung', 'ID Wohnanteil', 'Festlegung Text', 'Datum Status', 'Rekurs Hängig', '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 'Wohnanteilplan Stadt Basel - Wohnanteilplan' 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_WAP_1fec9a52_8540_4333_89bf_f1004dfc6c73_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 'Wohnanteilplan Stadt Basel - Wohnanteilplan' feature collection
OperationId
describeCollection_WAP_1fec9a52_8540_4333_89bf_f1004dfc6c73
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 'Wohnanteilplan Stadt Basel - Wohnanteilplan' 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 'Wohnanteilplan Stadt Basel - Wohnanteilplan: laufende Änderung' feature collection
OperationId
getFeature_Wohnanteilplan___WAP_074fe088_995b_4869_8810_e615cbc20e4a_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 'Wohnanteilplan Stadt Basel - Wohnanteilplan: 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 'Wohnanteilplan Stadt Basel - Wohnanteilplan: laufende Änderung' feature collection
OperationId
getFeatures_Wohnanteilplan___WAP_074fe088_995b_4869_8810_e615cbc20e4a
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
Festlegung Retrieve features filtered by: Festlegung (String) string
Verbindlichkeit Retrieve features filtered by: Verbindlichkeit (String) string
Geschäftsstatus Retrieve features filtered by: Geschäftsstatus (String) string
Geolink Retrieve features filtered by: Geolink (String) string
Geschäftsbezeichnung Retrieve features filtered by: Geschäftsbezeichnung (String) string
ID Wohnanteil Retrieve features filtered by: ID Wohnanteil (String) string
Festlegung Text Retrieve features filtered by: Festlegung Text (String) string
Datum Status Retrieve features filtered by: Datum Status (String) string
Projektierte Löschung Retrieve features filtered by: Projektierte Löschung (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: 'Festlegung', 'Verbindlichkeit', 'Geschäftsstatus', 'Geolink', 'Geschäftsbezeichnung', 'ID Wohnanteil', 'Festlegung Text', 'Datum Status', 'Projektierte Löschung', '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 'Wohnanteilplan Stadt Basel - Wohnanteilplan: 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_Wohnanteilplan___WAP_074fe088_995b_4869_8810_e615cbc20e4a_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 'Wohnanteilplan Stadt Basel - Wohnanteilplan: laufende Änderung' feature collection
OperationId
describeCollection_Wohnanteilplan___WAP_074fe088_995b_4869_8810_e615cbc20e4a
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 'Wohnanteilplan Stadt Basel - Wohnanteilplan: 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Grundnutzung' feature collection
OperationId
getFeature_Grundnutzung_Zonenflaeche_b44ac000_15ae_4af6_93f9_abf42e5b4d1e_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Grundnutzung' 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Grundnutzung' feature collection
OperationId
getFeatures_Grundnutzung_Zonenflaeche_b44ac000_15ae_4af6_93f9_abf42e5b4d1e
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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
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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', 'Verbindlichkeit', '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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Grundnutzung' 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_Grundnutzung_Zonenflaeche_b44ac000_15ae_4af6_93f9_abf42e5b4d1e_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Grundnutzung' feature collection
OperationId
describeCollection_Grundnutzung_Zonenflaeche_b44ac000_15ae_4af6_93f9_abf42e5b4d1e
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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Grundnutzung' 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Label Grundnutzung' feature collection
OperationId
getFeature_Label_Grundnutzung_3db66e1d_58e0_4222_9ef6_10fb70917148_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Label Grundnutzung' 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Label Grundnutzung' feature collection
OperationId
getFeatures_Label_Grundnutzung_3db66e1d_58e0_4222_9ef6_10fb70917148
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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
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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', 'Verbindlichkeit', '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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Label Grundnutzung' 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_Grundnutzung_3db66e1d_58e0_4222_9ef6_10fb70917148_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Label Grundnutzung' feature collection
OperationId
describeCollection_Label_Grundnutzung_3db66e1d_58e0_4222_9ef6_10fb70917148
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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen) - Label Grundnutzung' 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Grundnutzung' feature collection
OperationId
getFeature_Grundnutzung_8e9bf976_b815_4c72_80b2_d89194104de2_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Grundnutzung' 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Grundnutzung' feature collection
OperationId
getFeatures_Grundnutzung_8e9bf976_b815_4c72_80b2_d89194104de2
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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 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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', '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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Grundnutzung' 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_Grundnutzung_8e9bf976_b815_4c72_80b2_d89194104de2_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Grundnutzung' feature collection
OperationId
describeCollection_Grundnutzung_8e9bf976_b815_4c72_80b2_d89194104de2
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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Grundnutzung' 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Label Grundnutzung' feature collection
OperationId
getFeature_Label_Grundnutzung_09f35f40_563e_4361_898b_50adc5a9b42e_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Label Grundnutzung' 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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Label Grundnutzung' feature collection
OperationId
getFeatures_Label_Grundnutzung_09f35f40_563e_4361_898b_50adc5a9b42e
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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 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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', '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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Label Grundnutzung' 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_Grundnutzung_09f35f40_563e_4361_898b_50adc5a9b42e_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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Label Grundnutzung' feature collection
OperationId
describeCollection_Label_Grundnutzung_09f35f40_563e_4361_898b_50adc5a9b42e
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 'Zonenplan Bettingen - Grundnutzung Zonenfläche (Bettingen): Laufende Änderung - Label Grundnutzung' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Label überlagernde Linie' feature collection
OperationId
getFeature_Label__berlagernde_Festlegung__Linie__ebdf898d_93e3_4467_842f_eaeec419c9a4_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Label überlagernde Linie' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Label überlagernde Linie' feature collection
OperationId
getFeatures_Label__berlagernde_Festlegung__Linie__ebdf898d_93e3_4467_842f_eaeec419c9a4
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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
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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', 'Verbindlichkeit', '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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Label überlagernde Linie' 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__berlagernde_Festlegung__Linie__ebdf898d_93e3_4467_842f_eaeec419c9a4_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Label überlagernde Linie' feature collection
OperationId
describeCollection_Label__berlagernde_Festlegung__Linie__ebdf898d_93e3_4467_842f_eaeec419c9a4
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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Label überlagernde Linie' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Überlagernde Linie' feature collection
OperationId
getFeature_Linienbezogene_Festlegung_e1d84542_6964_4373_ba9c_d5865074b146_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Überlagernde Linie' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Überlagernde Linie' feature collection
OperationId
getFeatures_Linienbezogene_Festlegung_e1d84542_6964_4373_ba9c_d5865074b146
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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
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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', 'Verbindlichkeit', '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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Überlagernde Linie' 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_Festlegung_e1d84542_6964_4373_ba9c_d5865074b146_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Überlagernde Linie' feature collection
OperationId
describeCollection_Linienbezogene_Festlegung_e1d84542_6964_4373_ba9c_d5865074b146
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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen) - Überlagernde Linie' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Label überlagernde Linie' feature collection
OperationId
getFeature_Label__berlagernde_Linie_6bc21d27_2c57_4ab1_aea0_51b2d068c7c3_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Label überlagernde Linie' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Label überlagernde Linie' feature collection
OperationId
getFeatures_Label__berlagernde_Linie_6bc21d27_2c57_4ab1_aea0_51b2d068c7c3
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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 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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', '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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Label überlagernde Linie' 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__berlagernde_Linie_6bc21d27_2c57_4ab1_aea0_51b2d068c7c3_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Label überlagernde Linie' feature collection
OperationId
describeCollection_Label__berlagernde_Linie_6bc21d27_2c57_4ab1_aea0_51b2d068c7c3
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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Label überlagernde Linie' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Überlagernde Linie' feature collection
OperationId
getFeature__berlagernde_Linie_9e48de4a_32da_47bc_85c8_a3897908b4f9_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Überlagernde Linie' 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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Überlagernde Linie' feature collection
OperationId
getFeatures__berlagernde_Linie_9e48de4a_32da_47bc_85c8_a3897908b4f9
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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 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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', '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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Überlagernde Linie' 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__berlagernde_Linie_9e48de4a_32da_47bc_85c8_a3897908b4f9_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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Überlagernde Linie' feature collection
OperationId
describeCollection__berlagernde_Linie_9e48de4a_32da_47bc_85c8_a3897908b4f9
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 'Zonenplan Bettingen - Linienbezogene Festlegung (Bettingen): Laufende Änderung - Überlagernde Linie' 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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Label überlagernde Fläche' feature collection
OperationId
getFeature_Label__berlagernde_Festlegung_8afd1c2c_522c_4ff0_9504_df10bb672978_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Label überlagernde Flä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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Label überlagernde Fläche' feature collection
OperationId
getFeatures_Label__berlagernde_Festlegung_8afd1c2c_522c_4ff0_9504_df10bb672978
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', 'Verbindlichkeit', '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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Label überlagernde Flä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_Label__berlagernde_Festlegung_8afd1c2c_522c_4ff0_9504_df10bb672978_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Label überlagernde Fläche' feature collection
OperationId
describeCollection_Label__berlagernde_Festlegung_8afd1c2c_522c_4ff0_9504_df10bb672978
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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Label überlagernde Flä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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Überlagernde Fläche' feature collection
OperationId
getFeature_Ueberlagernde_Festlegung_c82e75ad_fe20_4436_9408_4bcddfb105dc_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Überlagernde Flä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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Überlagernde Fläche' feature collection
OperationId
getFeatures_Ueberlagernde_Festlegung_c82e75ad_fe20_4436_9408_4bcddfb105dc
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', 'Verbindlichkeit', '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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Überlagernde Flä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_Ueberlagernde_Festlegung_c82e75ad_fe20_4436_9408_4bcddfb105dc_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Überlagernde Fläche' feature collection
OperationId
describeCollection_Ueberlagernde_Festlegung_c82e75ad_fe20_4436_9408_4bcddfb105dc
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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen) - Überlagernde Flä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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Label überlagernde Fläche' feature collection
OperationId
getFeature_Label__berlagernde_Fl_che_0f5f67d5_5db9_4b0e_92db_85e853aebd7c_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Label überlagernde Flä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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Label überlagernde Fläche' feature collection
OperationId
getFeatures_Label__berlagernde_Fl_che_0f5f67d5_5db9_4b0e_92db_85e853aebd7c
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', '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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Label überlagernde Flä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_Label__berlagernde_Fl_che_0f5f67d5_5db9_4b0e_92db_85e853aebd7c_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Label überlagernde Fläche' feature collection
OperationId
describeCollection_Label__berlagernde_Fl_che_0f5f67d5_5db9_4b0e_92db_85e853aebd7c
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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Label überlagernde Flä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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Überlagernde Fläche' feature collection
OperationId
getFeature__berlagernde_Fl_che_1b85e531_63f3_4f58_91b6_a90674b874f2_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Überlagernde Flä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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Überlagernde Fläche' feature collection
OperationId
getFeatures__berlagernde_Fl_che_1b85e531_63f3_4f58_91b6_a90674b874f2
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', '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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Überlagernde Flä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__berlagernde_Fl_che_1b85e531_63f3_4f58_91b6_a90674b874f2_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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Überlagernde Fläche' feature collection
OperationId
describeCollection__berlagernde_Fl_che_1b85e531_63f3_4f58_91b6_a90674b874f2
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 'Zonenplan Bettingen - Überlagernde Festlegung (Bettingen): Laufende Änderungen - Überlagernde Flä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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Grundnutzung ' feature collection
OperationId
getFeature_Grundnutzung_Zonenflaeche_73193d38_ac60_497c_8208_6b924fc63735_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Grundnutzung ' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Grundnutzung ' feature collection
OperationId
getFeatures_Grundnutzung_Zonenflaeche_73193d38_ac60_497c_8208_6b924fc63735
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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
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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', 'Verbindlichkeit', '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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Grundnutzung ' 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_Grundnutzung_Zonenflaeche_73193d38_ac60_497c_8208_6b924fc63735_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Grundnutzung ' feature collection
OperationId
describeCollection_Grundnutzung_Zonenflaeche_73193d38_ac60_497c_8208_6b924fc63735
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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Grundnutzung ' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Grundnutzung' feature collection
OperationId
getFeature_Label_Grundnutzung_1601b474_5ff4_4635_9305_3cb42b1033ae_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Grundnutzung' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Grundnutzung' feature collection
OperationId
getFeatures_Label_Grundnutzung_1601b474_5ff4_4635_9305_3cb42b1033ae
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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
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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', 'Verbindlichkeit', '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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Grundnutzung' 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_Grundnutzung_1601b474_5ff4_4635_9305_3cb42b1033ae_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Grundnutzung' feature collection
OperationId
describeCollection_Label_Grundnutzung_1601b474_5ff4_4635_9305_3cb42b1033ae
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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Grundnutzung' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Nöl (§ 39) - Zweckbestimmung' feature collection
OperationId
getFeature_Label_Grundnutzung_40ade5f9_6dc7_4b3c_9dae_a548c0315d0d_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Nöl (§ 39) - Zweckbestimmung' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Nöl (§ 39) - Zweckbestimmung' feature collection
OperationId
getFeatures_Label_Grundnutzung_40ade5f9_6dc7_4b3c_9dae_a548c0315d0d
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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
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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', 'Verbindlichkeit', '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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Nöl (§ 39) - Zweckbestimmung' 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_Grundnutzung_40ade5f9_6dc7_4b3c_9dae_a548c0315d0d_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Nöl (§ 39) - Zweckbestimmung' feature collection
OperationId
describeCollection_Label_Grundnutzung_40ade5f9_6dc7_4b3c_9dae_a548c0315d0d
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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen) - Label Nöl (§ 39) - Zweckbestimmung' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Grundnutzung ' feature collection
OperationId
getFeature_Grundnutzung__0d2c9691_9a25_4406_9ab9_2bd513ecc460_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Grundnutzung ' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Grundnutzung ' feature collection
OperationId
getFeatures_Grundnutzung__0d2c9691_9a25_4406_9ab9_2bd513ecc460
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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 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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', '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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Grundnutzung ' 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_Grundnutzung__0d2c9691_9a25_4406_9ab9_2bd513ecc460_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Grundnutzung ' feature collection
OperationId
describeCollection_Grundnutzung__0d2c9691_9a25_4406_9ab9_2bd513ecc460
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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Grundnutzung ' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Grundnutzung' feature collection
OperationId
getFeature_Label_Grundnutzung_laufende__nderungen_dc411069_0b4d_4cb6_bf49_a70135925737_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Grundnutzung' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Grundnutzung' feature collection
OperationId
getFeatures_Label_Grundnutzung_laufende__nderungen_dc411069_0b4d_4cb6_bf49_a70135925737
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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 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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', '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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Grundnutzung' 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_Grundnutzung_laufende__nderungen_dc411069_0b4d_4cb6_bf49_a70135925737_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Grundnutzung' feature collection
OperationId
describeCollection_Label_Grundnutzung_laufende__nderungen_dc411069_0b4d_4cb6_bf49_a70135925737
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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Grundnutzung' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Nöl (§ 39) - Zweckbestimmung' feature collection
OperationId
getFeature_N_l____39____Zweckbstimmung_laufende__nderungen_f0c4bde7_bc40_444c_aee1_672d454320e0_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Nöl (§ 39) - Zweckbestimmung' 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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Nöl (§ 39) - Zweckbestimmung' feature collection
OperationId
getFeatures_N_l____39____Zweckbstimmung_laufende__nderungen_f0c4bde7_bc40_444c_aee1_672d454320e0
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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 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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', '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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Nöl (§ 39) - Zweckbestimmung' 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_N_l____39____Zweckbstimmung_laufende__nderungen_f0c4bde7_bc40_444c_aee1_672d454320e0_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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Nöl (§ 39) - Zweckbestimmung' feature collection
OperationId
describeCollection_N_l____39____Zweckbstimmung_laufende__nderungen_f0c4bde7_bc40_444c_aee1_672d454320e0
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 'Zonenplan Riehen - Grundnutzung Zonenfläche (Riehen): Laufende Änderung - Label Nöl (§ 39) - Zweckbestimmung' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Label überlagernde Linie' feature collection
OperationId
getFeature__berlagernde_Festlegung__Linie__78265976_e174_44f7_918e_6f250c8a5d0e_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Label überlagernde Linie' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Label überlagernde Linie' feature collection
OperationId
getFeatures__berlagernde_Festlegung__Linie__78265976_e174_44f7_918e_6f250c8a5d0e
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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
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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', 'Verbindlichkeit', '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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Label überlagernde Linie' 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__berlagernde_Festlegung__Linie__78265976_e174_44f7_918e_6f250c8a5d0e_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Label überlagernde Linie' feature collection
OperationId
describeCollection__berlagernde_Festlegung__Linie__78265976_e174_44f7_918e_6f250c8a5d0e
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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Label überlagernde Linie' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Überlagernde Linie' feature collection
OperationId
getFeature_Linienbezogene_Festlegung_8d1d437f_2b3a_4ddc_a0af_b30eedc2c49a_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Überlagernde Linie' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Überlagernde Linie' feature collection
OperationId
getFeatures_Linienbezogene_Festlegung_8d1d437f_2b3a_4ddc_a0af_b30eedc2c49a
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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
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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', 'Verbindlichkeit', '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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Überlagernde Linie' 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_Festlegung_8d1d437f_2b3a_4ddc_a0af_b30eedc2c49a_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Überlagernde Linie' feature collection
OperationId
describeCollection_Linienbezogene_Festlegung_8d1d437f_2b3a_4ddc_a0af_b30eedc2c49a
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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen) - Überlagernde Linie' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Label überlagernde Linie' feature collection
OperationId
getFeature_Label__berlagernde_Linie_285dab15_4a07_4a30_a9d3_db9c125fd689_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Label überlagernde Linie' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Label überlagernde Linie' feature collection
OperationId
getFeatures_Label__berlagernde_Linie_285dab15_4a07_4a30_a9d3_db9c125fd689
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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 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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', '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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Label überlagernde Linie' 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__berlagernde_Linie_285dab15_4a07_4a30_a9d3_db9c125fd689_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Label überlagernde Linie' feature collection
OperationId
describeCollection_Label__berlagernde_Linie_285dab15_4a07_4a30_a9d3_db9c125fd689
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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Label überlagernde Linie' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Überlagernde Linie' feature collection
OperationId
getFeature__berlagernde_Festlegung__Linie__0eb9cde9_e616_4b6e_8450_b4f7d21c2138_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Überlagernde Linie' 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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Überlagernde Linie' feature collection
OperationId
getFeatures__berlagernde_Festlegung__Linie__0eb9cde9_e616_4b6e_8450_b4f7d21c2138
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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 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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', '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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Überlagernde Linie' 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__berlagernde_Festlegung__Linie__0eb9cde9_e616_4b6e_8450_b4f7d21c2138_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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Überlagernde Linie' feature collection
OperationId
describeCollection__berlagernde_Festlegung__Linie__0eb9cde9_e616_4b6e_8450_b4f7d21c2138
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 'Zonenplan Riehen - Linienbezogene Festlegung (Riehen): Laufende Änderung - Überlagernde Linie' 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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' feature collection
OperationId
getFeature_Lable__berlagernde_festlegung_df0d5bd5_25b7_4e06_8adf_e75e52f52116_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' 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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' feature collection
OperationId
getFeatures_Lable__berlagernde_festlegung_df0d5bd5_25b7_4e06_8adf_e75e52f52116
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', 'Verbindlichkeit', '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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' 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_Lable__berlagernde_festlegung_df0d5bd5_25b7_4e06_8adf_e75e52f52116_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' feature collection
OperationId
describeCollection_Lable__berlagernde_festlegung_df0d5bd5_25b7_4e06_8adf_e75e52f52116
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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' 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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label überlagernde Fläche' feature collection
OperationId
getFeature_NPRI___Ueberlagernde_Festlegung_21bf55c7_dbfc_486c_a747_a2a5a51c86d3_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label überlagernde Flä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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label überlagernde Fläche' feature collection
OperationId
getFeatures_NPRI___Ueberlagernde_Festlegung_21bf55c7_dbfc_486c_a747_a2a5a51c86d3
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', 'Verbindlichkeit', '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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label überlagernde Flä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_NPRI___Ueberlagernde_Festlegung_21bf55c7_dbfc_486c_a747_a2a5a51c86d3_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label überlagernde Fläche' feature collection
OperationId
describeCollection_NPRI___Ueberlagernde_Festlegung_21bf55c7_dbfc_486c_a747_a2a5a51c86d3
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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Label überlagernde Flä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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Überlagernde Fläche' feature collection
OperationId
getFeature_Ueberlagernde_Festlegung_e27ef956_06a5_40a9_b0a5_ef62bdd92e2c_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Überlagernde Flä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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Überlagernde Fläche' feature collection
OperationId
getFeatures_Ueberlagernde_Festlegung_e27ef956_06a5_40a9_b0a5_ef62bdd92e2c
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', 'Verbindlichkeit', '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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Überlagernde Flä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_Ueberlagernde_Festlegung_e27ef956_06a5_40a9_b0a5_ef62bdd92e2c_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Überlagernde Fläche' feature collection
OperationId
describeCollection_Ueberlagernde_Festlegung_e27ef956_06a5_40a9_b0a5_ef62bdd92e2c
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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen) - Überlagernde Flä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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' feature collection
OperationId
getFeature_Natur__und_Landwirtschaftsschutzzone___Schutzzwecke__laufende__nderungen_10346476_b29a_460f_b13d_95d9d1496284_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' 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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' feature collection
OperationId
getFeatures_Natur__und_Landwirtschaftsschutzzone___Schutzzwecke__laufende__nderungen_10346476_b29a_460f_b13d_95d9d1496284
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', '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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' 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_Natur__und_Landwirtschaftsschutzzone___Schutzzwecke__laufende__nderungen_10346476_b29a_460f_b13d_95d9d1496284_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' feature collection
OperationId
describeCollection_Natur__und_Landwirtschaftsschutzzone___Schutzzwecke__laufende__nderungen_10346476_b29a_460f_b13d_95d9d1496284
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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label Natur- und Landwirtschaftsschutzzone - Schutzzwecke' 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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label überlagernde Fläche' feature collection
OperationId
getFeature_Lable__berlagernde_festlegung_laufende__nderungen_74c83551_5034_4288_95bc_8bbd1435df77_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label überlagernde Flä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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label überlagernde Fläche' feature collection
OperationId
getFeatures_Lable__berlagernde_festlegung_laufende__nderungen_74c83551_5034_4288_95bc_8bbd1435df77
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', '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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label überlagernde Flä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_Lable__berlagernde_festlegung_laufende__nderungen_74c83551_5034_4288_95bc_8bbd1435df77_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label überlagernde Fläche' feature collection
OperationId
describeCollection_Lable__berlagernde_festlegung_laufende__nderungen_74c83551_5034_4288_95bc_8bbd1435df77
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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Label überlagernde Flä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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Überlagernde Fläche' feature collection
OperationId
getFeature__berlagernde_Festlegung__Fl_che__laufende__nderungen_31520c20_18ae_4cc6_8793_1199460ded3a_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Überlagernde Flä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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Überlagernde Fläche' feature collection
OperationId
getFeatures__berlagernde_Festlegung__Fl_che__laufende__nderungen_31520c20_18ae_4cc6_8793_1199460ded3a
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', '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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Überlagernde Flä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__berlagernde_Festlegung__Fl_che__laufende__nderungen_31520c20_18ae_4cc6_8793_1199460ded3a_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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Überlagernde Fläche' feature collection
OperationId
describeCollection__berlagernde_Festlegung__Fl_che__laufende__nderungen_31520c20_18ae_4cc6_8793_1199460ded3a
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 'Zonenplan Riehen - Überlagernde Festlegung (Riehen): Laufende Änderungen - Überlagernde Flä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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Grundnutzung' feature collection
OperationId
getFeature_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Grundnutzung_Zonenflaeche_ae754303_7aa3_472b_8e0e_b3c3d65bff17_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Grundnutzung' 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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Grundnutzung' feature collection
OperationId
getFeatures_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Grundnutzung_Zonenflaeche_ae754303_7aa3_472b_8e0e_b3c3d65bff17
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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
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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', 'Verbindlichkeit', '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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Grundnutzung' 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_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Grundnutzung_Zonenflaeche_ae754303_7aa3_472b_8e0e_b3c3d65bff17_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Grundnutzung' feature collection
OperationId
describeCollection_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Grundnutzung_Zonenflaeche_ae754303_7aa3_472b_8e0e_b3c3d65bff17
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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Grundnutzung' 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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Label Grundnutzung' feature collection
OperationId
getFeature_Grundnutzung_Kategorie_20863c66_e674_43f2_9c3d_bad7453a0ac5_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Label Grundnutzung' 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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Label Grundnutzung' feature collection
OperationId
getFeatures_Grundnutzung_Kategorie_20863c66_e674_43f2_9c3d_bad7453a0ac5
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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
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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', 'Verbindlichkeit', '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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Label Grundnutzung' 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_Grundnutzung_Kategorie_20863c66_e674_43f2_9c3d_bad7453a0ac5_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Label Grundnutzung' feature collection
OperationId
describeCollection_Grundnutzung_Kategorie_20863c66_e674_43f2_9c3d_bad7453a0ac5
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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel) - Label Grundnutzung' 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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Grundnutzung' feature collection
OperationId
getFeature_Grundnutzung_3fc10ef9_add0_48cc_b2c2_76edb6f88527_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Grundnutzung' 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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Grundnutzung' feature collection
OperationId
getFeatures_Grundnutzung_3fc10ef9_add0_48cc_b2c2_76edb6f88527
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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 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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', '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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Grundnutzung' 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_Grundnutzung_3fc10ef9_add0_48cc_b2c2_76edb6f88527_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Grundnutzung' feature collection
OperationId
describeCollection_Grundnutzung_3fc10ef9_add0_48cc_b2c2_76edb6f88527
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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Grundnutzung' 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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Label Grundnutzung' feature collection
OperationId
getFeature_Label_Grundnutzung_0fa7a0fa_31e8_4519_84eb_373e086b2c86_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Label Grundnutzung' 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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Label Grundnutzung' feature collection
OperationId
getFeatures_Label_Grundnutzung_0fa7a0fa_31e8_4519_84eb_373e086b2c86
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 Grundnutzung Zonenfläche Retrieve features filtered by: ID Grundnutzung Zonenfläche (String) string
Zone Retrieve features filtered by: Zone (String) string
Zone Text Retrieve features filtered by: Zone Text (String) string
Zweckbestimmung Ziffer Retrieve features filtered by: Zweckbestimmung Ziffer (Integer) integer
Zweckbestimmung Text Retrieve features filtered by: Zweckbestimmung 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 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 Grundnutzung Zonenfläche', 'Zone', 'Zone Text', 'Zweckbestimmung Ziffer', 'Zweckbestimmung Text', '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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Label Grundnutzung' 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_Grundnutzung_0fa7a0fa_31e8_4519_84eb_373e086b2c86_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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Label Grundnutzung' feature collection
OperationId
describeCollection_Label_Grundnutzung_0fa7a0fa_31e8_4519_84eb_373e086b2c86
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 'Zonenplan Stadt Basel - Grundnutzung Zonenfläche (Basel): laufende Änderung - Label Grundnutzung' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Label überlagernde Linie' feature collection
OperationId
getFeature_Label__berlagernde_Festlegung__Linie__5850d46f_7aec_4941_ab53_e368674a0102_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Label überlagernde Linie' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Label überlagernde Linie' feature collection
OperationId
getFeatures_Label__berlagernde_Festlegung__Linie__5850d46f_7aec_4941_ab53_e368674a0102
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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
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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', 'Verbindlichkeit', '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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Label überlagernde Linie' 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__berlagernde_Festlegung__Linie__5850d46f_7aec_4941_ab53_e368674a0102_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Label überlagernde Linie' feature collection
OperationId
describeCollection_Label__berlagernde_Festlegung__Linie__5850d46f_7aec_4941_ab53_e368674a0102
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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Label überlagernde Linie' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Überlagernde Linie' feature collection
OperationId
getFeature_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Linienbezogene_Festlegung_5fbfbca5_4e31_4fea_8102_e7bdfc85e869_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Überlagernde Linie' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Überlagernde Linie' feature collection
OperationId
getFeatures_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Linienbezogene_Festlegung_5fbfbca5_4e31_4fea_8102_e7bdfc85e869
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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
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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', 'Verbindlichkeit', '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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Überlagernde Linie' 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_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Linienbezogene_Festlegung_5fbfbca5_4e31_4fea_8102_e7bdfc85e869_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Überlagernde Linie' feature collection
OperationId
describeCollection_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Linienbezogene_Festlegung_5fbfbca5_4e31_4fea_8102_e7bdfc85e869
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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel) - Überlagernde Linie' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Label überlagernde Linie' feature collection
OperationId
getFeature_Label__berlagernde_Festlegung__Linie___4507286c_f134_4b17_9f75_1adfe47fd9fb_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Label überlagernde Linie' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Label überlagernde Linie' feature collection
OperationId
getFeatures_Label__berlagernde_Festlegung__Linie___4507286c_f134_4b17_9f75_1adfe47fd9fb
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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 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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', '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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Label überlagernde Linie' 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__berlagernde_Festlegung__Linie___4507286c_f134_4b17_9f75_1adfe47fd9fb_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Label überlagernde Linie' feature collection
OperationId
describeCollection_Label__berlagernde_Festlegung__Linie___4507286c_f134_4b17_9f75_1adfe47fd9fb
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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Label überlagernde Linie' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Überlagernde Linie' feature collection
OperationId
getFeature__berlagernde_Linie_5a64bd6f_89b5_4aab_b25e_d01aa2bc1413_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Überlagernde Linie' 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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Überlagernde Linie' feature collection
OperationId
getFeatures__berlagernde_Linie_5a64bd6f_89b5_4aab_b25e_d01aa2bc1413
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
Linienbezogene Festlegung Retrieve features filtered by: Linienbezogene Festlegung (String) string
Linienbezogene Festlegung Text Retrieve features filtered by: Linienbezogene Festlegung 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 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 Linienbezogene Festlegung', 'Linienbezogene Festlegung', 'Linienbezogene Festlegung Text', '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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Überlagernde Linie' 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__berlagernde_Linie_5a64bd6f_89b5_4aab_b25e_d01aa2bc1413_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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Überlagernde Linie' feature collection
OperationId
describeCollection__berlagernde_Linie_5a64bd6f_89b5_4aab_b25e_d01aa2bc1413
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 'Zonenplan Stadt Basel - Linienbezogene Festlegung (Basel): laufende Änderung - Überlagernde Linie' 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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (Basel)' feature collection
OperationId
getFeature_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Objektbezogene_Festlegung_fac74bc5_c032_46a0_92d4_c86aa35c80e5_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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (Basel)' feature collection
OperationId
getFeatures_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Objektbezogene_Festlegung_fac74bc5_c032_46a0_92d4_c86aa35c80e5
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 Objektbezogene Festlegung Retrieve features filtered by: ID Objektbezogene Festlegung (String) string
Objektbezogene Festlegung Retrieve features filtered by: Objektbezogene Festlegung (String) string
Objektbezogene Festlegung Text Retrieve features filtered by: Objektbezogene Festlegung 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
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 Objektbezogene Festlegung', 'Objektbezogene Festlegung', 'Objektbezogene Festlegung Text', 'Verbindlichkeit', '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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (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_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Objektbezogene_Festlegung_fac74bc5_c032_46a0_92d4_c86aa35c80e5_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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (Basel)' feature collection
OperationId
describeCollection_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Objektbezogene_Festlegung_fac74bc5_c032_46a0_92d4_c86aa35c80e5
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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (Basel): laufende Änderung' feature collection
OperationId
getFeature__berlagernder_Punkt_d3dd4ebe_cf9c_4f68_bffa_88de1196b0cf_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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (Basel): laufende Änderung' feature collection
OperationId
getFeatures__berlagernder_Punkt_d3dd4ebe_cf9c_4f68_bffa_88de1196b0cf
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 Objektbezogene Festlegung Retrieve features filtered by: ID Objektbezogene Festlegung (String) string
Objektbezogene Festlegung Retrieve features filtered by: Objektbezogene Festlegung (String) string
Objektbezogene Festlegung Text Retrieve features filtered by: Objektbezogene Festlegung 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 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 Objektbezogene Festlegung', 'Objektbezogene Festlegung', 'Objektbezogene Festlegung Text', '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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (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__berlagernder_Punkt_d3dd4ebe_cf9c_4f68_bffa_88de1196b0cf_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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (Basel): laufende Änderung' feature collection
OperationId
describeCollection__berlagernder_Punkt_d3dd4ebe_cf9c_4f68_bffa_88de1196b0cf
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 'Zonenplan Stadt Basel - Objektbezogene Festlegung (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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Label überlagernde Fläche' feature collection
OperationId
getFeature_Label__berlagernde_Festlegung__Fl_che__040c33ac_f121_4e28_90e0_dd762b4943d8_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Label überlagernde Flä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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Label überlagernde Fläche' feature collection
OperationId
getFeatures_Label__berlagernde_Festlegung__Fl_che__040c33ac_f121_4e28_90e0_dd762b4943d8
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', 'Verbindlichkeit', '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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Label überlagernde Flä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_Label__berlagernde_Festlegung__Fl_che__040c33ac_f121_4e28_90e0_dd762b4943d8_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Label überlagernde Fläche' feature collection
OperationId
describeCollection_Label__berlagernde_Festlegung__Fl_che__040c33ac_f121_4e28_90e0_dd762b4943d8
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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Label überlagernde Flä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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Überlagernde Fläche' feature collection
OperationId
getFeature_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Ueberlagernde_Festlegung_5fe9dfb5_9da8_4077_8253_555886a4a877_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Überlagernde Flä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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Überlagernde Fläche' feature collection
OperationId
getFeatures_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Ueberlagernde_Festlegung_5fe9dfb5_9da8_4077_8253_555886a4a877
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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
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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', 'Verbindlichkeit', '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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Überlagernde Flä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_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Ueberlagernde_Festlegung_5fe9dfb5_9da8_4077_8253_555886a4a877_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Überlagernde Fläche' feature collection
OperationId
describeCollection_NP_NutzungsplanungBasel_GGDM_V1_1_LV95_Festlegungen_Ueberlagernde_Festlegung_5fe9dfb5_9da8_4077_8253_555886a4a877
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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel) - Überlagernde Flä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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Label überlagernde Fläche' feature collection
OperationId
getFeature_Label__berlagernde_Festlegung__Fl_che___87bba861_c6f9_4464_89bf_f034186245d2_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Label überlagernde Flä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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Label überlagernde Fläche' feature collection
OperationId
getFeatures_Label__berlagernde_Festlegung__Fl_che___87bba861_c6f9_4464_89bf_f034186245d2
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', '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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Label überlagernde Flä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_Label__berlagernde_Festlegung__Fl_che___87bba861_c6f9_4464_89bf_f034186245d2_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Label überlagernde Fläche' feature collection
OperationId
describeCollection_Label__berlagernde_Festlegung__Fl_che___87bba861_c6f9_4464_89bf_f034186245d2
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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Label überlagernde Flä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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Überlagernde Fläche' feature collection
OperationId
getFeature__berlagernde_Fl_che_aeddb87f_ce17_4d35_bdde_63a56b06629d_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Überlagernde Flä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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Überlagernde Fläche' feature collection
OperationId
getFeatures__berlagernde_Fl_che_aeddb87f_ce17_4d35_bdde_63a56b06629d
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 Überlagernde Festlegung Retrieve features filtered by: ID Überlagernde Festlegung (String) string
Überlagernde Festlegung Retrieve features filtered by: Überlagernde Festlegung (String) string
Überlagernde Festlegung Text Retrieve features filtered by: Überlagernde Festlegung Text (String) string
Schutzzweck Retrieve features filtered by: Schutzzweck (String) string
Bezeichnung Retrieve features filtered by: Bezeichnung (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 Überlagernde Festlegung', 'Überlagernde Festlegung', 'Überlagernde Festlegung Text', 'Schutzzweck', 'Bezeichnung', '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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Überlagernde Flä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__berlagernde_Fl_che_aeddb87f_ce17_4d35_bdde_63a56b06629d_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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Überlagernde Fläche' feature collection
OperationId
describeCollection__berlagernde_Fl_che_aeddb87f_ce17_4d35_bdde_63a56b06629d
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 'Zonenplan Stadt Basel - Überlagernde Festlegung (Basel): laufende Änderung - Überlagernde Fläche' shared by this API."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Metadata about the feature collections shared by this API.
OperationId
describeCollections
Tags
["Capabilities"]
Description
Describe the feature collections in the dataset statements and the metadata about the feature data in this dataset.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/content"}},"text/html":{"schema":{"type":"string"}}},"description":"Describe the feature collections in the dataset statements and the metadata about the feature data in this dataset."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get Information about standards that this API conforms to.
OperationId
getRequirementClasses
Tags
["Capabilities"]
Description
List all requirements classes specified in a standard (e.g., WFS 3.0 Part 1: Core) that the server conforms to.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/root"}},"text/html":{"schema":{"type":"string"}}},"description":"List all requirements classes specified in a standard (e.g., WFS 3.0 Part 1: Core) that the server conforms to."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}
get WFS 3.0 Landing Page
OperationId
getLandingPage
Tags
["Capabilities"]
Description
The landing page provides links to the API definition, the Conformance statements and the metadata about the feature data in this dataset.
Responses
{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/root"}},"text/html":{"schema":{"type":"string"}}},"description":"The landing page provides links to the API definition, the Conformance statements and the metadata about the feature data in this dataset."},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/exception"}},"text/html":{"schema":{"type":"string"}}},"description":"An error occurred."}}

Models

Type
object
Properties
Name Description Type Example
crs The coordinate reference systems in which geometries may be retrieved. Coordinate reference systems are identified by a URI. The first coordinate reference system is the coordinate reference system that is used by default. This is always "http://www.opengis.net/def/crs/OGC/1.3/CRS84", i.e. WGS84 longitude/latitude. array
  • http://www.opengis.net/def/crs/OGC/1.3/CRS84
  • http://www.opengis.net/def/crs/EPSG/0/4326
description a description of the features in the collection string Buildings in the city of Bonn.
extent {"$ref":"#/components/schemas/extent"}
links {"example":[{"href":"http://data.example.org/collections/buildings/items","rel":"item","title":"Buildings","type":"application/geo+json"},{"href":"http://example.com/concepts/buildings.html","rel":"describedBy","title":"Feature catalog for buildings","type":"text/html"}],"items":{"$ref":"#/components/schemas/link"},"type":"array"}
name identifier of the collection used, for example, in URIs string buildings
relations Related collections that may be retrieved for this collection object {"id": "label"}
title human readable title of the collection string Buildings
Required
  • links
  • name
Type
object
Properties
Name Description Type Example
collections {"items":{"$ref":"#/components/schemas/collectionInfo"},"type":"array"}
links {"example":[{"href":"http://data.example.org/collections.json","rel":"self","title":"this document","type":"application/json"},{"href":"http://data.example.org/collections.html","rel":"alternate","title":"this document as HTML","type":"text/html"},{"href":"http://schemas.example.org/1.0/foobar.xsd","rel":"describedBy","title":"XML schema for Acme Corporation data","type":"application/xml"}],"items":{"$ref":"#/components/schemas/link"},"type":"array"}
Required
  • collections
  • links
Type
object
Properties
Name Description Type Example
code {"type":"string"}
description {"type":"string"}
Required
  • code
Type
object
Properties
Name Description Type Example
crs {"default":"http://www.opengis.net/def/crs/OGC/1.3/CRS84","description":"Coordinate reference system of the coordinates in the spatial extent (property `spatial`). In the Core, only WGS84 longitude/latitude is supported. Extensions may support additional coordinate reference systems.","enum":["http://www.opengis.net/def/crs/OGC/1.3/CRS84"],"type":"string"}
spatial West, north, east, south edges of the spatial extent. The minimum and maximum values apply to the coordinate reference system WGS84 longitude/latitude that is supported in the Core. If, for example, a projected coordinate reference system is used, the minimum and maximum values need to be adjusted. array
  • -180
  • -90
  • 180
  • 90
temporal {"description":"The temporal extent of the features in the collection.","properties":{"interval":{"description":"One or more time intervals that describe the temporal extent of the dataset.\nThe value `null` is supported and indicates an open time interval.\nIn the Core only a single time interval is supported. Extensions may support multiple intervals. If multiple intervals are provided, the union of the intervals describes the temporal extent.","items":{"description":"Begin and end times of the time interval. The timestamps\nare in the coordinate reference system specified in `trs`. By default\nthis is the Gregorian calendar.","items":{"example":["2011-11-11T12:22:11Z",null],"format":"date-time","nullable":true,"trs":{"default":"http://www.opengis.net/def/uom/ISO-8601/0/Gregorian","description":"Coordinate reference system of the coordinates in the temporal extent\n(property `interval`). The default reference system is the Gregorian calendar.\nIn the Core this is the only supported temporal reference system.\nExtensions may support additional temporal reference systems and add\nadditional enum values.","enum":["http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"],"type":"string"},"type":"string"},"maxItems":2,"minItems":2,"type":"array"},"minItems":1,"type":"array"}},"type":"object"}
Required
  • spatial
Type
object
Properties
Name Description Type Example
features {"items":{"$ref":"#/components/schemas/featureGeoJSON"},"type":"array"}
links {"items":{"$ref":"#/components/schemas/link"},"type":"array"}
numberMatched {"minimum":0,"type":"integer"}
numberReturned {"minimum":0,"type":"integer"}
timeStamp {"format":"dateTime","type":"string"}
type {"enum":["FeatureCollection"],"type":"string"}
Required
  • features
  • type
Type
object
Properties
Name Description Type Example
geometry {"$ref":"#/components/schemas/geometryGeoJSON"}
id {"oneOf":[{"type":"string"},{"type":"integer"}]}
properties {"nullable":true,"type":"object"}
type {"enum":["Feature"],"type":"string"}
Required
  • geometry
  • properties
  • type
Type
object
Properties
Name Description Type Example
type {"enum":["Point","MultiPoint","LineString","MultiLineString","Polygon","MultiPolygon","GeometryCollection"],"type":"string"}
Required
  • type
Type
object
Properties
Name Description Type Example
conformsTo {"example":["http://www.opengis.net/spec/wfs-1/3.0/req/core","http://www.opengis.net/spec/wfs-1/3.0/req/oas30","http://www.opengis.net/spec/wfs-1/3.0/req/html","http://www.opengis.net/spec/wfs-1/3.0/req/geojson"],"items":{"type":"string"},"type":"array"}
Required
  • conformsTo
Type
object
Properties
Name Description Type Example
links {"example":[{"href":"http://data.example.org/","rel":"self","title":"this document","type":"application/json"},{"href":"http://data.example.org/api","rel":"service","title":"the API definition","type":"application/openapi+json;version=3.0"},{"href":"http://data.example.org/conformance","rel":"conformance","title":"WFS 3.0 conformance classes implemented by this server","type":"application/json"},{"href":"http://data.example.org/collections","rel":"data","title":"Metadata about the feature collections","type":"application/json"}],"items":{"$ref":"#/components/schemas/link"},"type":"array"}
Required
  • links