Preview

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

customerUnificationMergeHistoryByCustomerId

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.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    customerId ID!

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

    advisorId ID!

    Advisor (tenant) scope; must match stored xref rows.

    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.