Skip to content

Rule.io SDK


Rule.io SDK / client/src / ListAllCustomFieldDataByGroupParams

Interface: ListAllCustomFieldDataByGroupParams

Defined in: client/src/resources/subscribers/subscribers.types.ts:365

Params for listAllCustomFieldDataByGroup.

Extends

Properties

filters?

optional filters?: CustomFieldDataByGroupFilters

Defined in: client/src/resources/subscribers/subscribers.types.ts:361

Inherited from

ListCustomFieldDataByGroupParams.filters


maxItems?

optional maxItems?: number

Defined in: client/src/resources/subscribers/subscribers.types.ts:367

Maximum number of records to collect before stopping. Prevents unbounded memory usage.


pagination?

optional pagination?: PagePaginationParams

Defined in: client/src/resources/subscribers/subscribers.types.ts:360

Inherited from

ListCustomFieldDataByGroupParams.pagination