---
title: "List all existing countries"
method: GET
path: "/v1/countries"
tags: ["Country"]
---

# List all existing countries

`GET /v1/countries`

## Query parameters

- `Name` string
- `IsoCode` string
- `Lang` 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

- CountryResponseModelQueryResult
  - `totalItems` integer
  - `items` CountryResponseModel[], nullable
    - `name` string, nullable
    - `isoCode` 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)
