---
title: "GET /v1/entity/{id}/children"
method: GET
path: "/v1/entity/{id}/children"
tags: ["v1"]
---

# GET /v1/entity/{id}/children

`GET /v1/entity/{id}/children`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- EntityChildrenResponse
  - `id` string — Parent entity identifier
  - `name` string — Parent entity name
  - `entityType` 'DESTINATION' | 'PARK' | 'ATTRACTION' | 'RESTAURANT' | 'HOTEL' | 'SHOW' — Type of entity in the theme park system
  - `timezone` string — Entity timezone
  - `children` EntityChild[]
    - `id` string, required — Unique entity identifier
    - `name` string, required — Entity name
    - `entityType` 'DESTINATION' | 'PARK' | 'ATTRACTION' | 'RESTAURANT' | 'HOTEL' | 'SHOW', required — Type of entity in the theme park system
    - `externalId` string — External identifier
    - `parentId` string — Parent entity identifier
    - `location` EntityLocation
      - `latitude` number, nullable — Latitude coordinate of the entity location
      - `longitude` number, nullable — Longitude coordinate of the entity location

## Other responses

- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/themeparks/apis/v1-api.md) · [All operations](https://skmtc.dev/themeparks/apis/v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/themeparks/v1-api/revisions/38d9a8a607bb/schema)
