Retrieves data from view
Retrieves data from a specified view.
The endpoint accepts credentials on the Authorization-PSK header or
on the Authorization: Bearer <token> header. The PSK header accepts
a data-API key for this view or a user PSK. A data-API key takes
precedence over a user PSK. A user PSK or Bearer token must hold the
view’s associated role.
Authorizations
Headers
Optional 'Bearer ' for token-based access.
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.
Deprecated: pass credentials via the Authorization-PSK header instead.
Response
Data retrieved successfully.
The starting offset 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.

