Skip to main content

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, and name must be unique.
  • The entityIds array must not contain duplicate values.
  • The entities array corresponds to the entityIds and 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 entities array provides denormalized entity data for efficient display without additional API calls.