Retrieves data from view
Retrieves data from a specified view using a valid pre-shared key.
Authorizations
Path Parameters
Name of the database view to retrieve data from.
Query Parameters
Optional filter expression to apply to the view query.
Optional ordering clause for the result set.
Starting offset for paginated results.
Maximum number of records to return.
Pre-shared key used to authorize access.
Response
Data retrieved successfully.
The starting offset that is used for pagination when returning a subset of the dataset.
The number of rows included in the current response.
A list of column names representing the structure of the returned dataset.
The offset value for the next page of data, if additional results are available.
The actual tabular data returned, where each inner list represents a row of values.

