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

---

[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/20d5f0959963/schema)
