---
title: "Get exact search for an integration key link"
method: GET
path: "/v1/IntegrationKeyLink/ExactSearch"
tags: ["IntegrationKeyLink"]
---

# Get exact search for an integration key link

`GET /v1/IntegrationKeyLink/ExactSearch`

Get the exact search result for an integration key link.

## Query parameters

- `search.integration_key_link_id` integer[]
- `search.integration_system_id` integer[]
- `search.integration_entity_type_id` integer[]
- `search.internal_id` integer[]
- `search.external_id` string[]
- `search.created_date_start` string, date-time
- `search.created_date_end` string, date-time
- `search.created_by` integer[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevAppSearchModelsResponseOfRevAppModelsIntegrationKeyLinkModel — Generic search response model.
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsIntegrationKeyLinkModel[] — List of records returned.
    - `integration_key_link_id` integer — Primary identifier for this integration key link.
    - `integration_system_id` integer — Foreign identifier for the integration system this key link is associated with.
    - `integration_entity_type_id` integer — Foreign identifier for the integration entity type this key link is associated with.
    - `internal_id` integer — Foreign identifier to a data structure internal to Rev.io.
    - `external_id` string — Foreign identifier to a data structure outside of Rev.io.
    - `created_date` string, date-time — Date and time this integration key link was created.
    - `created_by` integer — Foreign identifier of the user who created this integration key link.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
