Requires read_customers access scope.
An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
A list of members under a certain segment, such as customers
Arguments
last ● Int
Returns the last n elements in the list.
reverse ● Boolean
Whether to reverse the order of the list.
● true: reverse
● false: do not reverse
Default value: false
segmentId ● ID
segmen id
sortKey ● CustomerSortKeys
Sort by specified key value
More
timezone ● String
Time zone for explaining relative date parameters . if the time zone is not provided , the time zone defaults to utc .
after ● String
Returns elements following the specified cursor. The first argument must also be specified when using this argument.
before ● String
Returns elements preceding the specified cursor. The last argument must also be specified when using this argument.
first ● Int
Returns the first n elements in the list.
Return
edges ● [CustomerSegmentMemberEdge!]non-null
edges list
More
pageInfo ● PageInfo!non-null
Information to aid in pagination.
More
totalCount ● Int
Total number of customers segmented
Status and error codes
For detailed information about common codes, see Status and error codes.
Was this article helpful to you?