---
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

---

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