customerUnificationDecisionsByAdvisorId
Paged history of recorded decisions scoped to an advisor, with optional filters on reviewer, outcome, and reviewed-at range.
This page contains
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.