Newer Version Available

This content describes an older version of this product. View Latest

Subscriptions List Resource

Returns a list of subscriptions or creates a subscription schedule.
Resource URL
1/wave/subscriptions
Formats
JSON
Available Version
47.0
HTTP Methods
GET POST
GET Response Body (SubscriptionCollectionRepresentation)
Property Name Type Description Filter Group and Version Available Version
subscriptions Subscription​Representation[] A collection of subscriptions. Small, 47.0 47.0
POST Request Body
Parameter Name Type Description Required or Optional Available Version
run​Now Boolean Indicates whether the subscription should run now (true) or later (false). Required 47.0
subscription Subscription​Input​Representation[] The subscription details. Required 47.0
POST Response Body (SubscriptionRepresentation)

SubscriptionRepresentation inherits properties from the abstract SnapshotRepresentation. These base properties appear in SubscriptionRepresentation alongside the properties defined explicitly in the following table.

Parameter Name Type Description Filter Group and Version Available Version
source Subscription​Source​Representation[] The subscription source including type, label, and record ID. Small, 47.0 47.0
SubscriptionInputRepresentation

SubscriptionInputRepresentation inherits properties from the abstract BaseSubscriptionInputRepresentation. These base properties appear in SubscriptionInputRepresentation alongside the properties defined explicitly in the following table.

Parameter Name Type Description Required or Optional Available Version
schedule Subscription​Schedule​Input​Representation[] The subscription schedule. Required 47.0
source Subscription​Source​Input​Representation[] The subscription source including type, label, and record ID. Small, 47.0 47.0