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

Example

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