GET
/
datasets
/
persons
/
se
/
{personId}
/
properties
Properties
curl --request GET \
  --url https://api.tic.io/datasets/persons/se/{personId}/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
  }
]
This endpoint is used to retrieve information about owned properties for an individual. This endpoint is only applicable for credit information customers that passed certain requirements (purpose validation) and has separate throttling enabled.

Authorizations

x-api-key
string
header
required

Path Parameters

personId
integer
required

The person id

Response

200 - application/json

OK

The response is of type object[].