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.

Subscription Resources

Manages subscriptions for Analytics dashboards.
Available resources:
Resource Description Supported HTTP Method Resource URL
Subscriptions List Resource Returns a list of subscriptions or creates a subscription schedule. GET POST /wave/subscriptions
Subscription Resource Retrieve, update, or delete a subscription. GET PATCH DELETE /wave/subscriptions/<subscriptionId>
Subscription Layout Resource Update the grid layout for a subscription. PATCH /wave/subscriptions/<subscriptionId>/layout
Subscription Widgets Resource Create a subscription for a widget. POST /wave/subscriptions/<subscriptionId>/widgets
Subscription Widget Resource Update or delete a subscription for a widget. PATCH DELETE /wave/subscriptions/<subscriptionId>/widgets/<widgetId>