CustomerUnificationDecisionPage
One page of historical decisions for audit and support.
This page contains
Fields
| content: [CustomerUnificationDecision!]! PREVIEW | Decision rows for this page. |
| page: Int! | Zero-based page index. |
| size: Int! | Maximum rows per page. |
| totalElements: Int! | Total decisions matching filters. |
| totalPages: Int! | Total pages at the current size. |
Queries for CustomerUnificationDecisionPage
| customerUnificationDecisionsByAdvisorId PREVIEW | Paged history of recorded decisions scoped to an advisor, with optional filters on reviewer, outcome, and reviewed-at range. |
| customerUnificationDecisionsByCustomerId PREVIEW | Paged Changed By audit history for a single canonical customer. Returns every clerical decision where this customer's absorbed source identifiers (via gold.party_aliases) appear on either side of the pair. Use the optional decisionIds filter to power Export Selected for CSV. |
| customerUnificationDecisionsByCustomerIdAndMarketplaceTenant PREVIEW | Paged Changed By audit history for a single canonical customer, scoped by marketplace tenant. Anchors on silver.party_xref so absorbed source identifiers across every advisor in the marketplace still match. Authorized for ROLE_CHANNEL_ADMIN only. |