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

---

[API](https://skmtc.net/craws/apis/openatlas-api.md) · [All operations](https://skmtc.net/craws/apis/openatlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craws/openatlas-api/revisions/bbd340468fc9/schema)
