IncludeCore API Docs
  • 👋Welcome to IncludeCore
  • 🚀Developer templates
    • 🍕Italian Meals Finder Website template
    • 👕Product Catalogue Website template
    • 😸Marketing Website template
  • 🚦General guide & concepts
  • ⚙️API formats
    • Global items
    • Static Screens
    • Databases
  • ⛔Error codes & format
  • 🚧API builder: Concepts
    • Field types
    • Field names & labels
    • Parent & child fields
    • Validation rules
  • 🗃️API builder: Field types
    • String
    • Number
    • List
    • Date & time
    • File
    • Group
    • Video
    • URL
    • Rich text
    • Boolean
    • Date
    • Time
    • Image & audio
    • Email & phone
    • Relationship
  • 🔧API manage endpoints
  • 🎁API add-ons
  • 🔌Webhooks
  • 👩‍💻Editor panel
  • 👾Changelogs
Powered by GitBook
On this page
  • Parent field
  • Child field
  1. API builder: Concepts

Parent & child fields

The API builder refers to "parent" and "child fields" to describe hierarchical data structures within the platform, specifically in the context of list fields and group fields.

These terms refer to the relationships and organization of data within these field types:


Parent field

A parent field is a field that contains or encompasses other data fields. It serves as a container for organizing and structuring related data fields within it. Parent fields help create a structured hierarchy for organizing and managing data. ➡️ Example: If you have a list field that contains a list of image fields, the list field is considered the parent field. It acts as a container for the child image fields, allowing you to organize and manage multiple image entries within a single list.


Child field

Conversely, a child field is a data field that is contained within a parent field. Child fields are the specific data elements or subfields that are organized and stored within a parent field. Using the same example, if you have a list field containing a list of image fields, each individual image field within the list is considered a child field. These child image fields represent the actual image data or entries stored within the list. Additionally, the concept of parent and child fields can also extend to group fields. A group field acts as a parent field that contains and organizes other data fields within it, which are considered child fields. For instance, a group field may contain child fields like image fields, date fields, or any other relevant data fields, allowing you to organize related data elements within a group.

Last updated 1 year ago

🚧