---
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
    - `typeIds` number[], required
    - `relations` number[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access denied
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal server error

## Changes

- **2026-06-15** `d733a1f686a9` — 2 breaking, 2 info
  - removed the enum value `appellation` from the property `items/` of the `query` request parameter `exclude_system_classes`
  - removed the enum value `source_translation` from the property `items/` of the `query` request parameter `exclude_system_classes`
  - added the enum value `alias` to the property `items/` of the `query` request parameter `exclude_system_classes`
  - added the enum value `text` to the property `items/` of the `query` request parameter `exclude_system_classes`
- **2026-05-18** `823494cea2ed` — 2 breaking, 2 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`
  - added the enum value `appellation` to the property `items/` of the `query` request parameter `exclude_system_classes`
  - added the enum value `source_translation` to the property `items/` of the `query` request parameter `exclude_system_classes`
- …earlier changes not shown

[Full 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/bbd340468fc9/schema)
