Preview

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

events

Paginated list of events

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    ROLE_PARTNER_READ

    Arguments

    first Int

    Number of results to fetch forward

    after String

    Cursor after which to fetch forward

    last Int

    Number of results to fetch backward

    before String

    Cursor before which to fetch backward

    filter EventFilter PREVIEW

    Filter for events. Will restrict the search accordingly.

    direction OrderDirection

    Sort direction for results (always by event occurrence time). Defaults to DESC (newest first).

    Return Fields

    EventConnection! PREVIEW

    Paginated list of events

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.