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>