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 Resource
Retrieve, update, or delete a subscription.
- Resource URL
-
1/wave/subscriptions/<subscriptionId> - Formats
- JSON
- Available Version
- 47.0
- HTTP Methods
- GET DELETE PATCH
- Request parameters for GET, PATCH, and DELETE
-
Parameter Name Type Description Required or Optional Available Version subscriptionId Id The ID of the subscription. Required 47.0 - Response body for GET and PATCH
- Subscription
- PATCH Request Body
-
Parameter Name Type Description Required or Optional Available Version runNow Boolean Indicates whether the subscription should run now (true) or later (false). Required 47.0 subscription SubscriptionInput The subscription details to update. Required 47.0