Request parameters for getSubscriptionById operation in NotificationsApi.

Export

NotificationsApiGetSubscriptionByIdRequest

interface NotificationsApiGetSubscriptionByIdRequest {
    notificationType: string;
    subscriptionId: string;
}

Properties

notificationType: string

The type of notification. For more information about notification types, refer to Notification Type Values.

Memberof

NotificationsApiGetSubscriptionById

subscriptionId: string

The identifier for the subscription that you want to get.

Memberof

NotificationsApiGetSubscriptionById