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

# Search properties multi

> Multi search enables to carry out multiple search requests in a single request

Check our extensive examples and description [here](/datasets/search-properties-se).


## OpenAPI

````yaml post /search/properties/se
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:
  /search/properties/se:
    post:
      tags:
        - SearchProperties_SE_
      summary: Search properties multi
      description: >-
        Multi search enables to carry out multiple search requests in a single
        request
      operationId: SearchPropertiesReportsSwedenMulti
      requestBody:
        description: >-
          For full documentation check
          https://typesense.org/docs/27.1/api/federated-multi-search.html#multi-search-parameters
        content:
          application/json-patch+json:
            schema: {}
          application/json:
            schema: {}
          text/json:
            schema: {}
          application/*+json:
            schema: {}
        required: true
      responses:
        '200':
          description: The search response
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocumentTypesenseSearchResponse
components:
  schemas:
    Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocumentTypesenseSearchResponse:
      type: object
      properties:
        facet_counts:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Search_TypesenseFacetCounts'
          nullable: true
        found:
          type: integer
          format: int32
        hits:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocumentHit
          nullable: true
        grouped_hits:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocumentGroupedHits
        out_of:
          type: integer
          format: int32
        page:
          type: integer
          format: int32
        request_params:
          $ref: '#/components/schemas/Ormeo_Library_Search_RequestParams'
        search_cutoff:
          type: boolean
          nullable: true
        search_time_ms:
          type: integer
          format: int32
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCounts:
      type: object
      properties:
        counts:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_TypesenseFacetCountDetails
          nullable: true
        field_name:
          type: string
          nullable: true
        sampled:
          type: boolean
        stats:
          $ref: '#/components/schemas/Ormeo_Library_Search_TypesenseFacetCountsStats'
        localizedFieldName:
          type: string
          nullable: true
          readOnly: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocumentHit:
      type: object
      properties:
        document:
          $ref: >-
            #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocument
        geo_distance_meters:
          nullable: true
        highlight:
          nullable: true
        highlights:
          type: array
          items:
            $ref: '#/components/schemas/Ormeo_Library_Search_HighlightElement'
          nullable: true
        text_match:
          type: number
          format: double
          nullable: true
        text_match_info:
          $ref: '#/components/schemas/Ormeo_Library_Search_TextMatchInfo'
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocumentGroupedHits:
      type: object
      properties:
        group_key:
          type: array
          items:
            type: string
          nullable: true
        hits:
          type: array
          items:
            $ref: >-
              #/components/schemas/Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocumentHit
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_RequestParams:
      type: object
      properties:
        collection_name:
          type: string
          nullable: true
        first_q:
          type: string
          nullable: true
        per_page:
          type: integer
          format: int64
          nullable: true
        q:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCountDetails:
      type: object
      properties:
        count:
          type: integer
          format: int64
        highlighted:
          type: string
          nullable: true
        value:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TypesenseFacetCountsStats:
      type: object
      properties:
        total_values:
          type: integer
          format: int64
      additionalProperties: false
    Ormeo_Library_Search_Documents_TypesenseCompanyFinancialReportDocument:
      type: object
      properties:
        id:
          type: string
          nullable: true
        companyId:
          type: integer
          format: int32
          nullable: true
        companyName:
          type: string
          nullable: true
        externalId:
          type: integer
          format: int32
        externalOrigin:
          type: integer
          format: int32
        registrationNumber:
          type: integer
          format: int64
          nullable: true
        periodEnd:
          type: integer
          format: int32
          nullable: true
        ruleset:
          type: string
          nullable: true
        formatDescription:
          type: string
          nullable: true
        caseNumber:
          type: integer
          format: int32
        caseYear:
          type: integer
          format: int32
        netSalesK:
          type: integer
          format: int32
          nullable: true
        numberOfEmployees:
          type: number
          format: double
          nullable: true
        balanceSheetTotalK:
          type: integer
          format: int32
          nullable: true
        otherText:
          type: string
          nullable: true
        auditorOtherText:
          type: string
          nullable: true
        revisorNamn:
          type: string
          nullable: true
        revisionsbolag:
          type: string
          nullable: true
        allmantVerksamheten:
          type: string
          nullable: true
        vasentligaHandelserRakenskapsaret:
          type: string
          nullable: true
        verksamhetenArtInriktning:
          type: string
          nullable: true
        viktigaForandringarVerksamheten:
          type: string
          nullable: true
        viktigaExternaFaktorerPaverkatForetagetStallningResultat:
          type: string
          nullable: true
        speciellaOmstandigheterBerorForetaget:
          type: string
          nullable: true
        uppgiftAgareMerAnTioProcentAndelarRoster:
          type: string
          nullable: true
        komplementarKommanditbolag:
          type: string
          nullable: true
        ovrigaViktigaForhallandenVasentligaHandelser:
          type: string
          nullable: true
        kommentarFlerarsoversikt:
          type: string
          nullable: true
        forandringEgetKapitalKommentar:
          type: string
          nullable: true
        avskrivningarMateriellaAnlaggningstillgangarKommentar:
          type: string
          nullable: true
        andelarKoncernforetagKommentar:
          type: string
          nullable: true
        dispositionerVinstForlustKommentar:
          type: string
          nullable: true
        foretagetsSate:
          type: string
          nullable: true
        eventualForpliktelser:
          type: string
          nullable: true
        uppgiftModerforetag:
          type: string
          nullable: true
        innehavAndelarKoncernforetag:
          type: string
          nullable: true
        harNot:
          type: boolean
        not:
          $ref: '#/components/schemas/Ormeo_Library_Search_Documents_Not'
        harRevisor:
          type: boolean
        revisor:
          $ref: '#/components/schemas/Ormeo_Library_Search_Documents_Revisor'
        reportSoftwareMetaTag:
          type: string
          nullable: true
        reportSoftwareVersionMetaTag:
          type: string
          nullable: true
        reportApplicationName:
          type: string
          nullable: true
        reportAuditReportHashMetaTag:
          type: string
          nullable: true
        reportOriginatorMetaTag:
          type: string
          nullable: true
        reportAuditorMetaTag:
          type: string
          nullable: true
        auditorSoftwareMetaTag:
          type: string
          nullable: true
        auditorSoftwareVersionMetaTag:
          type: string
          nullable: true
        auditorApplicationName:
          type: string
          nullable: true
        auditorReportHashMetaTag:
          type: string
          nullable: true
        auditorOriginatorMetaTag:
          type: string
          nullable: true
        representativeSignatures:
          type: array
          items:
            type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_HighlightElement:
      type: object
      properties:
        field:
          type: string
          nullable: true
        matched_tokens:
          type: array
          items:
            type: string
          nullable: true
        snippet:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_TextMatchInfo:
      type: object
      properties:
        best_field_score:
          type: string
          nullable: true
        best_field_weight:
          type: integer
          format: int64
          nullable: true
        fields_matched:
          type: integer
          format: int64
          nullable: true
        num_tokens_dropped:
          type: integer
          format: int64
          nullable: true
        score:
          type: string
          nullable: true
        tokens_matched:
          type: integer
          format: int64
          nullable: true
        typo_prefix_score:
          type: integer
          format: int64
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Not:
      type: object
      properties:
        eventualForpliktelser:
          type: string
          nullable: true
        langfristigaSkulder:
          type: string
          nullable: true
        stalldaSakerheter:
          type: string
          nullable: true
        tillgangarAvsattningarSkulder:
          type: string
          nullable: true
        ovrigaMateriellaAnlaggningstillgangar:
          type: string
          nullable: true
        andelarKoncernforetag:
          type: string
          nullable: true
        byggnaderMark:
          type: string
          nullable: true
        inventarierVerktygInstallationer:
          type: string
          nullable: true
        andelarIntresseforetagGemensamtStyrdaForetag:
          type: string
          nullable: true
        medelantaletAnstallda:
          type: string
          nullable: true
        andraLangfristigaFordringar:
          type: string
          nullable: true
        upplysningModerforetag1:
          type: string
          nullable: true
        upplysningModerforetag2:
          type: string
          nullable: true
        andraLangfristigaVardepappersinnehav:
          type: string
          nullable: true
        vasentligaHandelserRakenskapsaretsSlut:
          type: string
          nullable: true
        checkrakningskreditKommentar:
          type: string
          nullable: true
      additionalProperties: false
    Ormeo_Library_Search_Documents_Revisor:
      type: object
      properties:
        pateckningRevisionsberattelseEnligtStandardutformning:
          type: string
          nullable: true
        harPateckningRevisionsberattelseEnligtStandardutformning:
          type: boolean
        andraKravLagForfattningAnmarkning:
          type: string
          nullable: true
        harAndraKravLagForfattningAnmarkning:
          type: boolean
        ovrigaUpplysningar:
          type: string
          nullable: true
        andraKravLagForfattningRevisorAnsvar:
          type: string
          nullable: true
        grundUttalanden:
          type: string
          nullable: true
        harGrundUttalanden:
          type: boolean
        styrelsenVerkstallandeDirektorAnsvar:
          type: string
          nullable: true
        andraKravLagForfattningGrundUttalanden:
          type: string
          nullable: true
        andraKravLagForfattningStyrelseVerkstallandeDirektorAnsvar:
          type: string
          nullable: true
        styrelsenAnsvar:
          type: string
          nullable: true
        andraKravLagForfattningStyrelseAnsvar:
          type: string
          nullable: true
        underskriftRevisionsberattelse:
          type: string
          nullable: true
        uttalanden:
          type: string
          nullable: true
        andraKravLagForfattningUttalanden:
          type: string
          nullable: true
        vasentligOsakerhetsfaktorAvseendeAntagandetFortsattDrift:
          type: string
          nullable: true
      additionalProperties: false
  securitySchemes:
    ApiKey:
      type: apiKey
      name: x-api-key
      in: header

````