Data views API reference
- Last UpdatedSep 26, 2025
- 1 minute read
The data views API is a RESTful surface for creating, securing, and consuming data views. The supported content type of request and response bodies is JSON unless otherwise noted.
The API is comprised of the following main areas:
Access control
For the /DataViews collection, resources for reading and updating the default /AccessControl.
For each /DataViews/{dataViewId}, resources for reading and updating its /Owner and /AccessControl
Data view
Resources to create, read, update, and delete /DataViews. For more information, see Data View
Data views data
For each /DataViews/{dataViewId}, resources for getting the ./Data/ for a particular time range
Data view schemas
For each /DataViews/{dataViewId}, resources for creating, reading, and deleting schemas.
Preview data views data
For each /DataView provided in request body, resources for getting the preview ./Data/ for a particular time range. This provides the flexibility to change the data view on the fly without saving/updating it.
Preview resolved data views
For each /DataView provided in the request body, resources to show how the data view ./Resolved/ for your user context. This provides the flexibility to change the data view on the fly without saving/updating it.
Resolved data views
For each /DataViews/{dataViewId}, these resources show how the data view ./Resolved/ for your user context.