---
title: "GET /network_visualisation/"
method: GET
path: "/network_visualisation/"
tags: ["Proposal"]
---

# GET /network_visualisation/

`GET /network_visualisation/`

Retrieves a list of object with id, system_class, label and related ids

## Query parameters

- `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-04-01** `b640f0339736` — 4 breaking, 7 info
  - removed the enum value `alias` from the property `items/` of the `query` request parameter `exclude_system_classes`
  - removed the enum value `text` from the property `items/` of the `query` request parameter `exclude_system_classes`
  - removed the media type `application/json` for the response with the status `404`
  - removed the required property `results/items/typeIds` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/network_visualisation/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/f6bbad448a9f/schema)
