This method returns a Collection of matching GeoCoding results for the searched address.

GET /api/opendata/geocoding

Query parameters

  • q string Required

    address search

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • 200 application/json

    This method returns a Collection of matching GeoCoding results for the searched address.

GET /api/opendata/geocoding
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/opendata/geocoding?q=string' \
 --header "x-session-token: $API_KEY"
Response examples (200)
{}