Subscription Widget List

The SubscriptionWidgetList table is designed to store and manage a collection of widgets related to subscription services within the application's Subscription package. Each entry in the table includes details such as the widget's unique identifier, name, type, configuration parameters, and associated subscription plans. This table facilitates the organization and retrieval of subscription widgets, enabling seamless integration and user interaction with various subscription options and functionalities in the application. It plays a crucial role in enhancing the user experience by providing customizable widgets that reflect the available subscription services.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

SubscriptionId: An integer identifier that uniquely represents each subscription in the SubscriptionWidgetList table, facilitating the association of specific widgets with their corresponding subscriptions.

int32

ViewId (int): A unique identifier for each view associated with a subscription widget, utilized for tracking and managing widget display settings within the SubscriptionWidgetList table.

string
required
length between 1 and 256

The WidgetContent field, of data type nvarchar with a maximum length of 256, is designed to store textual content related to widgets within the SubscriptionWidgetList table. This field can accommodate a variety of alphanumeric characters, including letters, numbers, and special symbols, allowing for the flexible representation of widget-specific information such as descriptions, instructions, or metadata. The limited length ensures that the content remains concise and manageable while supporting localization and internationalization through its unicode capabilities.

int32

The MinimumRecordCount field is an integer primary key in the SubscriptionWidgetList table that uniquely identifies each record. This field specifies the minimum number of subscription records required for the associated widget, ensuring data integrity and allowing for efficient querying of subscription requirements. It serves as a critical reference point within the table, enabling the management of widget subscriptions based on defined thresholds.

int32

MaximumRecordCount: An integer field that specifies the maximum number of records that a subscription widget can display or handle within the SubscriptionWidgetList table.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!