v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Database table view filters

Lists all filters of the view related to the provided view_id. A view can have multiple filters. When all the rows are requested for the view only those that apply to the filters are returned.

get/api/database/views/{view_id}/filters/

Path parameters

view_idinteger required

Returns only filters of the view related to the provided value.

Response

idinteger required
viewinteger required

The view to which the filter applies. Each view can have his own filters.

fieldinteger required

The field of which the value must be compared to the filter value.

typestring required

Indicates how the field's value must be compared to the filter's value. The filter is always in this order field type value (example: field_1 contains Test).

valuestring

The filter value that must be compared to the field's value.

preload_valuesobject required

Can contain unique preloaded values per filter. This is for example used by the link_row_has filter to communicate the display name if a value is provided.

groupinteger nullable

The id of the filter group this filter belongs to. If this is null, the filter is not part of a filter group.