---
title: "Get object details"
method: GET
path: "/api/interests/{interest}/objects/{object}"
---

# Get object details

`GET /api/interests/{interest}/objects/{object}`

Returns information about a specific object including available methods, properties, and events

## Response `200`

Object details

- Object
  - `objectId` integer, required — Sen Object Identifier
  - `name` string, required — Object name
  - `className` string, required — Qualified class name
  - `localName` string, required — Object local name
  - `description` string, required — Class description
  - `links` Link[], required — Links to available methods, properties, and events
    - `rel` 'method' | 'setter' | 'getter' | 'def' | 'property' | 'propertySubscribe' | 'propertyUnsubscribe' | 'evt', required — Relationship type
    - `href` string, required — URL path to the resource
    - `method` 'get' | 'post', required — HTTP method to use
  - `properties` object — Properties with its values

## Other responses

- `400` — Bad request
- `401` — Unauthorized, missing or invalid JWT token
- `404` — Resource not found

## Changes

- **2026-05-19** `59dd5f0d95de` — 2 warning, 2 info
  - added the new `get` enum value to the `links/items/method` response property for the response status `200`
  - added the new `post` enum value to the `links/items/method` response property for the response status `200`
  - removed the `httpGet` enum value from the `links/items/method` response property for the response status `200`
  - removed the `httpPost` enum value from the `links/items/method` response property for the response status `200`
- **2026-05-18** `716ec6f9d637` — 2 info
  - added the new optional `query` request parameter `includeValues` to all path's operations
  - added the optional property `properties` to the response with the `200` status
- **2026-02-26** `a817fe1f1538` — 3 warning, 2 info
  - removed the optional property `properties` from the response with the `200` status
  - added the new `httpGet` enum value to the `links/items/method` response property for the response status `200`
  - added the new `httpPost` enum value to the `links/items/method` response property for the response status `200`
  - removed the `get` enum value from the `links/items/method` response property for the response status `200`
  - …1 more

[Change history](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component/changes/api/interests/:interest/objects/:object/get.md)

---

[API](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component.md) · [All operations](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/airbus/openapi-document-for-rest-component/revisions/c9a79ab26d8c/schema)
