Preview

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

CustomerUnificationMergedHistoryPage

Paged merged-source history for a canonical customer.

This page contains

    Fields

    content: [CustomerUnificationMergedHistoryItem!]! PREVIEW

    Merged-history rows for this page.

    page: Int!

    Zero-based page index.

    size: Int!

    Maximum rows per page.

    totalElements: Int!

    Total absorbed source customers matching the canonical scope.

    totalPages: Int!

    Total pages at the current size.

    Queries for CustomerUnificationMergedHistoryPage

    customerUnificationMergeHistoryByCustomerId PREVIEW

    Paged merged-source history for a single canonical customer. Returns one row per currently absorbed source customer (deduped party_source_lineage grain) with merge metadata and data-moved counts.

    customerUnificationMergeHistoryByCustomerIdAndMarketplaceTenant PREVIEW

    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.