---
title: "GET /table_rows/"
method: GET
path: "/table_rows/"
tags: ["Proposal", "Entity Query Endpoint"]
---

# GET /table_rows/

`GET /table_rows/`

## Query parameters

- `entities` integer[]
- `view_classes` string[]
- `system_classes` string[]
- `cidoc_classes` string[]
- `linked_entities` integer[]
- `download` boolean
- `count` boolean
- `show` string[]
- `column` 'id' | 'name' | 'cidoc_class' | 'system_class' | 'type' | 'class' | 'created' | 'creator' | 'content' | 'count' | 'description' | 'extension' | 'icon' | 'group' | 'license_holder' | 'license' | 'public' | 'size' | 'begin_from' | 'begin_to' | 'end_from' | 'end_to' | 'end' | 'begin' | 'checkbox'
- `sort` 'asc' | 'desc'
- `first` integer
- `last` integer
- `page` integer
- `limit` integer
- `type_id` integer[]
- `checked` integer[]
- `table_columns` string[]

## Response `200`

Success

- TableRowModel
  - `pagination` PaginationModel, required
    - `entities` integer, required
    - `entitiesPerPage` integer, required
    - `index` PaginationIndexModel[], required
      - `page` integer
      - `startId` integer
    - `totalPages` integer, required
  - `results` array[], required
    - string[]

## Other responses

- `400` — URL not valid
- `404` — Some error occurred
- `405` — Method not allowed

## Changes

- **2025-12-02** `676032e96b3f` — 18 breaking, 3 info
  - removed the enum value `begin` from the `query` request parameter `table_columns`
  - removed the enum value `checkbox` from the `query` request parameter `table_columns`
  - removed the enum value `class` from the `query` request parameter `table_columns`
  - removed the enum value `content` from the `query` request parameter `table_columns`
  - …17 more
- **2025-11-25** `39cef448b6c6` — 1 warning
  - deleted the `query` request parameter `centroid`
- **2025-11-25** `f6bbad448a9f` — 3 info
  - added the new optional `query` request parameter `checked`
  - added the new optional `query` request parameter `table_columns`
  - added the new enum value `checkbox` to the `query` request parameter `column`
- **2025-11-25** `ce0e102b135c` — 2 info
  - added the new enum value `begin` to the `query` request parameter `column`
  - added the new enum value `end` to the `query` request parameter `column`
- **2025-11-20** `071c35a915c5` — 14 info
  - added the new enum value `class` to the `query` request parameter `column`
  - added the new enum value `content` to the `query` request parameter `column`
  - added the new enum value `count` to the `query` request parameter `column`
  - added the new enum value `created` to the `query` request parameter `column`
  - …10 more

[Full history](https://skmtc.dev/craws/apis/openatlas-api/changes/table_rows/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/676032e96b3f/schema)
