GET Perceel/Suggestion?q={q}&c={c}

Provides auto-completion functionality for parcel identifiers.

Request Information

Parameters

NameDescriptionAdditional information
q
A parcel identifier in capakey notation. A minimum of two characters is required.

Define this parameter in the request URI.

c
[Optional] The maximum number of items you want to retrieve in the result. You may not ask more than 25 items. If omitted defaults to 5.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "SuggestionResult": [
    "11001B0001/00S000",
    "11001B0001/00X000",
    "11001B0001/00Z000",
    "11001B0008/00H002",
    "11001B0008/00M002"
  ]
}

text/javascript, application/javascript, application/json-p

Sample:
({"SuggestionResult":["11001B0001/00S000","11001B0001/00X000","11001B0001/00Z000","11001B0008/00H002","11001B0008/00M002"]});