List Object Documentation
The List object represents a structured, optionally nested collection of entities in Replyke. It supports custom names, hierarchical grouping, and user-defined organization of items.Properties
Constraints
- The combination of
projectId,parentId, andnamemust be unique. - The
entityIdsarray must not contain duplicate values. - The
entitiesarray corresponds to theentityIdsand contains partial entity data for display purposes.
Example Usage
Basic List
Nested List
Integration Notes
- Lists are hierarchical: a list can contain sub-lists via
parentId. - Used for favorites, collections, user-curated content, or tagging functionality.
- The
entitiesarray provides denormalized entity data for efficient display without additional API calls.

