---
title: "GET /linked_entities_by_properties_recursive/{entityId}"
method: GET
path: "/linked_entities_by_properties_recursive/{entityId}"
tags: ["Proposal"]
---

# GET /linked_entities_by_properties_recursive/{entityId}

`GET /linked_entities_by_properties_recursive/{entityId}`

Retrieves all entities linked with the provided property to the entity with the provided `{entityId}` in a recursive manner.

## Path parameters

- `entityId` integer, required

## Query parameters

- `properties` string[], required
- `download` boolean
- `count` boolean
- `show` string[]
- `format` 'lp' | 'lpx' | 'geojson' | 'geojson-v2' | 'pretty-xml' | 'n3' | 'turtle' | 'nt' | 'xml'
- `export` 'csv' | 'csvNetwork'
- `column` 'id' | 'name' | 'cidoc_class' | 'system_class' | 'begin_from' | 'begin_to' | 'end_from' | 'end_to'
- `sort` 'asc' | 'desc'
- `first` integer
- `last` integer
- `page` integer
- `limit` integer
- `type_id` integer[]
- `relation_type` string[]
- `locale` 'ca' | 'de' | 'en' | 'es' | 'fr'
- `centroid` boolean

## Response `200`

Success

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-04-01** `b640f0339736` — 27 breaking, 1 warning, 7 info
  - removed the enum value `begin` from the `query` request parameter `column`
  - removed the enum value `checkbox` from the `query` request parameter `column`
  - removed the enum value `class` from the `query` request parameter `column`
  - removed the enum value `content` from the `query` request parameter `column`
  - …31 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/linked_entities_by_properties_recursive/:entityId/get.md)

---

[API](https://skmtc.dev/craws/apis/openatlas-api.md) · [All operations](https://skmtc.dev/craws/apis/openatlas-api/llms.txt) · [OpenAPI document](https://skmtc.dev/craws/apis/openatlas-api/revisions/b640f0339736?raw)
