Preview

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

notificationOptOutsByMethodAndTarget

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

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

    target String!

    Target can be an email address for EMAIL delivery method or phone number for SMS delivery method

    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

    NotificationOptOutsByMethodAndTargetConnection! 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.