views

Search for views

Based on view properties (currently only name) search for views.

post/views/search

Headers

x-budibase-app-idstring required

The ID of the app which this request is targeting.

Request body

namestring required

The name to be used when searching - this will be used in a case insensitive starts with match.

Response

Returns the found views, based on the search parameters.

Changes