---
title: "View integration system"
method: GET
path: "/v1/IntegrationSystem/{id}"
tags: ["IntegrationSystem"]
---

# View integration system

`GET /v1/IntegrationSystem/{id}`

Find a single integration system by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsIntegrationSystemModel
  - `ok` boolean
  - `integration_system_id` integer — Primary identifier for this integration system.
  - `system_name` string — Description of integration system.
  - `created_date` string, date-time — Date and time this integration system was created.
  - `created_by` integer — Foreign identifier of the user who created this integration system.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

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