v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014430130.6 KB
views

Create a view

Create a view, this can be against an internal or external table.

post/views

Headers

x-budibase-app-idstring required

The ID of the app which this request is targeting.

Request body

namestring required

The name of the view.

tableIdstring required

The ID of the table this view is based on.

type'calculation'

The type of view - standard (empty value) or calculation.

primaryDisplaystring

A column used to display rows from this view - usually used when rendered in tables.

schemaobject required

Response

Returns the created view, including the ID which has been generated for it.