curl --request GET \ --url https://api.tic.io/datasets/properties/se/{uuid}/land-regulation-provisions \ --header 'x-api-key: <api-key>'
{ "xml": "<string>", "cost": 123}
Properties
Get land regulation provisions
Gets the land regulation provisions for a property based on it’s UUID
GET
/
datasets
/
properties
/
se
/
{uuid}
/
land-regulation-provisions
Get land regulation provisions
curl --request GET \ --url https://api.tic.io/datasets/properties/se/{uuid}/land-regulation-provisions \ --header 'x-api-key: <api-key>'
{ "xml": "<string>", "cost": 123}
Gets all land regulation provisions (markreglerande bestämmelser). 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.