Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

tableId
string
erforderlich
viewId
string
erforderlich

Antwort

200 - application/json

Returns data about a view.

id
string
erforderlich
name
string
erforderlich
type
enum<string>
erforderlich
Verfügbare Optionen:
grid,
calendar,
kanban,
form,
gallery,
plugin
createdBy
string
erforderlich
createdTime
string
erforderlich
columnMeta
object
erforderlich

A mapping of view IDs to their corresponding column metadata.

description
string
order
number
options
object
sort
object | null
filter
object

A filter object for complex query conditions based on fields, operators, and values. Use our visual query builder at https://app.teable.ai/developer/tool/query-builder to build filters.

group
object[] | null
isLocked
boolean
shareId
string
enableShare
boolean
shareMeta
object
lastModifiedBy
string
lastModifiedTime
string
pluginId
string
Zuletzt geändert am 4. September 2026