curl --request GET \ --url https://api.tic.io/datasets/properties/se/{uuid}/all-owners \ --header 'x-api-key: <api-key>'
{ "xml": "<string>", "cost": 123}
Properties
Get all current historic property owners
Gets all current and historic property owners based on it’s UUID
GET
/
datasets
/
properties
/
se
/
{uuid}
/
all-owners
Get all current historic property owners
curl --request GET \ --url https://api.tic.io/datasets/properties/se/{uuid}/all-owners \ --header 'x-api-key: <api-key>'
{ "xml": "<string>", "cost": 123}
Gets all current and historic owners of a property. This endpoint is a direct order endpoint meaning it will incur costs on your account based on the fee schedule from Lantmäteriet. This endpoint is only available to customers that
passed certain requirements (purpose test).Each request is cached for 24 hours so making subsequent request will not incur additional costs. If you want to test without causing any costs you can use the property uuid: 909a6a85-299b-90ec-e040-ed8f66444c3f which
is the property UMEÅ AMERIKA 1:1.The endpoint contains specific throttling.Use the querystring includeXml to also retrieve the raw xml data that was handed over from Lantmäteriet.