---
title: "List all south connector types"
method: GET
path: "/api/south/types"
tags: ["South Connectors"]
---

# List all south connector types

`GET /api/south/types`

Retrieves a list of all available south connector types

## Response `200`

Array of south connector type objects

- SouthType[]
  - `id` 'opcua' | 'mqtt' | 'modbus' | 'oianalytics' | 'ads' | 'folder-scanner' | 'ftp' | 'influxdb' | 'mssql' | 'mysql' | 'odbc' | 'oledb' | 'opc' | 'oracle' | 'osisoft-pi' | 'postgresql' | 'rest' | 'sftp' | 'sqlite', required — Type representing the possible types for a South connector.
  - `category` 'file' | 'iot' | 'database' | 'api', required — Type representing the possible categories for a South connector.
  - `modes` object, required — The operating modes supported by this connector type.
    - `history` boolean, required — Whether this connector supports historical data retrieval.
    - `lastFile` boolean, required — Whether this connector supports retrieving the last file.
    - `lastPoint` boolean, required — Whether this connector supports retrieving the last data point.
    - `subscription` boolean, required — Whether this connector supports real-time subscription mode.

## Changes

- **2026-07-28** `9a6250881fa7` — 1 warning
  - added the new `influxdb` enum value to the `items/id` response property for the response status `200`
- **2026-07-26** `ea1c80cb9c69` — 1 info
  - removed the `influxdb` enum value from the `items/id` response property for the response status `200`
- **2026-07-20** `6a232346b158` — 1 warning
  - added the new `influxdb` enum value to the `items/id` response property for the response status `200`
- **2026-07-15** `57cbe043ec5a` — 1 info
  - removed the `influxdb` enum value from the `items/id` response property for the response status `200`
- **2026-07-06** `4c50d4a73f66` — 1 warning
  - added the new `influxdb` enum value to the `items/id` response property for the response status `200`

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/south/types/get.md)

---

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