Cadastre

Only search by cadastreIdentifier is currently supported.

Mapping of the FESD attributes to the WorkZone FESD Web Services database fields and notes on WorkZone FESD Web Services implementation are presented in the table below.

FESD Parameter WorkZone FESD Web Services Table WorkZone FESD Web Services Field WorkZone FESD Web Services Implementation Notes
userIdentifier N/A N/A Is recorded to the Use_log.identification field.
cadastreIdentifier Name fesd_id_key Parameter type is GUID.
cadastralDistrictIdentifier Name name_code

Is retrieved from the WorkZone FESD Web Services database by the following algorithm:

  1. Retrieve name_key from a row found in Name table by fesd_id_key = cadastreIdentifier.
  2. Retrieve shareholders_key from a row found in Cadastre table by name_key.
  3. Retrieve name_code from a row found in Name table by name_key = shareholders_key.
municipalityCode Name name_code

Is retrieved from the WorkZone FESD Web Services database by the following algorithm:

  1. Retrieve name_key from a row found in Name table by fesd_id_key = cadastreIdentifier.
  2. Retrieve municipality_key from a row found in Cadastre table by name_key.
  3. Retrieve name_code from a row found in Name table by name_key = municipality_key.
landParcelMunicipalPartNumber Contact_info info Field custom_label contains value "delNr".
landParcelIdentifier Cadastre cadastre_no

Is retrieved from WorkZone FESD Web Services database by the following algorithm:

  1. Retrieve name_key from a row found in Name table by fesd_id_key = cadastreIdentifier.
  2. Retrieve cadastre_no from a row found in Cadastre table by name_key.
realPropertyIdentifier Name name_code

Is retrieved from WorkZone FESD Web Services database by the following algorithm:

  1. Retrieve name_key from a row found in Name table by fesd_id_key = buildingIdentifier.
  2. Retrieve name_ref_key from a row found in Name_name table by name_key and name_type = "1" ("Real property").
  3. Retrieve name_code from a row found in Name table by name_key = name_ref_key.