---
title: "Get all object categories"
method: GET
path: "/v1/object-categories"
tags: ["Object Categories"]
---

# Get all object categories

`GET /v1/object-categories`

Retrieve the list of all configured object categories.

## Response `200`

List of object categories.

- ObjectCategory[]
  - `id` integer — Unique object category identifier.
  - `name` string — Object category name.
  - `icon` string, uuid — UUID of the icon image from the image library.
  - `mapImage` string, uuid — UUID of the map image from the image library.

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
