v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Object Categories

Create a new object category

Create a new object category. Requires MANAGE_OBJECT_CATEGORIES system access right.

post/v1/object-categories

Request body

namestring required

Object category name (cannot be empty).

iconstring uuid

UUID of the icon image from the image library.

mapImagestring uuid

UUID of the map image from the image library.

Response

Object category created successfully.

idinteger

Unique object category identifier.

namestring

Object category name.

iconstring uuid

UUID of the icon image from the image library.

mapImagestring uuid

UUID of the map image from the image library.