Preview

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

customerUnificationDecisionsByAdvisorId

Paged history of recorded decisions scoped to an advisor, with optional filters on reviewer, outcome, and reviewed-at range.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_RESELLER

    ROLE_CHANNEL_ADMIN

    Arguments

    advisorId ID!

    Advisor whose decisions are returned.

    page Int

    Zero-based page index.

    size Int

    Page size.

    sort String

    Sort specification, default reviewedAt,desc. Typical fields include reviewedAt and decisionId; other names may fall back to the default sort.

    reviewer String

    Exact match on stored reviewer name.

    decision CustomerUnificationDecisionType PREVIEW

    Filter by decision outcome.

    from String

    Lower bound on reviewedAt as RFC 3339 instant string; inclusive when the service applies a closed interval.

    to String

    Upper bound on reviewedAt as RFC 3339 instant string; inclusive when the service applies a closed interval.

    Return Fields

    CustomerUnificationDecisionPage! PREVIEW

    One page of historical decisions for audit and support.

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.