GET
/
datasets
/
companies
/
{companyId}
/
se
/
properties
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/se/properties \
  --header 'x-api-key: <api-key>'
[
  {
    "fastighetObjektIdentitet": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "inskrivningsdag": "2023-11-07T05:31:56Z",
    "beviljadAndelTaljare": 123,
    "beviljadAndelNamnare": 123,
    "agandeTyp": "lagfart",
    "agandeTypBeskrivning": "<string>",
    "fastighetTyp": "fastighet",
    "lanskod": "<string>",
    "kommunkod": "<string>",
    "status": "avregistrerad",
    "totalLandareal": 123,
    "totalVattenareal": 123,
    "totalareal": 123,
    "arealuppgiftOsaker": true,
    "registeromrade": "<string>",
    "trakt": "<string>",
    "block": "<string>",
    "enhet": 123,
    "etikett": "<string>",
    "senastInskrivningdag": "2023-11-07T05:31:56Z",
    "aktuellAgare": true
  }
]

Returns a list of properties in Sweden belonging to a company. Please note that the field fastighetObjektIdentitet (property UUID) is the value you use to query for high-resolution ortophotos here or get a summary of the property here.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Query Parameters

includeOnlyCurrentOwnership
boolean
default:true

Include only current ownership

Response

200 - application/json

OK

The response is of type object[].