---
title: "Get cooling zone configuration"
method: GET
path: "/v1/objects/{object-id}/cooling-zone"
tags: ["Objects"]
---

# Get cooling zone configuration

`GET /v1/objects/{object-id}/cooling-zone`

Return the cooling zone's settings (the same shape accepted by the matching PATCH).

This property group applies to Cooling zone objects only; requesting it for any other
object class returns 400.

## Path parameters

- `object-id` integer, required

## Response `200`

Cooling zone configuration.

- CoolingZoneConfig — Cooling zone property group. Returned by GET /v1/objects/{id}/cooling-zone and embedded as `ObjectDetails.coolingZone`; accepted by PATCH /v1/objects/{id}/cooling-zone with merge-patch semantics (omitted fields are left unchanged).
  - `zoneType` 'PLANT' | 'ZONE' | 'OTHER' — Kind of cooling zone.
  - `ratedCapacity` integer — Rated thermal capacity in watts; 0 means undeclared.

## Other responses

- `400` — Property group not applicable to object class.
- `401` — Unauthorized
- `403` — User does not have read access to the object
- `404` — Object with given ID does not exist

## Changes

- **2026-09-06** `c4fbee63f843` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/objects/:object-id/cooling-zone/get.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/8dab9171ee5d?raw)
