Retrieves data from a specified view using a valid pre-shared key.
Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Name of the database view to retrieve data from.
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.
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.