Preview

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

quoteUnifiedListByMarketplaceTenant

Cursor-paginated list of unified quotes in a marketplace tenant. Filters on gold.golden_quotes.marketplace_tenant; spans every advisor in the marketplace. first is capped at 100 server-side. Authorized for ROLE_CHANNEL_ADMIN only.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    marketplaceTenant ID!

    Marketplace tenant from the caller's JWT (e.g. "APPSMART").

    filter QuoteUnifiedFilterInput PREVIEW

    Filter criteria (search and stage).

    first Int

    Maximum number of rows to return.

    after String

    Opaque cursor; return rows after this cursor position.

    Return Fields

    QuoteUnifiedPage! PREVIEW

    Cursor-paginated list of unified quotes.

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.