How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Baserow Database table views API

The Database table views API from Baserow — 14 operation(s) for database table views.

Baserow Database table views API is one of 58 APIs that Baserow publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Database table views. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 1 JSON Schema.

This API exposes 18 operations across 14 paths, and defines 73 schemas. It is described by OpenAPI 3.0.3, at version 2.2.2.

Requests are made against the base URL https://api.baserow.io.

18 operations 14 paths 73 schemas 1 DELETE7 GET4 PATCH6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.2.2
Base URL
https://api.baserow.io
Authentication
HTTP Bearer, HTTP Bearer, HTTP Bearer
License
Resource Areas
1

Authentication & Security 3

Baserow Database table views API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (Token your_token) (Database token). It accepts HTTP bearer tokens (JWT your_token) (JWT). It accepts HTTP bearer tokens (JWT your_token) (UserSource JWT).

Paths & Operations 18

Across 14 paths, the API surfaces 18 operations — 1 DELETE, 7 GET, 4 PATCH, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Database table views 18
PATCH
/api/database/view/{view_id}/premium
Sets view attributes only available for premium users.
premium_view_attributes_update 1 param body → 200400404
GET
/api/database/views/{slug}/link-row-field-lookup/{field_id}/
If the view is publicly shared or if an authenticated user has access to the related workspace, then this endpoint can be used to do a value lookup of the link row fields that are included in the vie…
database_table_public_view_link_row_field_lookup 4 params → 200401404
POST
/api/database/views/{slug}/public/auth/
Returns a valid never-expiring JWT token for this public shared view if the password provided matches with the one saved by the view's owner.
public_view_token_auth 1 param body → 200401404
GET
/api/database/views/{slug}/public/info/
Returns the required public information to display a single shared view.
get_public_view_info 1 param → 200400401404
GET
/api/database/views/{slug}/row/{row_id}/
Returns the data for a specific row in a publicly shared view, identified by the view’s slug and the row’s ID.
get_public_view_row 2 params → 200400401404
GET
/api/database/views/{view_id}/
Returns the existing view. Depending on the type different properties could be returned.
get_database_table_view 2 params → 200400404
PATCH
/api/database/views/{view_id}/
Updates the existing view. The type cannot be changed. It depends on the existing type which properties can be changed.
update_database_table_view 4 params body → 200400404
DELETE
/api/database/views/{view_id}/
Deletes the existing view. Note that all the related settings of the view are going to be deleted also. The data stays intact after deleting the view because this is related to the table and not the…
delete_database_table_view 3 params → 204400404
PATCH
/api/database/views/{view_id}/default-values/
Updates the default row values for the specified view. Accepts a list of default value objects, each specifying the field, whether the default is enabled, an optional raw value, and an optional funct…
update_view_default_values 2 params body → 200400404
POST
/api/database/views/{view_id}/duplicate/
Duplicates an existing view if the user has access to it. When a view is duplicated everything is copied except: - The name is appended with the copy number. Ex: ViewName-ViewName(2) and View(2)-View…
duplicate_database_table_view 3 params → 200400404
GET
/api/database/views/{view_id}/field-options/
Responds with the fields options of the provided view if the authenticated user has access to the related workspace.
get_database_table_view_field_options 1 param → 200400404
PATCH
/api/database/views/{view_id}/field-options/
Updates the field options of a view. The field options differ per field type This could for example be used to update the field width of a grid view if the user changes it.
update_database_table_view_field_options 3 params body → 200400404
POST
/api/database/views/{view_id}/rotate-slug/
Rotates the unique slug of the view by replacing it with a new value. This would mean that the publicly shared URL of the view will change. Anyone with the old URL won't be able to access the viewany…
rotate_database_view_slug 3 params → 200400404
GET
/api/database/views/calendar/{ical_slug}.ics
Returns ICal feed for a specific Calendar view identified by icalslug value. Calendar View resource contains full url in .icalfeedurl field.
calendar_ical_feed 2 params → 200400404
POST
/api/database/views/calendar/{view_id}/ical_slug_rotate/
Rotates the unique slug of the calendar view's ical feed by replacing it with a new value. This would mean that the publicly shared URL of the view will change. Anyone with the old URL won't be able…
rotate_calendar_view_ical_feed_slug 3 params → 200400404
GET
/api/database/views/table/{table_id}/
Lists all views of the table related to the provided tableid. If the workspace is related to a template, then this endpoint will be publicly accessible. A table can have multiple views. Each view can…
list_database_table_views 4 params → 200400404
POST
/api/database/views/table/{table_id}/
Creates a new view for the table related to the provided tableid parameter. Depending on the type, different properties can optionally be set.
create_database_table_view 4 params body → 200400404
POST
/api/database/views/table/{table_id}/order/
Changes the order of the provided view ids to the matching position that the id has in the list. The order of the not provided views will be set to 0.
order_database_table_views 3 params body → 204400404

Schemas 73

The contract defines 73 schemas that model the data the API accepts and returns. The most detailed are FormViewView (31 properties), ExamplePublicRowResponseSerializerWithUserFieldNames (30 properties), GridViewView (24 properties), TimelineViewView (24 properties). Each schema is shown below with its type and property counts.

PublicViewInfo
object
2 properties 2 required
TimelineViewFieldOptions
object
2 properties
View
object
19 properties 8 required
PaginationSerializerLinkRowValue
object
4 properties 4 required
PublicViewTable
object
2 properties 2 required
ExamplePublicRowResponseSerializerWithUserFieldNames
object
30 properties 2 required
OrderViews
object
1 property 1 required
TypeFa6Enum
string
grid - grid gallery - gallery form - form kanban - kanban calendar - calendar timeline - timeline
form_view_update
object
17 properties 2 required
calendar_view_update
object
10 properties 2 required
FormViewFieldOptions
object
12 properties
PublicViewSort
object
6 properties 4 required
kanban_view_field_options
object
1 property 1 required
OwnershipTypeEnum
string
collaborative - collaborative personal - personal restricted - restricted
Mode51eEnum
string
form - form survey - survey
GridViewFieldOptions
object
5 properties
calendar_view_field_options
object
1 property 1 required
ViewDecoration
object
6 properties 1 required
RowIdentifierTypeEnum
string
id - Id count - Count
gallery_view_update
object
8 properties 1 required
PublicViewGroupBy
object
7 properties 4 required
ViewView
TableWithoutDataSync
object
4 properties 4 required
GridViewView
object
24 properties 9 required
FormViewView
object
31 properties 10 required
RowHeightSizeEnum
string
small - Small medium - Medium large - Large
ViewDefaultValue
object
6 properties 3 required
CalendarViewFieldOptions
object
2 properties
GalleryViewFieldOptions
object
2 properties
ViewFilter
object
7 properties 5 required
PatchedUpdatePremiumViewAttributes
object
2 properties
FormViewFieldOptionsCondition
object
5 properties 3 required
KanbanViewCreateView
object
9 properties 3 required
GalleryViewView
object
22 properties 9 required
CalendarViewView
object
24 properties 10 required
FormViewCreateView
object
17 properties 4 required
PatchedViewUpdateView
TimelineViewCreateView
object
10 properties 3 required
ViewFilterGroup
object
4 properties 2 required
TimelineViewView
object
24 properties 9 required
grid_view_update
object
10 properties 1 required
UserFile
object
10 properties 6 required
grid_view_field_options
object
1 property 1 required
ViewFieldOptions
ViewGroupBy
object
7 properties 4 required
gallery_view_field_options
object
1 property 1 required
OrderEnum
string
ASC - Ascending DESC - Descending
KanbanViewView
object
23 properties 9 required
Collaborator
object
2 properties 2 required
PublicView
object
12 properties 9 required
timeline_view_update
object
10 properties 1 required
BlankEnum
TimescaleEnum
string
day - Day week - Week month - Month year - Year
PublicViewAuthRequest
object
1 property 1 required
form_view_field_options
object
1 property 1 required
kanban_view_update
object
9 properties 1 required
FileFieldResponse
object
10 properties 10 required
AggregationRawTypeEnum
string
emptycount - emptycount notemptycount - notemptycount uniquecount - uniquecount min - min max - max sum - sum average - average median - median decile - decile…
ViewSort
object
6 properties 4 required
FormViewFieldOptionsConditionGroup
object
3 properties 1 required
LinkRowValue
object
3 properties 1 required
GalleryViewCreateView
object
8 properties 3 required
KanbanViewFieldOptions
object
2 properties
ViewCreateView
PublicViewAuthResponse
object
1 property 1 required
timeline_view_field_options
object
1 property 1 required
GridViewCreateView
object
10 properties 3 required
SubmitActionEnum
string
MESSAGE - Message REDIRECT - Redirect
PublicField
object
14 properties 11 required
CalendarViewCreateView
object
10 properties 4 required
SelectOption
object
3 properties 2 required
ConditionTypeEnum
string
AND - And OR - Or
PatchedViewFieldOptions

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

baserow-database-table-views-api-openapi.yml Raw ↑

Other APIs Baserow publishes across the network.

Baserow Admin API
Baserow Admin data scanner API
Baserow AI Assistant API
Baserow Applications API
Baserow Audit log API
Baserow Auth API
Baserow Automation history API
Baserow Automation nodes API
Baserow Automation workflows API
Baserow Builder data sources API
Baserow Builder domains API
Baserow Builder elements API
Where this information came from

This is an independent, third-party profile of Baserow Database table views API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.