---
title: "Get full details of direct child objects"
method: GET
path: "/v1/objects/{object-id}/children"
tags: ["Objects"]
---

# Get full details of direct child objects

`GET /v1/objects/{object-id}/children`

Retrieve full details of all direct (non-recursive) child objects of the specified parent object. Children that the user does not have read access to are omitted.

## Path parameters

- `object-id` integer, required

## Query parameters

- `class` string
- `filter` string

## Response `200`

Successful retrieval of direct child object details.

- ObjectDetails[]
  - `alias` string — Object alias
  - `category` integer — Object category ID
  - `class` 'AccessPoint' | 'AgentPolicyLogParser' | 'Asset' | 'AssetGroup' | 'AssetRoot' | 'BusinessService' | 'BusinessServiceProto' | 'BusinessServiceRoot' | 'Chassis' | 'Cluster' | 'Condition' | 'Container' | 'Dashboard' | 'DashboardGroup' | 'DashboardRoot' | 'Generic' | 'Interface' | 'MobileDevice' | 'Network' | 'NetworkMap' | 'NetworkMapGroup' | 'NetworkMapRoot' | 'NetworkService' | 'Node' | 'NodeLink' | 'Rack' | 'Report' | 'ReportGroup' | 'ReportRoot' | 'Sensor' | 'ServiceCheck' | 'ServiceRoot' | 'Subnet' | 'Template' | 'TemplateGroup' | 'TemplateRoot' | 'VPNConnector' | 'Zone'
  - `guid` string, uuid — Object GUID
  - `id` integer — Object ID
  - `name` string — Object name
  - `timestamp` string, date-time — Object last change timestamp
  - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

## Other responses

- `401` — Unauthorized
- `403` — User does not have read access to given object
- `404` — Object with given ID does not exist

## Changes

- **2026-05-08** `c6aaf3632e48` — 4 warning
  - removed the optional property `items/chassisPlacementConfig` from the response with the `200` status
  - removed the optional property `items/customAttributes` from the response with the `200` status
  - removed the optional property `items/pollStates` from the response with the `200` status
  - removed the optional property `items/responsibleUsers` from the response with the `200` status

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/objects/:object-id/children/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-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-api/revisions/c6aaf3632e48/schema)
