Preview

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

customerUnifiedLocationListByAdvisorId

Cursor-paginated list of unified customer locations for the advisor. first is capped at 100 server-side. Locations are deduped across merged source parties at the warehouse layer; the API just projects the gold rows.

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 (tenant) whose locations are listed.

    filter CustomerUnifiedLocationFilterInput PREVIEW

    Filter criteria (canonical party scope).

    first Int

    Maximum number of rows to return.

    after String

    Opaque cursor; return rows after this cursor position.

    Return Fields

    CustomerUnifiedLocationPage! PREVIEW

    Cursor-paginated list of unified customer locations.

    Interactive example

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

    Hint: use Ctrl + Space for autocompleting fields.