GET api/GeoJson/{regionCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
regionCode

string

None.

Body Parameters

None.

Response Information

Resource Description

GeoJsonFeatureCollection
NameDescriptionTypeAdditional information
type

string

None.

crs

GeoJsonCrs

None.

features

Collection of GeoJsonMeldung

None.

Response Formats

application/json, text/json

Sample:
{
  "type": "FeatureCollection",
  "crs": {
    "type": "name",
    "properties": {
      "name": "EPSG:4326"
    }
  },
  "features": []
}

text/html

Sample:
{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"EPSG:4326"}},"features":[]}

application/xml, text/xml

Sample:
<GeoJsonFeatureCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GIP_Communicator_Server.Models">
  <features />
</GeoJsonFeatureCollection>