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

# GET /ego_network_visualisation/{entityId}

`GET /ego_network_visualisation/{entityId}`

Retrieves a list of object with id, system_class, label and related ids connected to one entity.

## Path parameters

- `entityId` integer, required

## Query parameters

- `depth` integer
- `exclude_system_classes` string[]
- `linked_to_ids` integer[]
- `download` boolean

## Response `200`

Success

- NetworkVisualisationModel
  - `results` object[], required
    - `id` number, required
    - `label` string, required
    - `systemClass` string, required
    - `relations` number[], required

## Other responses

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

## Changes

- **2025-05-06** `92e196dd5a62` — 1 breaking
  - added the new path request parameter `entityId`
- **2025-05-06** `ff3af74d474f` — 1 info
  - endpoint added
- **2025-04-01** `b640f0339736` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/ego_network_visualisation/: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-service-production.skmtc.workers.dev/v1/apis/craws/openatlas-api/revisions/416dda657463/schema)
