---
title: "GET /subunits/{entityId}"
method: GET
path: "/subunits/{entityId}"
tags: ["Special Endpoints"]
---

# GET /subunits/{entityId}

`GET /subunits/{entityId}`

Retrieves all subunits of a place in a special format, used by e.g. ARIADNEplus and THANADOS.

## Path parameters

- `entityId` integer, required — Internal database ID

## Query parameters

- `download` boolean

## Response `200`

Successful response returning subunits for one or more entities.

- SubunitsModel — A map of entity IDs (e.g., '50505') to an array of their subunit objects.

## 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/versions/bbd340468fc9/schema)
