v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database table views

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 view. Normally it is not possible for a not authenticated visitor to fetch the rows of a table. This endpoint makes it possible to fetch the id and primary field value of the related table of a link row included in the view.

get/api/database/views/{slug}/link-row-field-lookup/{field_id}/

Path parameters

field_idinteger required

The field id of the link row field.

slugstring required

The slug related to the view.

Query parameters

searchstring

If provided only rows with data that matches the search query are going to be returned.

search_modestring

If provided, allows API consumers to determine what kind of search experience they wish to have. If the default SearchMode.FT_WITH_COUNT is used, then Postgres full-text search is used. If SearchMode.COMPAT is provided then the search term will be exactly searched for including whitespace on each cell. This is the Baserow legacy search behaviour.

Response

countinteger required

The total amount of results.

nextstring uri nullable required

URL to the next page.

previousstring uri nullable required

URL to the previous page.