---
title: "GET /chained_events/{entityId}"
method: GET
path: "/chained_events/{entityId}"
tags: ["Proposal"]
---

# GET /chained_events/{entityId}

`GET /chained_events/{entityId}`

Get the chain of successive events also with forks but no super or sub events if they are not in the chain.

## Path parameters

- `entityId` integer, required

## Response `200`

Success

- ChainEventModel
  - `name` string, required
  - `id` integer, required
  - `system_class` string, required
  - `geometry` union, required
    - Polygon
      - `type` 'Polygon', required
      - `coordinates` LinearRing[], required
        - Position[]
          - number[]
      - `title` string
      - `description` string
      - `locationId` string
      - `shapeType` 'area' | 'shape'
    - Point
      - `type` 'Point', required
      - `coordinates` number[], required
      - `title` string
      - `description` string
      - `locationId` string
      - `shapeType` 'centerpoint'
    - LineString
      - `type` 'LineString', required
      - `coordinates` Position[], required
        - number[]
      - `title` string
      - `description` string
      - `locationId` string
      - `shapeType` 'polyline'
    - GeometryCollection
      - `type` 'GeometryCollection', required
      - `geometries` union[], required
        - union
          - Polygon
            - `type` 'Polygon', required
            - `coordinates` LinearRing[], required
              - …
            - `title` string
            - `description` string
            - `locationId` string
            - `shapeType` 'area' | 'shape'
          - Point
            - `type` 'Point', required
            - `coordinates` number[], required
            - `title` string
            - `description` string
            - `locationId` string
            - `shapeType` 'centerpoint'
          - LineString
            - `type` 'LineString', required
            - `coordinates` Position[], required
              - …
            - `title` string
            - `description` string
            - `locationId` string
            - `shapeType` 'polyline'
  - `children` ChainEventModel[], nullable, required

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-04-01** `b640f0339736` — 2 breaking, 6 info
  - removed the media type `application/json` for the response with the status `404`
  - removed the required property `geometries` from the response with the `200` status
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - …4 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/chained_events/:entityId/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/f2e51ff080a6/schema)
