Preview

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

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

    Retired Changed By audit history. Always resolves to an empty page (content: [], totalElements: 0); no clerical decision history is returned. Use customerUnificationDecisionsByAdvisorId for advisor-wide history.

    customerUnificationDecisionsByCustomerIdAndMarketplaceTenant PREVIEW

    Retired Changed By audit history, marketplace-tenant scope. Always resolves to an empty page (content: [], totalElements: 0). Authorized for ROLE_CHANNEL_ADMIN only.