The Cadastral Register (Katastr nemovitostí) is a comprehensive database managed by ČÚZK that contains information about real estate properties, including land parcels, buildings, and other structures. It provides legal and technical data related to cadastral territories, such as ownership, boundaries, rights, restrictions, and other relevant information.
The Cuzk Report List Reader connector enables online access to specified data of the cadastre of real estate to registered users. To work with the real cadastre database, you need to register and obtain the access codes for the service with the CUZK. It is a paid service. Note, that using our platform connector compared to direct integration to the CUZK service will provide you enhanced user experience as the service appears to a user as synchronous compared to the CUZK original asynchronous service. The original CUZK service is using older SOAP technology. The SOAP technology has seen a decline in popularity in recent years, therefore we opt for a more lightweight alternative of Representational State Transfer (REST) API and wrap the original service into the modern technology. Additionally, the implementation of the CUZK SOAP is less simple and may require more skills and time compared to the easy configuration of the integray series of ISCuzk connectors.
Report list reader
This connector will return the entire list of all active and not deleted reports available to you. In case the list will be empty with no records you will get an error message with code 392.
Configuration
IS Cuzk Service Server Connection (ver. 1.0.0)
Hostname
The URL of the IS Cuzk service server. Identify the server either using URL address or IP address in dotted format (dotted decimal notation).
Info
URL: https://cuzk.xeelo.online/ IP: 192.168.0.1
Authorization
Supported authorization methods:
None - No authorization is used.
Token The token provided by the CUZK to a registered user account is used for authorization.
Default value: Token
Authorization token
Fill in the CUZK account-provided authorization token to authenticate the connection.
Timeout
The number of seconds to wait before terminating the request. The default value is set to 100.
Input & Output Schema
Input
Data schema is optional
The connector does not expect a specific schema. The required data structure can be achieved by correct configuration. Although the selected connector doesn't require a schema generally, the individual integration task step may need to match the output data structure of the preceding task step and use a data schema selected from the repository or create a new input schema.
Output
Cuzk Report Output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | String | No | Report ID |
Name | String | No | Report description (name) |
EntitiesCount | Integer | No | Count of entities included |
PagesCount | Integer | No | Count of pages included |
Price | Double | Yes | Price |
RequestDate | DateTime | No | Request date |
GeneratingDate | DateTime | Yes | Generation date |
CreatingDate | DateTime | Yes | Creation date |
ParentReportId | String | Yes | Parent report ID |
IsSigned | Bool | Yes | Information about electronic signature inclusion |
HasTimestamp | Bool | Yes | Information about timestamp inclusion |
Content | Base64 | Yes | Report content - data |
Status | Cuzk Report Status 1.0.0 |
No | Report status |
Format | Cuzk Report Format 1.0.0 |
No | Report format |
Cuzk Report Status (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Code | Integer | No | Status code |
Text | String | No | Status description |
Cuzk Report Format (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Code | Integer | No | Format code |
Text | String | No | Format |
Release notes
3.1.1
- Added support to filter result
3.0.1
- First release