Fetch a custom view’s data, scoped to a customer or the organization (experimental)
Fetch a custom view’s data, scoped to a customer or the organization (experimental)
Authentication
Path parameters
Query parameters
Customer to scope the data to (dev/preview only; the embed derives this from the verified token). Required for customer-scoped views; ignored for organization-scoped views (their data is org-wide).
Override the view’s default date range for this request only. ‘relative’ = rolling window (set periodUnit + periodAmount); ‘absolute’ = fixed range (set periodStart + periodEnd).
relative override only: unit of the rolling window.
relative override only: how many units back from today.
absolute override only: inclusive start date (YYYY-MM-DD).
absolute override only: inclusive end date (YYYY-MM-DD).
Response
Result sets keyed by query id. Each value is an array of row objects (column name → value); 64-bit integers are returned as JSON strings to preserve precision.