Table of Contents


Article Subscription

Provides access to the data points related to Article Subscriptions.

The entity's name is: BlogSubscription

 

API NameLabelRequiredData TypeDescription
BlogIdBlogYesMasterDetail(Article Type)The Article Type (blog) that the user is subscribing to for updates.
CreatedByIdCreated ByNoLookup(User)The user who created this subscription record. Read-Only.
CreatedOnCreated OnNoDateTimeTimestamp when the subscription was first created. Read-Only.
CustomPortalIdCustom PortalNoLookup(Custom Portal)The specific portal through which this subscription was made.
EmailEmailNoEmailThe subscriber’s email address (used for anonymous or external subscriptions).
IdIdNoIDSystem-generated unique identifier for the subscription record.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the subscription has been deleted but retained in recycle bin).
ModifiedByIdModified ByNoLookup(User)The user who last modified this subscription record.
ModifiedOnModified OnNoDateTimeTimestamp of the most recent update to this subscription.
NameSubscription #NoAuto NumberAuto-generated sequence number for this subscription. Read-Only.
NotificationFrequencyNotification FrequencyNoPicklistHow often the subscriber receives alerts (e.g. Daily, Weekly, Never, On each post).
StatusStatusNoPicklistCurrent state of the subscription (e.g. Subscribed, Unsubscribed).
SubscriberIdSubscriberNoLookup(User)The user record of the subscriber (if a portal user rather than email-based).
TypeTypeNoPicklistType of subscription (New Posts, New Posts and Comments).