---
title: "Get all point of interest's types"
method: GET
path: "/pois/types"
tags: ["PoiTypes"]
---

# Get all point of interest's types

`GET /pois/types`

Get all point of interest's types

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Get all points of interest types

- object
  - `meta` unknown
  - `data` PoiType
    - `code` string — Poi type code
    - `description` string — Poi type name
    - `iconUrl` string — Poi type icon url
    - `iconFont` number — Poi type icon font

## Other responses

- `403` — Not authorized access

---

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