---
title: "View integration entity type"
method: GET
path: "/v1/IntegrationEntityType/{id}"
tags: ["IntegrationEntityType"]
---

# View integration entity type

`GET /v1/IntegrationEntityType/{id}`

Find a single integration entity type by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsIntegrationEntityTypeModel
  - `ok` boolean
  - `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

- `404` — NotFound
- `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)
