---
title: "Get object by ID"
method: GET
path: "/objects/{object-id}"
tags: ["Objects"]
---

# Get object by ID

`GET /objects/{object-id}`

Returns detailed information about a specific object

## Path parameters

- `object-id` string, required

## Response `200`

Object information

- AbstractObject
  - `objectId` integer
  - `guid` string, uuid
  - `objectName` string
  - `alias` string
  - `nameOnMap` string
  - `objectClass` integer
  - `categoryId` integer
  - `flags` integer
  - `status` 'NORMAL' | 'WARNING' | 'MINOR' | 'MAJOR' | 'CRITICAL' | 'UNKNOWN' | 'UNMANAGED' | 'DISABLED' | 'TESTING'
  - `isDeleted` boolean
  - `inMaintenanceMode` boolean
  - `maintenanceInitiatorId` integer
  - `comments` string
  - `commentsSource` string
  - `geolocation` Geolocation
    - `type` integer — 0: UNSET, 1: MANUAL, 2: GPS, 3: NETWORK
    - `latitude` number, double
    - `longitude` number, double
    - `accuracy` integer — Accuracy in meters
    - `timestamp` integer — Unix timestamp
  - `postalAddress` PostalAddress
    - `country` string
    - `region` string
    - `city` string
    - `district` string
    - `streetAddress` string
    - `postcode` string
  - `mapImage` string, uuid
  - `drillDownObjectId` integer
  - `trustedObjects` integer[]
  - `inheritAccessRights` boolean
  - `accessList` AccessListElement[]
    - `userId` integer
    - `accessRights` integer — Bit flags. Attribute is 64 bit wide since schema version 70.25. All 32 low bits are allocated, including bit 31 (0x80000000) for EXECUTE_SCRIPT. - 0x00000001: READ - 0x00000002: MODIFY - 0x00000004: CREATE - 0x00000008: DELETE - 0x00000010: READ_ALARMS - 0x00000020: ACL - 0x00000040: UPDATE_ALARMS - 0x00000080: SEND_EVENTS - 0x00000100: CONTROL - 0x00000200: TERM_ALARMS - 0x00000400: PUSH_DATA - 0x00000800: CREATE_ISSUE - 0x00001000: DOWNLOAD - 0x00002000: UPLOAD - 0x00004000: MANAGE_FILES - 0x00008000: MAINTENANCE - 0x00010000: READ_AGENT - 0x00020000: READ_SNMP - 0x00040000: SCREENSHOT - 0x00080000: EDIT_MNT_JOURNAL - 0x00100000: CONFIGURE_AGENT - 0x00200000: EDIT_COMMENTS - 0x00400000: EDIT_RESP_USERS - 0x00800000: DELEGATED_READ - 0x01000000: MANAGE_POLICIES - 0x02000000: MANAGE_INCIDENTS - 0x04000000: READ_CREDENTIALS - 0x08000000: QUERY_WEBSVC - 0x10000000: UPLOAD_DEVICE_CONFIG - 0x20000000: READ_DEVICE_CONFIG - 0x40000000: READ_DC_CONFIG - 0x80000000: EXECUTE_SCRIPT
  - `creationTime` integer
  - `parents` integer[]
  - `children` integer[]
  - `dashboards` integer[]
  - `customAttributes` object
  - `urls` object[]
  - `responsibleUsers` integer[]
  - `objectClassName` string

## Other responses

- `401` — Access denied
- `404` — Object not found

## Changes

- **2026-01-30** `32f48ec94aec` — 32 info
  - added the non-success response with the status `404`
  - added the optional property `accessList` to the response with the `200` status
  - added the optional property `alias` to the response with the `200` status
  - added the optional property `categoryId` to the response with the `200` status
  - …28 more
- **2023-02-28** `910d3ad08e09` — 2 info
  - api operation id `getObject` was added
  - added the non-success response with the status `401`
- **2023-02-23** `9c09a2aad349` — 29 warning, 3 info
  - removed the optional property `accessList` from the response with the `200` status
  - removed the optional property `alias` from the response with the `200` status
  - removed the optional property `categoryId` from the response with the `200` status
  - removed the optional property `children` from the response with the `200` status
  - …28 more

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

---

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