getAllSubscriptions
احصل على جميع علامات الاشتراك المتاحة. 🔐 تتطلب هذه الطريقة التفويض.
الوصف
ترجع هذه الطريقة علامات جميع خطط الاشتراك المتاحة في المشروع. ترجع Promise التي تحل إلى مصفوفة من السلاسل النصية (string[]).
Subscriptions.getAllSubscriptions(
);
أمثلة
مثال بسيط
const response = await Subscriptions.getAllSubscriptions();
استجابة المثال
{
"statusCode": 403,
"timestamp": "2026-06-07T14:43:04.038Z",
"message": "User doesn't have permissions to access the requested url or API method"
}