---
title: "GET /Search_t"
method: GET
path: "/Search_t"
tags: ["Search_t"]
---

# GET /Search_t

`GET /Search_t`

## Query parameters

- `token` string
- `query` string
- `firstN` integer

## Response `200`

Success

- ReturnResultOfSearchResult
  - `returnStatus` ReturnStatus
    - `errorNumber` integer
    - `errorMessage` string, nullable
  - `data` SearchResult
    - `urNs` string[], nullable
    - `contacts` ContactShort[], nullable
      - `urn` string, nullable
      - `conieID` integer, nullable
      - `conseID` integer, nullable
      - `firstName` string, nullable
      - `familyName` string, nullable
      - `type` string, nullable
      - `socialName` string, nullable
      - `socialVat` string, nullable
      - `socialLegalFormCode` string, nullable
      - `relenStatusCode` string, nullable
      - `preferredAddress` ShortAddress
        - `subCode` string, nullable
        - `street` string, nullable
        - `city` string, nullable
        - `country` string, nullable
        - `postalCode` string, nullable
        - `streetHouseNumber` string, nullable
        - `streetComplement` string, nullable
        - `formatted` string, nullable
        - `reltpID` integer
      - `preferredTouchPoints` ShortTouchPoint[], nullable
        - `code` string, nullable
        - `subCode` string, nullable
        - `value` string, nullable
        - `reltpID` integer
      - `conieStatusCode` string, nullable
      - `conseStatusCode` string, nullable
      - `hasTouchPoints` boolean, nullable

---

[API](https://skmtc.net/mymip/apis/miprestapi.md) · [All operations](https://skmtc.net/mymip/apis/miprestapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mymip/miprestapi/versions/4f4beba40fcf/schema)
