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
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.