Get actual table view data
Retrieve the actual data for a specific table view.
Path parameters
The UUID of the table view for which data is to be retrieved.
Query parameters
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')
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.
Page number for pagination.
Number of items per page for pagination.
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.