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.

Template Resources

Manage Analytics templates, template configuration, and template release notes.

Available resources:

Resource Description Supported HTTP Method Resource URL
Templates List Resource Returns a collection of Analytics templates, or creates a template. GET POST /wave/templates
Template Resource Returns, deletes, or updates an Analytics template. GET PATCH DELETE /wave​/templates​/​<templateIdOrApiName>
Template Configuration Resource Returns the configuration of an Analytics template. GET /wave​/templates​/<templateIdOrApiName>​/configuration
Template Lint Resource Returns the lint value of an Analytics template. GET DELETE PUT /wave​/templates​/<templateIdOrApiName>​/lint
Template Release Notes Resource Resource for retrieving the release notes for a single Analytics Template. GET /wave/templates/<templateIdOrApiName>/​releasenotes
Template Validate Resource Performs an org readiness check on an Analytics template. POST /wave​/templates​/<templateIdOrApiName>​/validate