Preview

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

customerUnificationMergeHistoryByCustomerIdAndMarketplaceTenant

Paged merged-source history for a single canonical customer, scoped by marketplace tenant. Anchors on gold.party_source_lineage across every advisor in the marketplace. 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

    customerId ID!

    Canonical customer (party) id whose merged history is returned.

    marketplaceTenant ID!

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

    page Int

    Zero-based page index.

    size Int

    Page size; clamped to [1, 100].

    sort String

    Sort specification: customerName,asc|desc or mergedOn,asc|desc. Default mergedOn,desc. Unrecognized field names fall back to mergedOn,desc.

    Return Fields

    CustomerUnificationMergedHistoryPage! PREVIEW

    Paged merged-source history for a canonical customer.

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.