Realtime Functions

Real-time Functions

The API offers three real-time functions: Search, Match, and Data.

Allows a step-by-step search for individual elements (e.g., name, street) with the ability to refine the search results incrementally. Unlike the Match function, a complete string is not required here.

Match

Provides a single query similar to address processing and is suitable for checking the status of a specific record for changes. The Match function also supports fuzzy logic with phonetic matches to compensate for inaccurate entries.

Data

Once a record is identified via Search or Match, detailed information about the record can be retrieved using the unique DWH-ID through the Data function.

Last updated