Function getNotifications

  • List all supported notifications

    Parameters

    • query: { locale?: string; manageableInHub?: boolean; subscribable?: boolean }

      an object with query parameters

      • Optionallocale?: string

        If present, idenfies the language of the returned 'friendlyName' property.

      • OptionalmanageableInHub?: boolean

        If present, represents the 'manageableInHub' value to filter by.

      • Optionalsubscribable?: boolean

        If present, represents the 'subscribable' value to filter by.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetNotificationsHttpResponse>

    GetNotificationsHttpError