AckdbMemberIdsResponse

Properties

segmentIdstringrequired
entityIdsarray ofrequired

Member ids (company entity_id or contact_id), ascending.

string
nextCursorstring (nullable)required

Pass as ?after= for the next page; null when the set is exhausted.

hasMorebooleanrequired
filterHashstring (nullable)

The membership's version hash (same value /changes carries). A multi-page seed that sees it change between pages straddles two populations and should restart. Null when edit detection is degraded.

limitintegerrequired

The effective page size (the request's `limit` after clamping to [1, 5000]; default 1000).

Example

AckdbMemberIdsResponse example
{
  "segmentId": "string",
  "entityIds": [
    "string"
  ],
  "nextCursor": "string",
  "hasMore": false,
  "filterHash": "string",
  "limit": 0
}