v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table View

Get actual table view data

Retrieve the actual data for a specific table view.

get/v1/table/views/{view_id}/rows

Path parameters

view_idstring uuid required

The UUID of the table view for which data is to be retrieved.

Query parameters

filterstring

URL encoded JSON string of filter criteria (e.g. 'filter=%7B%22columnName%22%3A%22Price%22%2C%22value%22%3A%22100%22%2C%22filterType%22%3A%22gt%22%7D')

sortstring

Sort the results by a field, this parameter takes the form ColumnName:SortDirection, for example to sort by price ascending sort=Price:asc. Sort direction can be either asc or desc. You can pass multiple sort parameters to add secondary and tertiary sorts etc., the sort will be applied in the order of the query string.

pageinteger

Page number for pagination.

sizeinteger

Number of items per page for pagination.

alphabeticalColumnSortboolean

If true, columns in row data are sorted alphabetically otherwise columns in row data follows their order in the view.

Response

Successfully retrieved table view data.