Docs
Get View
GET /views/{viewId}
GET
/views/{viewId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Returns a single view by ID.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| viewId | Guid | Required | The ID of the view to retrieve. Replace `{{viewId}}` in the URL. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | View ID. |
| name | string | Display name. |
| index | int | Sort order. |
| entityId | Guid | The entity this view belongs to. |
| tableId | string | The table this view applies to. |
| isDefault | bool | Whether this is the default view for the table. |
| configuration | string | Serialized view configuration (JSON string). |