---
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-02-17** `344dcb617089` — 1 info
  - added the required property `results/items/typeIds` to the response with the `200` status
- **2025-12-03** `008688998b83` — 6 breaking, 1 info
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `401`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `403`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `404`
  - the `allOf[#/components/schemas/ApiError]/url` response's property type/format changed from `string`/`uri` to `string`/`` for status `409`
  - …3 more
- **2025-12-02** `26f86ddcd57c` — 1 breaking, 9 info
  - removed the enum value `type_tools` from the property `items/` of the `query` request parameter `exclude_system_classes`
  - added `#/components/schemas/ApiError, subschema #2` to the response body `allOf` list for the response status `404`
  - added `#/components/schemas/ApiError, #/components/schemas/ParameterError, subschema #3` to the response body `anyOf` list for the response status `400`
  - removed `#/components/schemas/ErrorModel, #/components/schemas/ParameterErrorModel` from the response body `oneOf` list for the response status `400`
  - …6 more
- …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/cf163e4be500/schema)
