API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports table
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETBeneficial owners
- GETSNI codes
- GETEmployee contributions
- GETPayrolls
- GETShare register
- GETShare capital
- GETShare class
- GETShare issue
- GETBonus issue
- GETAuthorizations
- GETRegistration
- GETHyperlinks
- GETNames
- GETPhonenumbers
- GETPurposes
- GETEmail
- GETSignatories
- GETTrademarks
- GETRegistered offices
- GETStatus
- GETDomains
- GETBusiness mortgages
Watchlists
Properties
Summary
Gets a summary of the property based on it’s UUID
GET
/
datasets
/
properties
/
se
/
{uuid}
curl --request GET \
--url https://api.tic.io/datasets/properties/se/{uuid} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"propertyDesignation": "<string>",
"buildingNames": [
"<string>"
],
"centroidArea1": [
123
],
"municipalityCode": 123,
"countyCode": 123,
"landArea": 123,
"waterArea": 123,
"totalArea": 123,
"streetAddress": "<string>",
"postalCode": 123,
"city": "<string>",
"buildingTypes": [
"<string>"
],
"buildingPurposes": [
"<string>"
],
"numberOfAreas": 123,
"numberOfBuildings": 123,
"numberOfAddresses": 123,
"safetyShelterNumbers": [
"<string>"
],
"taxationCode": 123,
"taxationValue": 123,
"taxationYear": 123
}
Get a summary for the given property with it’s unique identifier.
Authorizations
Path Parameters
The unique identifier for the property
Response
200 - application/json
The search response
The response is of type object
.
curl --request GET \
--url https://api.tic.io/datasets/properties/se/{uuid} \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"propertyDesignation": "<string>",
"buildingNames": [
"<string>"
],
"centroidArea1": [
123
],
"municipalityCode": 123,
"countyCode": 123,
"landArea": 123,
"waterArea": 123,
"totalArea": 123,
"streetAddress": "<string>",
"postalCode": 123,
"city": "<string>",
"buildingTypes": [
"<string>"
],
"buildingPurposes": [
"<string>"
],
"numberOfAreas": 123,
"numberOfBuildings": 123,
"numberOfAddresses": 123,
"safetyShelterNumbers": [
"<string>"
],
"taxationCode": 123,
"taxationValue": 123,
"taxationYear": 123
}
Assistant
Responses are generated using AI and may contain mistakes.