> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tic.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get land regulation provisions

> Gets the land regulation provisions for a property based on it's UUID

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.


## OpenAPI

````yaml get /datasets/properties/se/{uuid}/land-regulation-provisions
openapi: 3.0.4
info:
  title: TIC API
  description: ''
  version: v1
servers:
  - url: https://api.tic.io/
security:
  - ApiKey: []
tags:
  - name: BolagsverketStatistics
  - name: Companies
  - name: Companies_SE_
  - name: DocumentDelivery
  - name: EuropeanCommission
  - name: FinancialDocuments
  - name: Finansinspektionen
  - name: Free
  - name: ICA
  - name: ICAStatistics
  - name: Lists
  - name: Media
  - name: Persons
  - name: Persons_SE_
  - name: Properties_SE_
  - name: PTSPortings
  - name: Reseller
  - name: SearchBankruptciesReports
  - name: SearchCompanies
  - name: SearchCompaniesReports
  - name: SearchCompanyWorkplaces
  - name: SearchPerson
  - name: SearchProperties_SE_
  - name: SearchVehicles
  - name: TeamDocumentOrders
  - name: Teams
  - name: User
  - name: Vehicles_SE_
  - name: WatchLists
paths:
  /datasets/properties/se/{uuid}/land-regulation-provisions:
    get:
      tags:
        - Properties_SE_
      summary: Get land regulation provisions
      description: Gets the land regulation provisions for a property based on it's UUID
      operationId: GetPropertyRegulationProvisions
      parameters:
        - name: uuid
          in: path
          description: The unique identifier for the property
          required: true
          schema:
            type: string
        - name: includeXml
          in: query
          description: Set to true if you want the raw XML to be included
          schema:
            type: boolean
            default: false
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseResponseTypePropertyDirectOrder
components:
  schemas:
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseResponseTypePropertyDirectOrder:
      type: object
      properties:
        data:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseResponseType
        xml:
          type: string
          nullable: true
        cost:
          type: number
          format: double
          nullable: true
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseResponseType:
      required:
        - id
      type: object
      properties:
        markreglerandeBestammelseMember:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseMemberType
          nullable: true
          readOnly: true
        markreglerandeBestammelseMemberSpecified:
          type: boolean
          readOnly: true
        aggregationTypeValue:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_AggregationType
        aggregationTypeValueSpecified:
          type: boolean
        aggregationType:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_AggregationType
        boundedBy:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_BoundingShapeType
        description:
          type: string
          nullable: true
        name:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_CodeType
          nullable: true
          readOnly: true
        nameSpecified:
          type: boolean
          readOnly: true
        id:
          type: string
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseMemberType:
      type: object
      properties:
        markreglerandeBestammelse:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseType
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_Gml_Schemas_AggregationType:
      enum:
        - set
        - bag
        - sequence
        - array
        - record
        - table
      type: string
    Ormeo_Library_Lantmateriet2_Gml_Schemas_BoundingShapeType:
      required:
        - envelope
      type: object
      properties:
        envelope:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_EnvelopeType
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_Gml_Schemas_CodeType:
      type: object
      properties:
        value:
          type: string
          nullable: true
        codeSpace:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseType:
      required:
        - id
        - objektidentitet
      type: object
      properties:
        objektidentitet:
          pattern: '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'
          type: string
        markreglerandeBestammelseattribut:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseattributType
        beror:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_BerorType
          nullable: true
          readOnly: true
        berorSpecified:
          type: boolean
          readOnly: true
        yta:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_AbstractGeometryType
          nullable: true
          readOnly: true
        ytaSpecified:
          type: boolean
          readOnly: true
        boundedBy:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_BoundingShapeType
        description:
          type: string
          nullable: true
        name:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_CodeType
          nullable: true
          readOnly: true
        nameSpecified:
          type: boolean
          readOnly: true
        id:
          type: string
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_Gml_Schemas_EnvelopeType:
      required:
        - lowerCorner
        - upperCorner
      type: object
      properties:
        lowerCorner:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_DirectPositionType
          readOnly: true
        upperCorner:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_DirectPositionType
          readOnly: true
        srsName:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_MarkreglerandeBestammelseattributType:
      required:
        - objektidentitet
        - objektversion
      type: object
      properties:
        objektidentitet:
          pattern: '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'
          type: string
        objektversion:
          type: integer
          format: int32
        versionGiltigFranValue:
          type: string
          format: date-time
        versionGiltigFranValueSpecified:
          type: boolean
        versionGiltigFran:
          type: string
          format: date-time
          nullable: true
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_BerorType:
      required:
        - objektidentitet
        - objektversion
        - registerenhetsreferens
      type: object
      properties:
        registerenhetsreferens:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_RegisterenhetsreferensType
        objektidentitet:
          pattern: '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'
          type: string
        objektversion:
          type: integer
          format: int32
        versionGiltigFranValue:
          type: string
          format: date-time
        versionGiltigFranValueSpecified:
          type: boolean
        versionGiltigFran:
          type: string
          format: date-time
          nullable: true
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_Gml_Schemas_AbstractGeometryType:
      required:
        - id
      type: object
      properties:
        srsName:
          type: string
          nullable: true
        srsDimension:
          type: string
          nullable: true
        description:
          type: string
          nullable: true
        name:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Lantmateriet2_Gml_Schemas_CodeType
          nullable: true
          readOnly: true
        nameSpecified:
          type: boolean
          readOnly: true
        id:
          type: string
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_Gml_Schemas_DirectPositionType:
      type: object
      properties:
        value:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_RegisterenhetsreferensType:
      required:
        - objektidentitet
      type: object
      properties:
        objektidentitet:
          pattern: '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'
          type: string
        beteckning:
          type: string
          nullable: true
        typValue:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_RegisterenhetstypType
        typValueSpecified:
          type: boolean
        typ:
          $ref: >-
            #/components/schemas/Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_RegisterenhetstypType
      additionalProperties: false
    Ormeo_Library_Lantmateriet2_MarkreglerandeBestammelse_Schemas_RegisterenhetstypType:
      enum:
        - fastighet
        - samfällighet
      type: string
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````