> ## 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.

# Business mortgages

> Get the companys business mortgages



## OpenAPI

````yaml get /datasets/companies/{companyId}/se/business-mortgages
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/companies/{companyId}/se/business-mortgages:
    get:
      tags:
        - Companies_SE_
      summary: Business mortgages
      description: Get the companys business mortgages
      operationId: CompanyBusinessMortgage
      parameters:
        - name: companyId
          in: path
          description: The company id
          required: true
          schema:
            type: integer
            format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: >-
                    #/components/schemas/Ormeo_Library_Views_View_Bolagsverket_FIREG1
components:
  schemas:
    Ormeo_Library_Views_View_Bolagsverket_FIREG1:
      type: object
      properties:
        companyBusinessMortgageId:
          type: integer
          format: int32
        inteckningOrdningsnummer:
          type: number
          format: double
          nullable: true
        inteckningOrdningsnummerDescription:
          type: string
          nullable: true
          readOnly: true
        inteckningsNummer:
          type: string
          nullable: true
          readOnly: true
        mappnummer:
          type: integer
          format: int32
          nullable: true
        lopnummerBeslutInomMapp:
          type: integer
          format: int32
          nullable: true
        tillaggLopnummerBeslut:
          type: string
          nullable: true
        inteckningsbelopp:
          type: number
          format: double
          nullable: true
        iso4217CurrencyCode:
          type: string
          nullable: true
        inteckningEjBeviljad:
          type: boolean
          nullable: true
        lagenOmInteckningar:
          type: boolean
          nullable: true
        likaRattLagreOrdningsnummer:
          type: boolean
          nullable: true
        inteckningSkriftlig:
          type: string
          nullable: true
        diariedag:
          type: string
          format: date-time
          nullable: true
        firstSeenAtUtc:
          type: string
          format: date-time
          nullable: true
        inteckningInnehavareNamn:
          type: string
          nullable: true
        noteringar:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Views_View_Bolagsverket_FIREG1+View_Bolagsverket_FIREG_InteckningNotering
          nullable: true
      additionalProperties: false
    Ormeo_Library_Views_View_Bolagsverket_FIREG1+View_Bolagsverket_FIREG_InteckningNotering:
      type: object
      properties:
        bolagsverket_FIREG_InteckningNoteringId:
          type: integer
          format: int32
        notering:
          type: string
          nullable: true
        noteringsTyp:
          type: integer
          format: int32
          nullable: true
      additionalProperties: false
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````