---
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
- `centroid` 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` 'begin' | 'checkbox' | 'class' | 'created' | 'creator' | 'content' | 'description' | 'end' | 'extension' | 'icon' | 'license_holder' | 'name' | 'public' | 'size' | 'type' | 'license'

## Response `200`

Success

## Other responses

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

## Changes

- **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
- **2025-11-19** `d309f14c25fc` — 1 info
  - endpoint added
- **2025-11-17** `20d5f0959963` — 1 breaking
  - api path removed without deprecation

[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/f6bbad448a9f/schema)
