---
title: "List objects in interest"
method: GET
path: "/api/interests/{interest}/objects"
---

# List objects in interest

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

Returns a list of all objects matching the interest query

## Response `200`

A list of object summaries

- ObjectSummary[]
  - `objectId` integer, required — Sen Object Identifier
  - `name` string, required — Object name
  - `className` string, required — Object class name
  - `localName` string, required — Object local name
  - `link` Link, required
    - `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

## Other responses

- `400` — Bad request
- `401` — Unauthorized, missing or invalid JWT token

## Changes

- **2026-05-19** `59dd5f0d95de` — 2 warning, 2 info
  - added the new `get` enum value to the `items/link/method` response property for the response status `200`
  - added the new `post` enum value to the `items/link/method` response property for the response status `200`
  - removed the `httpGet` enum value from the `items/link/method` response property for the response status `200`
  - removed the `httpPost` enum value from the `items/link/method` response property for the response status `200`
- **2026-02-26** `a817fe1f1538` — 2 warning, 2 info
  - added the new `httpGet` enum value to the `items/link/method` response property for the response status `200`
  - added the new `httpPost` enum value to the `items/link/method` response property for the response status `200`
  - removed the `get` enum value from the `items/link/method` response property for the response status `200`
  - removed the `post` enum value from the `items/link/method` response property for the response status `200`

[Change history](https://skmtc.dev/airbus/apis/openapi-document-for-rest-component/changes/api/interests/:interest/objects/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)
