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

# Get object by id

`GET /objects/{object-id}`

Request to get exact object identified by ID or GUID.

## Path parameters

- `object-id` string, required

## Response `200`

Object information identified by provided ID or GUID.

- object

## Changes

- **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/9c09a2aad349/schema)
