Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Lens Resources
Analytics lenses are how users view data in a dataset and are the basis for building any dashboard.
These resources allow users to manage collections of lenses, individual lenses,
and lens files.
- Available resources:
-
Resource Description Supported HTTP Method Resource URL Lenses List Resource Returns a collection of Analytics lenses, or creates a lens. GET POST /wave/lenses Lens Resource Returns a JSON file that describes the structure of an Analytics lens with the specified ID, deletes a lens, or updates a lens. GET DELETE PATCH /wave/lenses/<lensIdOrApiName> Lens Bundle Resource Returns a JSON file that describes the structure of an Analytics lens bundle with the specified ID or updates a lens bundle. GET PUT /wave/lenses/<lensIdOrApiName>/bundle Lens File Resource Returns a file that is part of an Analytics lens. GET PUT /wave/lenses/<lensIdOrApiName>/files/<files ID>