Preview

notificationOptOutsByMethodAndType is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

notificationOptOutsByMethodAndType

Returns paginated list of opted out notifications for given notification delivery method and notification type

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    method NotificationDeliveryMethod!

    Method used for notification Delivery can be EMAIL or SMS

    type NotificationType!

    Type of the Notification for which opt outs to be listed

    first Int

    Number of elements to return from start of a cursor

    after String

    Returns elements after specified cursor

    last Int

    Number of elements to return before a cursor or end

    before String

    Returns elements before specified cursor

    Return Fields

    NotificationOptOutsByMethodAndTypeConnection! PREVIEW

    Connection object used to page through a list of Notification opt outs

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.