---
title: "List all existing chat widgets."
method: GET
path: "/v1/chatwidgets"
tags: ["ChatWidget"]
---

# List all existing chat widgets.

`GET /v1/chatwidgets`

## Query parameters

- `Id` integer
- `DepartmentId` integer
- `Name` string
- `Domain` string
- `Q` string
- `Fields` string
- `ViewType` 0 | 1 — <p>Enum values:</p><ul><li><i>0 = List</i></li><li><i>1 = Kanban</i></li></ul>
- `Page` integer
- `ItemsPerPage` integer
- `ReturnTotalItems` boolean
- `sortCol` string
- `sortDir` string

## Response `200`

OK

- ChatWidgetResponseModelQueryResult
  - `totalItems` integer
  - `items` ChatWidgetResponseModel[], nullable
    - `id` integer
    - `departmentId` integer
    - `name` string, nullable
    - `domain` string, nullable
    - `workingHourType` integer
    - `offlineMsg` string, nullable
    - `onlineMsg` string, nullable
    - `chatTitle` string, nullable
    - `chatSubtitle` string, nullable
    - `chatTitleOffline` string, nullable
    - `chatSubtitleOffline` string, nullable
    - `language` string, nullable
    - `status` integer
    - `apiKey` string, nullable
    - `androidKey` string, nullable
    - `iosKey` string, nullable

---

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