---
title: "Search integration entity types"
method: GET
path: "/v1/IntegrationEntityType"
tags: ["IntegrationEntityType"]
---

# Search integration entity types

`GET /v1/IntegrationEntityType`

Search for one or more integration entity types.

## Query parameters

- `search.integration_entity_type_id` integer[]
- `search.entity_type_name` 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

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsIntegrationEntityTypeModel
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsIntegrationEntityTypeModel[] — List of records returned.
    - `integration_entity_type_id` integer — Primary identifier for this integration entity type.
    - `entity_type_name` string — Description of the integration entity type.
    - `created_date` string, date-time — Date and time this integration entity type was created.
    - `created_by` integer — Foreign identifier of the user who created this integration entity type.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

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